Webhook Portal
Webhooks allow you to receive data in response to specific events as they occur within your CDP account. In the CDP Portal you can create a webhook by adding a webhooks endpoint that you’d like data to be sent to and specifying the specific event type to listen to.
Our webhooks are in Alpha. Notification delivery is not yet guaranteed.
You can also configure webhooks via CDP SDK.
To learn more about webhook configuration options or event types, please follow this document.
Creating a webhook
- Navigate to the Webhooks tab in the Coinbase Developer Platform.
- Click the Create Webhook button.
- Add a webhook URL.
- Select the network type.
- Specify the specific event type you’d like to listen to. (note that wallet activity allows you to listen to all transfer event types)
- After you specified the event type, you have to add the address(es) to filter. (note that depending on the event type selected previously you might have different fields on this step)
- Click create.
Editing a webhook
On the table displayed, you can click on the Configure
button on the right on each entry to see the Webhook Details. This page shows all webhooks details and allows you to activate or deactivate a webhook by clicking the switch on the side of Status
.
If you click on Edit
button on the bottom of webhooks details modal, you’ll be able to edit the URL and the filters.