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

授权

x-api-key
string
header
必填

Solana Tracker Data API key

请求体

application/json
ids
string[]
必填

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.

响应

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

Batch market lookup response with per-id mapping.

notFound
string[]
必填
results
object[]
必填