Broadcast signed transaction and complete withdrawal
POST {{baseUrl}}/v3/offchain/withdrawal/broadcast
2 credits per API call.
Broadcast signed raw transaction end complete withdrawal associated with it. When broadcast succeeded but it is impossible to complete withdrawal, transaction id of transaction is returned and withdrawal must be completed manually.
Request Body
{"txData"=>"62BD544D1B9031EFC330A3E855CC3A0D51CA5131455C1AB3BCAC6D243F65460D", "currency"=>"BTC", "withdrawalId"=>"5e68c66581f2ee32bc354087", "signatureId"=>"1f7f7c0c-3906-4aa1-9dfe-4b67c43918f6"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"completed":true,"txId":"62BD544D1B9031EFC330A3E855CC3A0D51CA5131455C1AB3BCAC6D243F65460D"}