GET
/
v1
/
public
/
market_info
/
price_changes
curl --request GET \
  --url https://api-evm.orderly.org/v1/public/market_info/price_changes
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "symbol": "PERP_BTC_USDC",
        "last_price": 31000,
        "5m": 31000,
        "30m": 31000,
        "1h": 31000,
        "4h": 31000,
        "24h": 31000,
        "3d": 31000,
        "7d": 31000,
        "30d": null
      }
    ]
  }
}

Response

200 - application/json
Success
success
boolean
required
data
object
required
timestamp
integer