Get OrderBook
Last updated
Last updated
Get a list of all open orders for a product.
2 parameters are used for orderbook:
pairSymbol
and limit
If limit
parameter is not set, default 100 orders are listed.
There are 2 possible options:
GET
https://api.btcturk.com/api/v2/orderbook
Name | Type | Description |
---|---|---|
In case of a system failure and delays in real time orderbook data, this endpoint will return HTTP 503 in order to prevent false market data feed to clients.
Without limit
parameter
https://api.btcturk.com/api/v2/orderbook?pairSymbol=BTCUSDT
Default 100 orders of BTCUSDT
With limit
parameter
https://api.btcturk.com/api/v2/orderbook?pairSymbol=BTCUSDT&limit=25
25 orders of BTCUSDT
pairSymbol
string
BTCTRY, ETHTRY etc.
limit
integer
limit the number of results (default 25)