This endpoint receives webhook events from the Cobo WaaS platform and processes transaction status updates and balance changes. Requests must include valid biz-timestamp and biz-resp-signature headers for signature verification.
Unix timestamp (milliseconds) from the Cobo WaaS webhook request, used for signature verification and replay-attack prevention.
ECDSA signature from the Cobo WaaS webhook request, used to verify that the payload originated from Cobo. Compute verification using the biz-timestamp and raw request body.
The body is of type · object.
Successful Response
Webhook process acknowledgment payload.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.