Cascade
Markets

Get Markets

Retrieve list of all available markets and their parameters

GET
/markets

Response Body

application/json

curl -X GET "https://matcher.cascade.xyz/markets"
[
  {
    "closeout": "0.04",
    "cross": true,
    "defaultMargin": "0.1",
    "lotSize": "0",
    "maintenance": "0.05",
    "makerFee": "0.0004",
    "margin": "0.05",
    "maxOpenInterest": "30000000",
    "minPosition": "0.001",
    "originatorFee": "0.0001",
    "reduceOnly": false,
    "symbol": "ETHUSD",
    "takerFee": "0.002",
    "updatedAt": 1752198506
  },
  {
    "closeout": "0.015",
    "cross": true,
    "defaultMargin": "0.02",
    "lotSize": "0",
    "maintenance": "0.02",
    "makerFee": "0.0004",
    "margin": "0.02",
    "maxOpenInterest": "30000000",
    "minPosition": "0.0001",
    "originatorFee": "0.0001",
    "reduceOnly": false,
    "symbol": "BTCUSD",
    "takerFee": "0.001",
    "updatedAt": 1751575706
  }
]