Cascade
Markets

Get Price

Retrieve current price of a market

GET
/price/{symbol}

Path Parameters

symbolstring

Identifies the market for which prices are desired

Response Body

application/json

text/plain

curl -X GET "https://engine.cascade.cooking/price/BTC-USD-PERP"
{
  "bestBid": "109892.500000",
  "bestOffer": "109932.000000",
  "index": "109912.231581",
  "mark": "109915.931040",
  "midpoint": "109912.250000",
  "symbol": "BTC-USD-PERP",
  "time": 1752847020200
}
"Symbol not found"