post https://api.cert.zerohash.com/withdrawals/execute
Executes a withdrawal that has been previously quoted.
Log in to see full request history
Responses
Executes a withdrawal that has been previously quoted.
xxxxxxxxxx
curl --request POST \
--url https://api.cert.zerohash.com/withdrawals/execute \
--header 'X-SCX-SIGNED: [WEB] auto-generated on fly' \
--header 'X-SCX-TIMESTAMP: [WEB] auto-generated on fly' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
19{
"message": {
"request_id": "c9d19acc-96bc-4c29-9708-50912fd174cf",
"withdrawal_quote_id": "b30739eb-173d-45f9-a03e-281e7c4db22c",
"withdrawal_request_id": "c80739Eb-02cd-45f9-bO3e-281e7cBdb33c",
"participant_code": "PART01",
"account_group": "PART01",
"account_label": "general",
"withdrawal_address": "bc1q840u00up0n4cun9wmhn3hgc5k0j0qsscvw8d6a",
"destination_tag": "string",
"no_destination_tag": false,
"asset": "BTC",
"amount": "0.023",
"amount_notional": "17.26",
"network_fee": "0.000001",
"network_fee_notional": "0.02",
"on_chain_status": "PENDING"
}
}