cURL
curl --request GET \ --url https://api.orderly.org/v1/public/market_info/history_charts
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "symbol": "PERP_BTC_USDC", "price_list": [ { "ts": 1702989203989, "price": 31000 } ] } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/market_info/history_charts
Return the close price for all symbols
Success
The response is of type object.
object