Cost: 1200 credits per address per year ($30)
Endpoint
Request Body
Array of address objects to subscribe for snapshotsEach object contains:
address(string, required): EVM or SOL wallet addressdescription(string, optional): Label or description for the address
Addresses must be valid and unique within the request. Duplicate addresses will be rejected.
Example
How It Works
Daily Snapshots
Starting from the subscription date, daily portfolio snapshots are automatically captured for each subscribed address.
Query Historical Data
Use the Historical Portfolio endpoint to retrieve portfolio data from any date after subscription.
Use Cases
- Portfolio Tracking
- Treasury Management
Subscribe addresses to track portfolio performance over time:
Best Practices
Subscribe Early
Subscribe Early
Historical data is only available from the subscription date forward. Subscribe addresses as soon as you need historical tracking to maximize data availability.
Use Descriptions
Use Descriptions
Add meaningful descriptions to addresses for easier identification when querying historical data or managing subscriptions.
Avoid Duplicates
Avoid Duplicates
The endpoint validates that all addresses in a request are unique. Check your existing subscriptions before adding new addresses.