Async withdrawal
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
be5196d9-4e99-4d9a-8a2a-b8c8b53affb2addressstringRequiredExample:
Address for sending coins
0x00000005707bf50efa35a2db020ede9ac08ae226tagstring · nullableOptional
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
U2FsdGVkX18VbAK9pKuqeXLWe74KbVxYX/8EftMSX34y41vC5r9LY9yo3+oOee/qqGZpFZSZ3qGRQXYS8/3B/g06UzvdVKTu4UBkHiCrH56FkMJ3+R/8hunMJpeETEj53wKTz6x7hTljtjHjUWHTJYuwyvD5yosJhhaNYWBZi+k=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
Successful response
successbooleanRequired
Request success indicator
post
/api-gateway/make-withdrawal-async200Success
Last updated