Get Order Open
This API retrieves the list of open orders on the platform.
Last updated
This API retrieves the list of open orders on the platform.
Last updated
Before using this endpoint, ensure you have read the guide. This guide explains the steps required to create the signature
parameter needed to authenticate your request.
The request requires specific query parameters to filter results. See details below.
You must provide a valid timestamp
and signature
in the query parameters.
The x-api-key
must be included in the request headers for authentication.
GET
https://nami.exchange/api/v4/spot/open
Headers
Content-Type
application/json
x-api-key
<Your secret key>
Query Parameters
filterByPair
string
Filter open orders by a specific trading pair (e.g., BTCUSD).
No
BTCUSD
signature
string
The signature is the secret key encoded as ASCII data. It is required for authenticating the request.
Yes
a1b2c3d4e5f6g7h8i9j0k
timestamp
date-time
The timestamp is the time the request was sent.
Yes
1670000000000
Response