Webhook map
notificationsnewPayment(notifications.newPayment)ping(notifications.ping)
HTTP handler setup
app/api/webhook/route.ts
Events
Notifications
New Payment
notifications.newPayment
A new on-chain payment arrived at a watched address
Payload
data full type
data full type
user full type
user full type
account full type
account full type
Response data full type
Response data full type
webhookHooks example
Ping
notifications.ping
Coinbase webhook ping used to verify a notification URL
Payload
data full type
data full type
user full type
user full type
account full type
account full type
Response data full type
Response data full type
webhookHooks example