Skip to main content
Retrieve a comprehensive view of all tokens owned by an address, including distribution across wallet holdings and DeFi protocol positions.
PRO Only  This endpoint requires an Octav PRO subscription
Cost: 1 credit per call
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi

Endpoint


Parameters

addresses
string
required
EVM or SOL blockchain address
Unlike other endpoints, this currently supports a single address at a time
date
string
required
Portfolio snapshot date in YYYY-MM-DD format
Retrieves token holdings as they existed on this specific date

Response

Token Object

image
string
Token logo URL
symbol
string
Token ticker symbol (e.g., “ETH”, “USDC”)
name
string
Full token name
price
string
Token price at the specified date
balance
string
Total quantity held across all positions
value
string
Total value in USD (balance � price)
percentage
string
Percentage of total portfolio value
protocolsDetailed
array
Breakdown of token distribution across protocols Each entry contains:
  • key: Protocol identifier
  • name: Protocol display name
  • value: Value held in this protocol
  • balance: Quantity held in this protocol
  • image: Protocol logo URL

Example Request


Example Response


Use Cases

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

Invalid parameters provided.
Common causes:
  • Missing required parameters
  • Invalid date format
  • Invalid address format
Authentication failed or missing PRO subscription.
Solution: Upgrade to Octav PRO at data.octav.fi
No historical data available for the specified date.
Solution: Subscribe to the address for historical snapshots
Insufficient credits.
Solution: Purchase more credits at data.octav.fi

Portfolio

Get current portfolio overview

Historical Portfolio

View full portfolio at specific dates

Transactions

Track token movements over time

Pricing

Learn about PRO subscription