The Latest Market Data
The-latest-market-data
Request
Spot Request
{
"Action": "1",
"Symbol": "BTC/USDT",
"LocalNo": 6,
"ResumeNo": -1,
"Topic": "market"
}
Contracts Request
{
"Action": "1",
"Symbol": "BTCUSDT",
"LocalNo": 6,
"ResumeNo": -1,
"Topic": "market"
}
Response Parameters
| Field | Type | Example | Description |
|---|---|---|---|
| I | string | "BTCUSDT" | Instrument ID |
| U | int | 1757642301089 | The latest update time(ms) |
| PF | int | 1756690200 | Position fee time |
| E | double | 0.0005251816 | Previous position fee rate |
| C | double | 173183.6 | Upper limit price |
| F | double | 57727.9 | Lower limit price |
| D | double | 115455.77 | Underlying price |
| M | double | 115473.7 | Marked price |
| H | double | 116346 | The highest price of the day |
| L | double | 114132.8 | The lowest price of the day |
| N | double | 115482.9 | The latest price |
| V | double | 7688046 | Today's volume |
| T | double | 885654450.392686 | Today's turnover |
| O | double | 114206.7 | Today's open price |
| PF | double | 0.0005251816 | Previous position fee rate |
Response Example
{
"a": "PO",
"m": "Success",
"tt": 1757642301185,
"mt": 1757642301185,
"d": {
"I": "BTCUSDT",
"U": 1757642301089,
"PF": 1756690200,
"E": 0.0005251816,
"O": 114206.7,
"H": 116346,
"L": 114132.8,
"V": 7688046,
"T": 885654450.392686,
"N": 115482.9,
"M": 115473.7,
"D": 115455.77,
"V2": 19978848,
"T2": 2288286517.724497,
"F": 57727.9,
"C": 173183.6,
"BP1": 115482.8,
"AP1": 115482.9
}
}