Generate Payout
post
Header parameters
payout_api_keystringRequired
Your Payout API Key for authentication and authorization.
Content-TypestringRequiredDefault:
application/jsonBody
addressstringRequired
The recipient's cryptocurrency address where the payout will be sent.
currencystringRequired
The symbol of the cryptocurrency to be sent (e.g., BTC, ETH, LTC, etc.).
amountnumber · decimalRequired
The exact amount of cryptocurrency to be sent as the payout.
networkstringOptional
The blockchain network to be used for the payout. Required for currencies with multiple supported networks.
callback_urlstring · uriOptional
The URL for sending payment status updates.
memostringOptional
A memo or tag for transactions on supported networks (e.g., for TON).
descriptionstringOptional
A description or additional information for the payout, useful for reports.
Responses
200
Successful operation
application/json
400
Bad request
application/json
post
/payoutLast updated