Skip to Content
Call REST

Call REST

Hosted REST is the simplest way to confirm the product contract. Start with one market read, keep the bearer API key in Authorization: Bearer <api_key>, and verify one response before expanding.

If you only need one quick success case, start here before MCP or raw RPC.

Access

  • Base URL: https://gw-aql.tomo.services
  • Route family: GET /v1/market/*
  • Auth: Authorization: Bearer <api_key>

How to call REST

Create one API key

Open Get API Key and keep the bearer token ready.

Start with one market read

Use GET /v1/market/price-snapshot before widening into more fields or surfaces.

Verify the response shape

Confirm your runtime can read the current response without extra payload normalization.

HTTP request

curl -X GET "https://gw-aql.tomo.services/v1/market/price-snapshot?market_kind=dex&chain=solana&address=<token_address>" \ -H "Authorization: Bearer <api_key>"

Try it in the docs

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.

Last updated on