Withdraw crypto assets from your account

Withdraw a specific quantity of a crypto asset from your Liquidity Hub account to an authorized wallet.

SecurityBearerAuth
Request
Request Body schema: application/json
asset
required
string

The unique symbol of the crypto asset you want to withdraw.

walletAddress
required
string

The address of the wallet to which you want to withdraw the crypto asset.

assetQty
required
string

The quantity of the crypto asset that you want to withdraw.

Responses
200
400

Bad request

403

Forbidden

404

Not found

500

Internal server error

post/withdraw-crypto
Request samples
application/json
{
  • "asset": "BTC",
  • "walletAddress": "3a98b1AbCD73EFaBcdefghijKabcDeFGHi",
  • "assetQty": "1.00000001"
}
Response samples
application/json
{
  • "transactionId": "abcdefgh-abcd-abcd-1234-1234abcdefgh",
  • "withdrawalStatus": "PENDING"
}