Skip to main content
Retrieve synchronization status for an address to check when portfolio and transaction data were last updated.
Cost: Free (0 credits)
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi

Endpoint

Parameters

addresses
string
required
Wallet address (EVM / SOL)

Example


Response

address
string
The wallet address
portfolioLastSync
string
ISO 8601 timestamp of last portfolio synchronization Example: "2025-05-08T14:43:12.020Z"
transactionsLastSync
string
ISO 8601 timestamp of last transaction synchronization Example: "2025-05-08T14:38:15.920Z"
syncInProgress
boolean
Whether transactions are currently syncing true = sync in progress, false = no active sync

Example Response


Use Cases

Check if data is fresh enough:

Best Practices

This endpoint costs 0 credits, so call it freely:
  • Check before expensive operations
  • Monitor sync status
  • Verify data freshness
Understanding sync times:
  • Portfolio: 1-minute cache
  • Transactions: 10-minute cache
  • Check syncInProgress before triggering new sync

Sync Transactions

Trigger manual sync

Credits

Check credit balance (also free)