feat: add market data architecture and complete migration through build 039
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"askPrice": "62039.05",
|
||||
"bidPrice": "62038.95",
|
||||
"closeTime": 1783537908139,
|
||||
"highPrice": "63727.2",
|
||||
"lastPrice": "62038.95",
|
||||
"lastQty": "5.0",
|
||||
"lowPrice": "61479",
|
||||
"openPrice": "63334.10",
|
||||
"openTime": 1783468800000,
|
||||
"prevClosePrice": "63334.10",
|
||||
"priceChange": "-1292.15",
|
||||
"priceChangePercent": "-2.040309",
|
||||
"quoteVolume": "1480205.506845",
|
||||
"symbol": "BTC/USD_LEVERAGE",
|
||||
"volume": "23.8199",
|
||||
"weightedAvgPrice": "62039.00"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
# ticker24hr
|
||||
|
||||
Источник:
|
||||
GET /api/v1/ticker/24hr
|
||||
|
||||
Назначение:
|
||||
Исследование структуры ответа endpoint.
|
||||
|
||||
Файлы:
|
||||
|
||||
- BTC_USD_LEVERAGE.json
|
||||
Reference in New Issue
Block a user