Payout Information2
Authentication
Name
Type
Description
{
"data": {
"track_id": string, // Unique identifier for the payout session, used for tracking the payout status.
"address": string, // The cryptocurrency wallet address where the payout is expected to be sent.
"currency": string, // The cryptocurrency symbol in which the payout is made (e.g., BTC, ETH, USDT).
"network": string, // The blockchain network associated with the cryptocurrency, e.g., "Bitcoin Network" or "Ethereum Network".
"amount": decimal, // The total amount of the payout in the specified currency.
"fee": decimal, // The fee associated with processing the payout.
"status": string, // The current status of the payout, e.g., pending, confirmed, rejected, etc.
"tx_hash": string, // Unique transaction hash for the transaction on the blockchain.
"description": string, // A description providing additional details related to the payout or the transaction.
"internal": boolean, // Flag indicating whether the transaction is internal or external.
"memo": string, // An optional memo field for including additional details or a note regarding the payout.
"date": integer // Timestamp (UNIX epoch) representing when the payout.
},
"message": "Operation completed successfully!",
"error": {},
"status": 200,
"version": "1.0.3"
}API Request Sample Codes
API Response Example
Last updated