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
https://api.oxapay.com/v1/payout
Authentication
You must include the Payout API Key in the request header to authenticate your access to the API.
payout_api_key*
string
Your Payout API Key for authentication and authorization.
Request Body
address*
string
The recipient's cryptocurrency address where the payout will be sent.
currency*
string
The symbol of the cryptocurrency to be sent (e.g., BTC, ETH, LTC, etc.).
amount*
decimal
The exact amount of cryptocurrency to be sent as the payout.
network
string
The blockchain network to be used for the payout. Required for currencies with multi supported networks.
callback_url
string
The URL for sending payment status updates.
memo
string
A memo or tag for transactions on supported networks (e.g., for TON).
description
string
A description or additional information for the payout, useful for reports.
API Request Sample Codes
These example code snippets demonstrate how to request the "Generate Payout" endpoint using different programming languages. You can customize the data parameters according to your specific requirements.
API Response Example
The response example above is provided to help you understand the format and structure of the response. If you have any further questions or need assistance, please feel free to contact to your account manager.
Last updated