get https://api-glb.hashkey.com/quote/v1/trades
Retrieve the recent trade information
Request Parameters
PARAMETER | TYPE | Req 'd | Example values | DESCRIPTION |
---|---|---|---|---|
symbol | STRING | Y | ETHUSDT, BTCUSDT-PERPETUAL | Currency pair |
limit | INTEGER | 10 | Return the number of trades, the maximum value is 100 |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
- | Array of Object | Latest trades list | |
t | INTEGER | 1690084476362 | Traded timestamp |
p | STRING | 29825.6 | Traded price |
q | STRING | 0.0005 | Volume |
ibm | BOOLEAN | FALSE | Whether it is a buyer's maker order |