Cost: Free (0 credits)
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi
Endpoint
Parameters
Comma-separated list of addresses
Example
Response
The wallet address
ISO 8601 timestamp of last portfolio synchronization
Example:
"2025-05-08T14:43:12.020Z"ISO 8601 timestamp of last transaction synchronization
Example:
"2025-05-08T14:38:15.920Z"Whether transactions are currently syncing
true = sync in progress, false = no active syncExample Response
Use Cases
- Check Freshness
- Wait for Sync
- Monitor Multiple
Check if data is fresh enough:
Best Practices
Free to Call
Free to Call
This endpoint costs 0 credits, so call it freely:
- Check before expensive operations
- Monitor sync status
- Verify data freshness
Cache Timing
Cache Timing
Understanding sync times:
- Portfolio: 1-minute cache
- Transactions: 10-minute cache
- Check
syncInProgressbefore triggering new sync
Batch Requests
Batch Requests
Query multiple addresses in one call:Still costs 0 credits regardless of address count