Payout
Last updated
Last updated
To test the API, make sure to include x-api-key
in the header with your API key.
Unique identifier of the withdrawal
Estimates the withdrawal fee for a given currency and network.
Currency for which the withdrawal fee is to be estimated.
Blockchain network for which the withdrawal fee is to be estimated.
200
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).
direct
Possible values: Recipient's Binance Pay ID. If the payout method is Binance 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.