post https://api-sandbox.straitsx.com/v1/blockchain_transfer/withdrawals/
[Available in Production environment] Send funds to your verified blockchain addresses with your StraitsX Business Account
When the status of the blockchain withdrawal is updated, a callback will be sent to the URL you configured in your business dashboard. Learn more about how to configure your callback
Sample Callback Payload for Blockchain Withdrawal
data%5Battributes%5D%5Bamount%5D=2.0&data%5Battributes%5D%5Bblockchain%5D=XSGD_MATIC&data%5Battributes%5D%5Bcreated_at%5D=2024-06-11T04%3A48%3A39.912Z&data%5Battributes%5D%5Bidempotency_id%5D=testing&data%5Battributes%5D%5Bnetwork%5D=Polygon&data%5Battributes%5D%5Bnetwork_fees%5D=0.02&data%5Battributes%5D%5Bstatus%5D=completed&data%5Battributes%5D%5Btoken%5D=xsgd&data%5Battributes%5D%5Btotal_amount%5D=2.02&data%5Battributes%5D%5Btransaction_hash%5D=0x658043f80b1684cce02a0f4c0ed5449589eef495492bae5a849e47e80c46dd4d&data%5Battributes%5D%5Btransaction_source%5D=0x4fd0f684dcf7c6c862114db8cebfe8bf6bb175c3&data%5Bid%5D=contract_7afa75105cad43579f9589ebe30b6784&data%5Btype%5D=stablecoin_withdraw_contract
Parameter | Description | Sample Value |
---|---|---|
amount | Amount transferred | 2.0 |
blockchain | Blockchain (combination of token & network) | XSGD_MATIC |
created_at | Datetime of creation | 2024-06-11T04%3A48%3A39.912Z |
bank_abbrev | Recipient's bank abbreviation | SCB |
idempotency_id | Unique idempotency id provided when triggering the withdrawal | testing |
network | Network of the blockchain withdrawal | Polygon |
network_fees | Network fees incurred | 0.02 |
status | Transaction status: completed/pending/cancelled | completed |
token | Token of the blockchain withdrawal | xsgd |
total_amount | Total amount of the transaction | 2.02 |
transaction_hash | Transaction hash | 0x658043f80b1684cce02a0f4c0ed5449589eef495492bae5a849e47e80c46dd4d |
transaction_source | Receiving blockchain address | 0x4fd0f684dcf7c6c862114db8cebfe8bf6bb175c3 |
id | Contract ID of the transaction | contract_7afa75105cad43579f9589ebe30b6784 |
type | Transaction type | stablecoin_withdraw_contract |