Arkham Portfolio Time-Series by Entity is a paid API for AI agents from api.arkm.com, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-14).
Returns historical portfolio value and token balances over time for a named blockchain entity, broken down by chain and asset.
Get Arkham daily portfolio time series for an entity token. $0.60 per call.
A JSON object keyed by ISO 8601 timestamps, where each entry contains a nested breakdown by blockchain network and then by asset. Each asset entry includes the asset ID, name, ticker symbol, current price in USD, balance held, and total USD value. Covers all chains the entity has activity on.
POSThttps://api.arkm.com/x402/portfolio/time-series/entityUse this endpoint when you need historical, time-stamped portfolio data for a known, labeled blockchain entity (e.g. exchange, fund, protocol DAO) rather than a raw address. It is ideal for trend analysis, charting portfolio evolution, or comparing cross-chain holdings at specific points in time. Prefer Arkham over generic on-chain RPC queries when you need human-readable entity labels and aggregated multi-wallet, multi-chain portfolio views.
| Field | Type | Description |
|---|---|---|
| chains | — | Chains to filter by, as a single comma-separated value (e.g. 'ethereum,arbitrum_one'). If omitted, returns data across… |
| entity | — | The entity ID to query time series data for. Accepts an Arkham entity ID or a user entity ID. |
| pricingId | — | The CoinGecko pricing ID of the token to track. |
{
"type": "json",
"example": {
"2023-07-19T00:00:00Z": {
"ethereum": {
"ethereum": {
"id": "ethereum",
"usd": 7541947049.244255,
"name": "Ethereum",
"price": 1897.72,
"symbol": "eth",
"balance": 3974214.873239601
}
},
"arbitrum_one": {
"ethereum": {
"id": "ethereum",
"usd": 211904206.9619752,
"name": "Ethereum",
"price": 1897.72,
"symbol": "eth",
"balance": 111662.5250099989
}
}
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"