Skip to main content
The Coinbase plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).
New to Corsair? See webhooks and hooks.

Webhook map

  • notifications
    • newPayment (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
webhookHooks example

Ping

notifications.ping Coinbase webhook ping used to verify a notification URL Payload
webhookHooks example