AsterAster REST API
Recent Trades List
Get recent trades for a symbol.
Authorization
ApiKeyAuth X-MBX-APIKEY<token>
API Key authentication for Aster Finance
In: header
Query Parameters
symbol*stringrequired
limit?integerdefault: 500
Response Body
application/json
curl -X GET "https://api.hypereth.io/v1/aster/fapi/v1/trades?symbol=string"[
{
"id": 0,
"price": "string",
"qty": "string",
"quoteQty": "string",
"time": 0,
"isBuyerMaker": true
}
]