cURL
curl --request GET \ --url https://api.orderly.org/v1/public/market_trades
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "symbol": "PERP_ETH_USDC", "side": "BUY", "executed_price": 2050, "executed_quantity": 1, "executed_timestamp": 1683878609166 } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/market_trades
Get the latest market trades.
Numbers of trades want to query.
Success
The response is of type object.
object