bbgo/pkg/exchange/bitget/bitgetapi/v2/testdata/get_ticker_request.json

26 lines
567 B
JSON
Raw Normal View History

{
"code":"00000",
"msg":"success",
"requestTime":1709626632870,
"data":[
{
"open":"64654.54",
"symbol":"BTCUSDT",
"high24h":"68686.93",
"low24h":"64583.42",
"lastPr":"66554.03",
"quoteVolume":"1963568540.741927",
"baseVolume":"29439.351448",
"usdtVolume":"1963568540.74192678",
"ts":"1709626631127",
"bidPr":"66554",
"askPr":"66554.07",
"bidSz":"0.000237",
"askSz":"0.08228",
"openUtc":"68245.32",
"changeUtc24h":"-0.02478",
"change24h":"0.00153"
}
]
}