Skip to main content
List all tradable instruments.
Returns every market this engine is configured to trade. Use it at startup to discover symbols and their integer scaling before submitting any order.

See also

Response

All markets.

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