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)