This operation retrieves the information of a webhook event by the event ID.
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.
The event ID. You can obtain a list of event IDs by calling List all events.
The webhook endpoint ID. You can retrieve a list of webhook endpoint IDs by calling List webhook endpoints.
The webhook event information is successfully retrieved.
The webhook event payload.
The webhook endpoint URL.
500"https://example.com/webhook"
The time when the event was triggered, in Unix timestamp format (milliseconds).
1701396866000
The event type. To learn the trigger condition of each event type, refer to Webhook event types and event data.
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.transaction.failed, payment.status.updated, payment.refund.status.updated, payment.settlement.status.updated, payment.payout.status.updated, payment.address.updated, payment.subscription.status.updated, payment.charge.status.updated, payment.bulk_send.status.updated, compliance.disposition.status.updated, compliance.kyt.screenings.status.updated, compliance.kya.screenings.status.updated "wallets.transaction.created"
The information about a transaction.
The event ID.
"8f2e919a-6a7b-4a9b-8c1a-4c0b3f5b8b1f"
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 timestamp indicating the next scheduled retry to deliver this event, in Unix timestamp format, measured in milliseconds. This field is only present if the event status is Retrying.
1701396866000
The number of retries left. This field is only present if the event status is Retrying.
3