Create auto-withdrawal
Description of the request parameters
Parameter
Type
Required
Description
Include the network's commission in the swap amount
Additional confirmation
Name
Description
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
addressstringRequiredExample:
The address to receive
1CGuTUAx7icKniPVKGiyiT7QLycpkxULLPcurrencystringRequiredExample:
The coin you want to receive
BTCnetworkstringRequiredExample:
The network where you want to receive coins
bitcoinamountFromstringOptionalExample:
Outgoing amount
1000amountTostringOptionalExample:
The final amount
0.1feeInAmountbooleanOptional
To include the network commission in the amount to swap, when specifying this parameter, the amountTo will be equal to the amount that the address will receive
webhookUrlstringOptionalExample:
URL for sending a status change notification
https://merchant.domain/webhooks/...Responses
200Success
application/json
post
/api-gateway/auto-withdrawals/create200Success
Last updated