Coinbase (CB)
Last updated
Last updated
This Lib make integration with coinbase.com in easy way.
Go to this page and generate new key. Select needed rights:
Install lib and make /setup
command with code:
3. Go to Admin Panel and fill Api Key and Secret Api Key:
4. If you need notifications copy Notifications url and fill it on step 2
5. Fill command to be called on notifications if you need it
All Coinbase API method available here.
For example for method create new address we need 2 commands: /create
and /onCreate
/create
command:
In body you can pass all fields from Coinbase api.
/onApi
command:
/onApiError
command:
if you do not have onError command error will be tracked in Eror Tab.
You need to setup Api key. Please see step 3 in setup.