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.
The withdrawal offer
Success Response (Subsequent Idempotent Request)
Success Response (Created)
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Validation Error
Internal Error
Service unavailable
{- "asset_amount": "0.2",
- "external_address_id": "1ed83487-f684-62a2-a155-fe633f0db292"
}
{- "data": {
- "id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "external_address_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "coin_network_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "network_id": "1ede43b3-b3ac-65da-3070-298a90a0ab70",
- "asset_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "asset_amount": "0.5",
- "asset_fee": "0.01",
- "fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
- "fiat_amount": "15000.00",
- "fiat_amount_fee": "300.00",
- "transaction_status": "pending",
- "created_at": "2022-07-21T08:14:20Z"
}
}