Recent changes

Information about recent changes. Recent changes can be followed on this page.
Error Handling For Order Operations and Retry Strategy Guideline (6 January 2023)
Error handling and retry strategy guideline has been added to the documentation for order operations. For more information you can visit https://docs.btcturk.com/error-handling-for-order-operations page.
UserTrade Socket message (12 December 2022)
Socket message of user/transactions/trade endpoint. You can get trade details from channel 423 when order is matched. For more information you can view https://docs.btcturk.com/websocket-feed/models page.
Ticker amount field (12 December 2022)
Ticker amount field has been added to tickerPair and tickerAll socket messages. You can get amount of the best bid and best ask. AskAmount : AA BidAmount: BA Message example:
[
402,
{
"B": "320410",
"A": "320549",
"BA": "0.03873652", // new field
"AA": "0.03243235", //new field
"PS": "BTCTRY",
"H": "326488",
"L": "319224",
"LA": "320618",
"O": "324960",
"V": "97.83162693",
"AV": "321970.164925910000",
"D": "-4411",
"DP": "-1.34",
"DS": "TRY",
"NS": "BTC",
"PId": 1,
"channel": "ticker",
"event": "BTCTRY",
"type": 402
}
]
Orderbook Price Level Limit (24 November 2022)
OrderBook Price Level Limit has been updated from 25 to 100 again.
Orderbook Price Level Limit (26 September 2022)
OrderBook Price Level Limit has been updated from 100 to 25.
GoLang and Node.js language support (12 July 2022)
Added code examples for Golang and Node.js to the document. With the new update, code samples for C#, Python, PHP, GoLang and Node.js are included in the document.
Error code changes (10 July 2022)
Error code descriptions and naming have been changed. Click here for more information.
C# code example for WebSocket (9 July 2022)
C# code example for WebSocket has been added to the document. Click here for more information.
PairSymbol parameter for /api/v1/allOrders endpoint (8 July 2022)
pairSymbol parameter is now available when querying orders for the api/v1/AllOrders endpoint.
Rate Limits change (20 June 2022)
  • Rate limit for /api/v1/users/balances endpoint has been changed from 90 to 120
  • Rate limit for /api/v1/openOrders endpoint has been changed from 300 to 330