Cascade
Markets

Get Summary

Retrieve a market summary including 24-hour volume, open interest, and other key metrics

GET
/summary/{symbol}

Path Parameters

symbolstring

Identifies the market for which information is desired

Response Body

application/json

text/plain

curl -X GET "https://engine.cascade.cooking/summary/ETH-USD-PERP"
{
  "bestBid": {
    "price": "3660.02",
    "quantity": "0.12"
  },
  "bestOffer": {
    "price": "3660.13",
    "quantity": "0.075"
  },
  "fundingRate": "-0.00032",
  "openInterest": "1508712.3429",
  "price24hAgo": "3587.5",
  "symbol": "ETH-USD-PERP",
  "time": 1752798506000,
  "volume": "387267.23"
}
"Symbol not found"