Liquid API
Search
K
Comment on page

Crypto

get
https://api.liquid.com
/crypto_accounts
Crypto Accounts
get
https://api.liquid.com
/crypto_withdrawals?currency={currency}
Crypto Withdrawals
get
https://api.liquid.com
/crypto_withdrawal_addresses?currency={currency}
get
https://api.liquid.com
/crypto_withdrawals/crypto_networks?currency={currency}
Crypto Withdrawals Supported Network
post
https://api.liquid.com
/crypto_withdrawals
Create a Crypto Withdrawal

NO-TOUCH MODE

Creating a crypto withdrawal requires user to interactively input 2FA code and confirm via email. This can be a problem if user is trying to build a fully automated system.
No-touch mode allows human interaction (auth token and email confirmation) to be omitted. No-touch mode can be enabled by adding at least one confirmed Whitelist IP.
Request Body
// "auth_code" must be "000000" for NO-TOUCH MODE //
{
"auth_code": "000000",
"crypto_withdrawal":
{
"currency":"BTC",
"amount":"1",
"address":"1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2",
"payment_id": null,
"memo_type": null,
"memo_value": null
}
}
put
https://api.liquid.com
/crypto_withdrawal/{request_id}/cancel
Cancel a Crypto Withdrawal