Async withdrawal
The method allows you to create a request to withdraw coins from an address and get the execution result to the specified webhookUrl
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
Output request body
addressIdstringRequiredExample:
Identifier of the address from which the coins should be withdrawn
c4179377-b199-455b-ab08-16c517bb3f1baddressstringRequiredExample:
Address for sending coins
0x00000005707bf50efa35a2db020ede9ac08ae226tagstring | nullOptional
Tag (memo) address (relevant for networks that support the tag, such as Ripple)
amountstringRequiredExample:
Withdrawal amount
123.12feeTokenstringRequiredExample:
Fee token that was not created when requesting /request-fee
U2FsdGVkX1+iHoPdDkTfi7NPHR4zUvZlWbnt2gwTDsUrdlIEnaZD6K85m//ImYdw2vL0Y7px2EQ8nRUn85Ysd30sajgAU72yqLmBE+LmNI26EFGCADm/zZDgMVc3sbRyd79gagJPPfA2RQ1SsETlXmnqYLNidjO7eI+JRfNCTXI=feeInAmountbooleanOptional
(Relevant for withdrawing coins) Deduct the network commission from the withdrawal amount or from the payer's funds. By default, the network commission is deducted from the withdrawal amount.
webhookUrlstringOptionalExample:
URL to send webhook when output status changes
https://merchant.domain/webhooks/withdrawResponses
200Success
application/json
post
/api-gateway/make-withdrawal-async200Success
Last updated