If youโre just getting started, please check out our quick start guide.
Transaction Creation
When a withdrawal transaction is created, a webhook notification will be sent to the configured webhook URL. This notification will contain the relevant transaction details for further processing or integration with your system. Webhook payload is below:Transaction state changes
Subsequent transaction processing updates and state changes will be communicated via webhook notifications to the configured webhook URL. Webhook payload remains as previous, please note its status change:Transaction failure
In the case of a transaction failure, a webhook notification is sent to the configured webhook URL This notification contains detailed information about the transaction and the reason for its failure in .Payment instructions for an unsigned on-chain transaction to be executed using your own infrastructure
Webhook will contains payment instructions with two parts:- General Information: Details about the token, amount, and source/destination addresses:
- Prepared Blockchain Transaction:
- Execute the already prepared raw transaction directly instructions.transaction
- Use the provided data (fromAddress, toAddress, asset, and amount) to generate and execute your own transaction on the blockchain
If you have any questions, please donโt hesitate to reach out to us via email or slack.