Register Webhook

Registers a webhook to a wallet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Wallet index

Body Params
string
enum
required

Webhook Type. Webhook will be sent when the corresponding event occurs. DEPOSIT: When a deposit transaction is FINALIZED UNFINALIZED_DEPOSIT: When a deposit transaction is UNFINALIZED WITHDRAWAL: When a withdrawal request is successful and the transaction is completed (FINALIZED, FAILED) GATHERING: When a gathering request is successful and the transaction is completed (FINALIZED, FAILED) NFT_DEPOSIT: When an NFT deposit transaction is FINALIZED UNFINALIZED_NFT_DEPOSIT: When an NFT deposit transaction is UNFINALIZED NFT_WITHDRAWAL: When an NFT withdrawal request is successful and the transaction is completed (FINALIZED, FAILED) NFT_DEPLOYMENT: When an NFT contract deployment request is successful and the transaction is completed (FINALIZED, FAILED) NFT_ITEM_CREATION: When an NFT item creation request is successful and the transaction is completed (FINALIZED, FAILED) NFT_CONTRACT_METHOD_EXECUTION: When an NFT contract execution request is successful and the transaction is completed (FINALIZED, FAILED) NFT_BURN: When an NFT burn request is successful and the transaction is completed (FINALIZED, FAILED) FAILED_WITHDRAWAL: When a withdrawal request fails during the initial stages (before blockchain propagation) SENT_WITHDRAWAL: When a withdrawal request is successful and the transaction is created AWAITING_SIGNING_WITHDRAWAL: When the withdrawal transaction build is successful but not yet signed SIGNING_TRANSACTION: When a transaction signing request is successful and the request is completed (SUCCESS, FAILED) SIGNING_DATA: When a data signing request is successful and the request is completed (SUCCESS, FAILED)

string
required
length ≤ 10

Webhook Name. Webhooks of the same name cannot be registered to one wallet.

string
required

URL to receive webhooks

string
length ≤ 100

Key for verifying the integrity of the webhook.

Headers
string
required
Defaults to Bearer

API token

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json