Recent Trades List
Get recent trades.
Weight(IP): 10
Query parameters
Trading symbol, e.g. BNBUSDT
Default 500; max 1000.
Response
Trade list
Example response
[
{
"id": 345196462,
"price": "9638.99000000",
"qty": "0.02077200",
"quoteQty": "0.02077200",
"time": 1592887772684
}
]Changes
Changed in 1 of the 26 revisions of this API.19
- ▲
for the
queryrequest parameterlimit, the type/format was changed frominteger/tointeger/int32request-parameter-type-changed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
items/idbecame required for the status200response-property-became-required
- ○
the response property
items/isBestMatchbecame required for the status200response-property-became-required
- ○
the response property
items/isBuyerMakerbecame required for the status200response-property-became-required
- ○
the response property
items/pricebecame required for the status200response-property-became-required
- ○
the response property
items/qtybecame required for the status200response-property-became-required
- ○
the response property
items/quoteQtybecame required for the status200response-property-became-required
- ○
the response property
items/timebecame required for the status200response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ▲