Skip to Content
Agent APIEndpointsBatch analysis

Batch analysis

Combines token analysis and wallet quality requests under one data chain.

POST /v1/agent/batch/analyze · Price: sum of items ($0.05 per token_analysis, $0.025 per wallet_quality)

Body

FieldRequiredRules
chainNobase (default), robinhood, or ethereum
itemsYes1–20 items
items[].kindYestoken_analysis or wallet_quality
items[].addressYesEVM address (0x plus 40 hexadecimal characters)

Unknown body and item fields are rejected.

Response

FieldDescription
chainData chain applied to every item.
items[]Results in request order, with normalized address, kind, and status.
items[].statusok, not_found, or unavailable.
token_analysisPresent for a successful token item.
wallet_qualityPresent for a successful wallet item.
errorStructured reason when an item is unavailable.
cache_statusunknown for this uncached route.

Unknown tokens become per-item not_found results instead of failing the batch. Wallet items omit live holdings. The batch itself is not response-cached.