Generate Payout

This endpoint enables you to generate a cryptocurrency payout request, allowing you to transfer funds to a specified address. It is designed to facilitate seamless and secure transactions by generating a payout request within your account.

post
Header parameters
payout_api_keystringRequired

Your Payout API Key for authentication and authorization.

Content-TypestringRequiredDefault: application/json
Body
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
post
/payout

Last updated