Recent changes
Information about recent changes. Recent changes can be followed on this page.
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.
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 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
}
]
Last modified 10mo ago