Fee Tier
Tiers
GET
https://api.liquid.com/user/fee_tier
Get a user's current tier & traded volume.
Fee Types
GET
https://api.liquid.com/user/fees?fee_type={fee_type}
View different kinds of fee a user has to pay.
Query Parameters
Name | Type | Description |
---|---|---|
fee_type | string | Specify |
Check Estimated Order Fees
POST
https://api.liquid.com/fees/estimate
View the estimated fees and discount.
Request Body
Name | Type | Description |
---|---|---|
for_action | string | Specify |
trading_type | string | Within |
side | string | Within |
quantity | string | Within |
price | string | Within |
order_type | string | Within |
product_id | string | Within |
funding_currency | string | Within |
Withdrawal Fees
POST
https://api.liquid.com/fees/estimate
View the withdrawal fees for fiat or crypto.
Request Body
Name | Type | Description |
---|---|---|
for_action | string | Specify |
currency | string | Within |
amount | string | Within |
bank_account_id | string | Required when currency is a fiat.
Within |
Last updated