External wallet linked
An external wallet (custody=client) was linked to the account by solving a nonce challenge (POST /v1/wallet-links/challenges + POST /v1/wallet-links/verify). The wallet stays under the client’s custody; the link only proves ownership of the address.
Every delivery includes X-Webhook-Event, X-Webhook-Event-ID, X-Webhook-Delivery-ID, X-Webhook-Timestamp and X-Webhook-Signature = hex(HMAC-SHA256(secret, timestamp + "." + body)). Respond 2xx; up to 5 attempts with incremental backoff.
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Body
Response
Return any 2xx to acknowledge the delivery.