Market
The `hanzo market` commands.
Also for this capability: API · CLI · SDKs
What trades on each chain, and how far the read of it got.
hanzo market poolsEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo market chains | Answers every chain this deployment can read, what is deployed on each, and what its automated market maker amounts to. |
hanzo market pools | Answers the automated market makers on one chain: their two tokens, their fee tier, and what has moved through each. |
hanzo market survey | Answers which of the four settlement precompiles carry code on one chain. |
hanzo market token | Answers one token's daily history — open, high, low, close, price and volume per UTC day, oldest first. |
hanzo market tokens | Answers the tokens one chain's indexer has seen, with the decimals a caller needs to read any amount of one correctly. |
How is this guide?