Skip to Content
Market ServicesOverview

Market

Use the Market branch when you want product-level market reads or product-level market streams without dropping into native chain RPC semantics.

Access

Auth header
Authorization: Bearer {API_KEY}

How to integrate

Get one API key

Create one API key on agentql.tomo.inc, then reuse the same bearer token across HTTP, Market WebSocket, MCP, and EVM RPC.

Choose the transport

Use Market HTTP for request-response reads. Use Market WebSocket for live price or OHLCV delivery.

Start with one concrete method

For first success, start with price-snapshot on HTTP or connect plus price-streams on WebSocket.

Published HTTP methods

Published WebSocket pages

Branches

  • HTTP API: canonical Market API reads for profile, price, market context, and OHLCV.
  • WebSocket API: product-level market stream delivery for connect, price, OHLCV, and status events.
Last updated on