get https://api-glb.hashkey.com/quote/v1/ticker/bookTicker
Retrieve current top order book by symbol
Request Parameters
PARAMETER | TYPE | Req 'd | Example values | DESCRIPTION |
---|---|---|---|---|
symbol | STRING | Y | BTCUSDT, BTCUSDT-PERPETUAL | Currency pair |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
- | Array of Object | Retrieve current top order book by symbol | |
s | STRING | BTCUSD | Symbol |
b | STRING | 29828.41 | Top of book Bid Price |
bq | STRING | 0.0005 | Top of book Bid Quantity |
a | STRING | 29938.49 | Top of book Ask Price |
aq | STRING | 0.0005 | Top of book Ask Quantity |
t | INTEGER | 1690084934387 | Timestamp |