Get all available markets
Returns a list of all trading markets (perp + spot) with their configuration
details including leverage limits, tick sizes, decimal precision, and
current market mode (Open, ReduceOnly, CloseOnly). Each row carries an
asset_type discriminator ("perp" or "spot").
Authorizations
Bearer token from Geomi. See Authentication for setup instructions.
Response
List of available markets
"perp" or "spot" — discriminator so callers can mix perp and spot
markets in the same /markets response without ambiguity.
perp, spot Perp market category. Empty string for spot markets.
Perp-only; always false for spot.
x >= 0Perp-only max leverage. Always 0 for spot markets.
x >= 0Perp-only max open interest. Always 0 for spot markets.
x >= 0x >= 0x >= 0Perp market mode. Spot markets currently return "Open".
Price decimals. For spot rows this is the quote asset decimals.
x >= 0Size decimals. For spot rows this is the base asset decimals.
x >= 0x >= 0Haircut for unrealized PnL when calculating withdrawable balance (in basis points, e.g., 1000 = 10%). Always 0 for spot markets (which don't carry unrealized PnL).
x >= 0
