Cost: 1 credit per call
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi
Endpoint
Parameters
string
required
EVM or SOL blockchain address
Unlike other endpoints, this currently supports a single address at a time
string
required
Portfolio snapshot date in YYYY-MM-DD formatRetrieves token holdings as they existed on this specific date
Response
Token Object
string
Token logo URL
string
Token ticker symbol (e.g., “ETH”, “USDC”)
string
Full token name
string
Token price at the specified date
string
Total quantity held across all positions
string
Total value in USD (balance � price)
string
Percentage of total portfolio value
array
Breakdown of token distribution across protocols
Each entry contains:
key: Protocol identifiername: Protocol display namevalue: Value held in this protocolbalance: Quantity held in this protocolimage: Protocol logo URL
Example Request
Example Response
View Full Response
View Full Response
Use Cases
- Token Distribution
- Protocol Breakdown
- Token Comparison
- Concentration Analysis
Visualize token distribution across portfolio:
Historical Analysis
The Token Overview endpoint is particularly powerful when combined with historical portfolio subscriptions:Subscribe to Address
First, subscribe to the address for historical snapshots
See Historical Portfolio for details
Query Multiple Dates
Retrieve token overviews for different dates to track changes
Analyze Trends
Track how token allocation changes over time
- New tokens added
- Tokens sold or removed
- Balance changes
- Protocol migration patterns
Error Responses
400 Bad Request
400 Bad Request
Invalid parameters provided.Common causes:
- Missing required parameters
- Invalid date format
- Invalid address format
404 Not Found
404 Not Found
No historical data available for the specified date.Solution: Subscribe to the address for historical snapshots
402 Payment Required
402 Payment Required
Related Endpoints
Portfolio
Get current portfolio overview
Historical Portfolio
View full portfolio at specific dates
Transactions
Track token movements over time
Pricing
Learn about PRO subscription