Send Payout
To test the API, make sure to include x-api-key in the header with your API key.
Creates a payout by specifying the wallet address, amount, currency, network, customer details, and an optional webhook URL for notifications. This endpoint initiates the process of transferring funds to the user's specified wallet.
Withdrawal creation request body.
A method to make a payout (e.g., to a web3 wallet, or Binance Account).
directPossible values: Recipient's Binance Pay ID or Binance Email. If the payout method is Binance Pay, this field is required.
Recipient's Kucoin Pay ID . If the payout method is Kucoin Pay, this field is required.
Recipient's wallet address.
Specifies whether the network fee should be deducted from the amount being withdrawn (true) or the remaining balance (false). Choose the latter option if you need to send a specific amount.
Amount to withdraw.
Currency for withdrawal, specified via tickers (refer to API glossary).
Blockchain network for withdrawal, specified via tickers (refer to API glossary).
Customer's ID for security purposes.
Customer's IP address for security purposes.
Customer's order ID.
Additional information related to the payout, if needed.
Webhook address for receiving withdrawal notifications.
201
500
Unique identifier of the withdrawal
200
500
Last updated
Was this helpful?