Handles GET /exchange/market/{symbol} via public.exchange.market.get.
Market symbol
Exchange market configuration
Static market configuration without live data like prices or open interest.
Used by the /exchange endpoint to return market parameters.
Numeric asset identifier.
x >= 0Base-lot decimal exponent.
Funding interval length in seconds.
x >= 0Funding period length in seconds.
x >= 0Whether this market only supports isolated margin positions
Configured leverage tiers.
Maker fee (percent).
The orderbook account pubkey (base58 encoded)
Current market status.
uninitialized, active, postOnly, paused, closed, tombstoned Maximum absolute funding rate per interval.
Maximum size for a single liquidation (in base lots)
x >= 0Maximum open interest allowed for this market (in base lots)
x >= 0Risk factors as percentages.
The spline collection PDA (derived from market_pubkey)
Market symbol (for example, "SOL-PERP").
Taker fee (percent).
Tick size in quote lots per base lot per tick.
x >= 0Commodity-specific metadata, present only for commodity markets.
Maximum absolute funding rate per interval as a percentage of notional at the current mark price.