Get Orders
get
https://api.liquid.com
/orders?funding_currency={funding_currency}&product_id={product_id}
All Orders
get
https://api.liquid.com
/orders/{order_id} OR /orders/client:{client_order_id}
Single Order
Get a single order by providing the client order ID.
get
https://api.liquid.com
/orders/{order_id}/trades
An Order's Trade
Last modified 1yr ago