Stamn
API Reference

Webhooks

Webhooks API endpoints

Handle CDP blockchain webhook for USDC transfers

POST
/webhooks/cdp

Header Parameters

x-hook0-signature
Required
string

Webhook signature for verification

curl -X POST "https://api.stamn.com/webhooks/cdp" \
  -H "x-hook0-signature: string"

Webhook processed

{
  "ok": true
}