List open orders
For more information, please visit the INTX Java SDK.
For more information, please visit the INTX Java SDK.
For more information, please visit the INTX .NET SDK.
For more information, please visit the INTX Go SDK.
For more information, please visit the INTX Python SDK.
For more information, please visit the INTX TS SDK.
For more information, please visit the INTX CLI.
Authorizations
The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Query Parameters
Identifies the portfolio by UUID (e.g., 892e8c7c-e979-4cad-b61b-55a197932cf1
) or portfolio ID (e.g., 5189861793641175
)
Identifies the instrument by name (e.g., BTC-USDC
), UUID (e.g., ce55a827-f04a-45c0-9d9b-8bbdb9b48065
), or instrument ID (e.g., 7149252043835013
)
Identifies the instruments by type . Allowed values: SPOT, PERPETUAL_FUTURE
The client order ID that was used when the order was created
The most recent type of event that happened to the order. Allowed values: NEW, TRADE, REPLACED
NEW
, TRADE
, CANCELED
, REPLACED
, PENDING_CANCEL
, REJECTED
, PENDING_NEW
, EXPIRED
, PENDING_REPLACE
, STOP_TRIGGERED
"TRADE"
The type of order. Allowed values: LIMIT, MARKET, STOP, STOP_LIMIT
LIMIT
, MARKET
, STOP_LIMIT
, STOP
, TAKE_PROFIT_STOP_LOSS
"LIMIT"
Identifies the side by name (e.g., BUY
, SELL
)
BUY
, SELL
The maximum event_time
for results. Can be used in pagination to keep result set static. Uses ISO-8601 format (e.g., 2023-03-16T23:59:53Z)
"2023-03-16T23:59:53.000Z"
The number of results to return (defaults to 25 with a max supported value of 100)
30
The number of results from the beginning to skip past
50
Response
Order matches found
The response is of type object
.