Hanzo AI
OpenapiMarket

List token

Answers one token's daily history — open, high, low, close, price and volume per UTC day, oldest first.

GET /v1/market/token

Addresshttps://api.hanzo.ai/v1/market/token
MethodGET
Operationget_market_token
AuthAuthorization: Bearer $HANZO_API_KEY

Answers one token's daily history — open, high, low, close, price and volume per UTC day, oldest first.

Every figure is the indexer's own arithmetic, passed through as the decimal string it computed. Nothing here rounds one, converts one, or fills a gap: a day the indexer holds no figure for arrives with that field absent, which says "not indexed" where a zero would say "worth nothing".

Request

2 fields.

FieldInTypeRequiredDescription
chainquerystring
atquerystringAt is the token's contract address.

Response

StatusBodyMeaning
200market.Historyok
defaultproblem-detailsrefused

200 body — 15 fields.

FieldInTypeAlwaysDescription
atbodystringAt is the token this is the history of, lowercased.
chainbodystring
daysbodymarket.Day[]Days is oldest first, which is the order a chart draws.
days[].closebodystring
days[].countbodyinteger (int64)Count is transactions in the day, where the table keeps one.
days[].datebodyinteger (int64)Date is the day's start, unix seconds.
days[].highbodystring
days[].lockedbodystring
days[].lowbodystring
days[].openbodystring
days[].pricebodystring
days[].volumebodystring
reachbodymarket.Reach
reach.atbodystringAt is read, unconfigured, unreachable or refused.
reach.whybodystringWhy is the upstream's own words, on Unreachable and Refused, and empty otherwise.

Failure carries the platform error shape — see Errors.

Examples

hanzo market token

Market API · All Hanzo APIs · Interactive reference

How is this guide?

On this page