Create a crypto withdrawal offer
POST/v1/crypto-transfers/withdrawals
This endpoint allows users to initiate a cryptocurrency withdrawal by submitting details such as the amount to withdraw, the destination address, blockchain destination tags (memo_id, memo_text), returning a structured offer that outlines the terms and conditions of the withdrawal including fees.
Such an offer can later be confirmed by the user.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 409
- 422
- 500
- 503
Success Response (Subsequent Idempotent Request)
Success Response (Created)
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Validation Error
Internal Error
Service unavailable