Get Open Orders
List your current open orders. Only open or un-settled orders are returned by default. As soon as an order is no longer open and settled, it will no longer appear in the default request.
For all transactions related to the private endpoint, you must authorize before sending your request.
For more information you can check our Authentication V1 article.
pairSymbolparameter can be used for the/api/v1/openOrdersendpoint.To access your open orders, you need to enter the
pairSymbolparameter.
Request Example:
https://api.btcturk.com/api/v1/openOrders?pairSymbol=BTCUSDT
Open Orders for BTCUSDT are listed
Open Orders
GET https://api.btcturk.com/api/v1/openOrders
Query Parameters
pairSymbol
string
BTCTRY, ETHTRY etc.
Headers
X-PCK*
string
API public key. You can create the API key from the Account > API Access page in your exchange account.
X-Stamp*
integer
Nonce must be current timestamp in miliseconds. It is a must to sync your current time with API server time which is in miliseconds format. Our servers are using UTC timezone.
X-Signature*
string
Signature is a HMAC-SHA256 encoded message. The HMAC-SHA256 code must be generated using a private key that contains a timestamp as nonce and your API key.
Open Orders Code Example
Last updated
Was this helpful?