Create Withdraw Transaction
POST/transactions/withdraw
This endpoint initiates an on-chain cryptocurrency withdrawal.
Use this endpoint to send crypto from a business account balance to a beneficiary. The server computes the network fee, debits the gross amount (including the network fee) from the account balance, and tracks the withdrawal end-to-end.
Request
Responses
- 202
- 400
- 401
- 500
Withdraw request successful
Bad request
Client is not authorized to perform this action
Internal server error