Hanzo AI

Market

What trades on each chain, and how far the read of it got.

Also for this capability: API · CLI · SDKs

What trades on each chain, and how far the read of it got.

Base URLhttps://api.hanzo.ai
Operations5
AuthAuthorization: Bearer $HANZO_API_KEY

Specification

Specification pending — no HIP in hanzoai/hips declares capability: market yet. What this capability serves is below, from the API document; what it is — the store it owns, how it meters, what it publishes — is written as a HIP under HIP-0139.

Four surfaces

SurfaceReaches this capability asCoverage
RESTmarket at its own prefix5 operations
CLIhanzo market …5 of 5
SDKMarketApi in every published client5 methods
MCPno tool names it yet — use HTTP or an SDK

Quickstart

export HANZO_API_KEY=sk-...   # console.hanzo.ai → API keys

Then the first call — a read that needs nothing but the key. GET /v1/market/pools, operation get_market_pools:

hanzo market pools

Answers 200 with object — ok.

Endpoints

EndpointWhat it does
GET /v1/market/chainsAnswers every chain this deployment can read, what is deployed on each, and what its automated market maker amounts to.
GET /v1/market/poolsAnswers the automated market makers on one chain: their two tokens, their fee tier, and what has moved through each.
GET /v1/market/surveyAnswers which of the four settlement precompiles carry code on one chain.
GET /v1/market/tokenAnswers one token's daily history — open, high, low, close, price and volume per UTC day, oldest first.
GET /v1/market/tokensAnswers the tokens one chain's indexer has seen, with the decimals a caller needs to read any amount of one correctly.

All Hanzo APIs · Interactive reference

How is this guide?