Skip to main content
The API currently supports USDT/NGN (Nigerian naira), with more frontier-market pairs to follow. The set of markets available to your account is always returned live by GET /markets, so you can build against it rather than hard-coding a list.

Reading a market

Each market in GET /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, use GET /prices and pass a market as the symbols parameter (e.g. USDTNGN). This is an indicative reference rate; the price a Hedge opens at, with impact applied, comes from a quote.