Query Order
Check an order's status
GET
https://api/staging/dexilon/io/api/v1/orders
Weight: 1
Either orderId
or clientOrderId
must be sent.
Query Parameters
Name
Type
Description
symbol*
String
Symbol name
clientOrderId
UUID
Client ID of order.
orderId
Long
ID of order.
Last updated