get https://api-glb.sim.hashkeydev.com/api/v1/futures/getBestOrder
Weight: 1
Request Parameters
| PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
|---|---|---|---|---|
| symbol | STRING | Y | ETHUSDT-PERPETUAL | Name of the contract |
| recvWindow | LONG | 5000 | recv window | |
| timestamp | LONG | Y | 1714311403031 | Timestamp |
Response Content
| PARAMETER | TYPE | Example values | DESCRIPTION |
|---|---|---|---|
| bid | obj | Best buy order info | |
| ask | obj | Best sell order info |
In the bid ask message:
| PARAMETER | TYPE | Example values | DESCRIPTION |
|---|---|---|---|
| time | LONG | 1551062936784 | |
| price | FLOAT | 8200 | Order price |
| leftQty | FLOAT | 8000 | Left Order quantity |
| side | STRING | BUY | Buying and selling direction(BUY、SELL) |