Skip to main content
Single instrument detail.
Detail for one symbol. Prices and sizes are integers scaled by the instrument’s governed price_scale; never send a float. The REST object does not expose the circuit-breaker bound or price_scale; read the finalized on-chain MarketConfig when independently verifying those values.

See also

Path Parameters

symbol
string
required

Response

Instrument detail.

One isolated market served by this attested venue. Every returned instrument shares the same verified-origin/session identity but has its own governed mint pair, book, oracle, and proof batches.

symbol
string
required

Canonical symbol signed into an order and used for book routing.

Example:

"SOL-USDC"

base_mint
string
required

Base SPL mint pubkey (base58).

quote_mint
string
required

Quote SPL mint pubkey (base58).

tick_size
string
required

Raw integer price increment in protocol price units.

min_order_size
string
required

Raw integer minimum amount in the base mint's smallest units.

trading_enabled
boolean
required

Current fail-closed readiness for new placement, modification, and matching on this market. A false value does not block cancellation, reads, or settlement reconciliation. Clients must still handle a racing 503 from an order write.

oracle
object
required