Skip to main content
POST
Batch fetch markets by id (POST body)

Authorizations

x-api-key
string
header
required

Solana Tracker Data API key

Body

application/json
ids
string[]
required

Market ids (max 100). Meaning depends on lookup_by / exchange defaults.

exchange
string | null
lookupBy
string | null

Lookup strategy: asset_id, condition_id, ticker, or slug.

Response

Always { results, notFound } with 1:1 id mapping

Batch market lookup response with per-id mapping.

notFound
string[]
required
results
object[]
required