Skip to Content

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

Try the default read

Try send

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

Last updated on