Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Path Parameters
The webhook endpoint ID. You can retrieve a list of webhook endpoint IDs by calling List webhook endpoints.
Query Parameters
The event status. Possible values include:
Success
: The event has been delivered, and the webhook endpoint has responded to the event.Retrying
: The event has been delivered, but the webhook endpoint has not responded. In this case, Cobo will retry delivering the event.Failed
: The event cannot be delivered and Cobo will stop retrying. This may occur if the number of retries reaches 10, or if the event has been delivered but the webhook endpoint responded with an error.
Success
, Retrying
, Failed
"Success"
The event type. To learn the trigger condition of each event type, refer to Webhook event types and event data.
Currently, you can only trigger test webhook events with the event data types Transaction
and TSSRequest
.
wallets.transaction.created
, wallets.transaction.updated
, wallets.transaction.failed
, wallets.transaction.succeeded
, wallets.mpc.tss_request.created
, wallets.mpc.tss_request.updated
, wallets.mpc.tss_request.failed
, wallets.mpc.tss_request.succeeded
, wallets.addresses.created
, wallets.created
, wallets.token_listing.failed
, wallets.token_listing.succeeded
, mpc_vaults.created
, fee_station.transaction.created
, fee_station.transaction.updated
, fee_station.transaction.failed
, fee_station.transaction.succeeded
, wallet.token.enabled
, wallet.chain.enabled
, wallet.mpc.balance.updated
, wallet.web3.balance.updated
, wallet.token.disabled
, wallet.chain.disabled
, token.suspended.deposit
, token.suspended.withdraw
, payment.transaction.created
, payment.transaction.late
, payment.transaction.completed
, payment.transaction.held
, payment.status.updated
, payment.refund.status.updated
, payment.settlement.status.updated
, payment.address.updated
, compliance.disposition.status.updated
"wallets.transaction.created"
The maximum number of objects to return. For most operations, the value range is [1, 50].
A cursor indicating the position before the current page. This value is generated by Cobo and returned in the response. If you are paginating forward from the beginning, you do not need to provide it on the first request. When paginating backward (to the previous page), you should pass the before value returned from the last response.
A cursor indicating the position after the current page. This value is generated by Cobo and returned in the response. You do not need to provide it on the first request. When paginating forward (to the next page), you should pass the after value returned from the last response.