GET /markets, so you can build against it rather than hard-coding a list.
Reading a market
Each market inGET /markets reports its current state:
Capacity
available_capacity_usd is the lower of two limits: the real market headroom, and your own aggregate exposure cap. For the precise headroom net of what you already have open, use available_exposure_usd from GET /account. See How Hedging Works for how the cap works.
Tenors
Every supported market can be hedged at a tenor of 1, 3, or 7 days. See How Hedging Works.Prices
For a lightweight current mid rate without the full market payload, useGET /prices with a comma-separated symbols list. These are indicative reference rates; the price a Hedge opens at, with impact applied, comes from a quote.

