Market API
Use Market API when you want one hosted read surface for token price, asset identity, market context, liquidity, pool details, and short-range OHLCV without stitching together multiple provider APIs.
Public docs stay canonical here. MCP and skill handles reuse the same service contract, but they are no longer promoted as a separate docs tree. Public examples default to the EVM family, while Solana stays on the separate Beta lane.
Access
- Base URL:
https://gw-aql.tomo.services - Route family:
GET /v1/market/* - Auth:
Authorization: Bearer <api_key> - Surfaces:
rest,mcp,skill - Chain focus:
EVM family primary · Solana (Beta)
Highlights
- One gateway base URL for token price, identity, liquidity, pool, and OHLCV reads.
- Keep the same bearer auth model with
Authorization: Bearer <api_key>. - Default docs examples start from the EVM family instead of the Solana Beta lane.
- Method pages focus on canonical market reads and shared response contracts.
Canonical market reads
Read canonical identity and metadata for one asset.
Get asset profileRead canonical market context for one supported instrument.
Get market profileRead the latest normalized price state for one market.
Get price snapshotRead compact short-range OHLCV data for one market.
Get OHLCV windowTry the default read
Try price snapshot
Send one direct browser request to the current hosted gateway base URL so the real network request is visible in devtools. The API key is only stored locally when you provide one.
Where to start
Start from the canonical read-tree overview, then drill into the first method.
Market REST overviewUse one hosted HTTP request with the current gateway base URL.
Call RESTStart from the hosted tool path if your runtime already speaks tool calls.
Call MCPPrepare the bearer token used for hosted requests.
Get API Key