Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi
Cost: 1 credit per call
Endpoint
Parameters
EVM or SOL wallet address to retrieve net asset value data for
Wait for fresh data if cache is stale
false: Return cached data immediately (recommended)true: Wait for sync if data is older than 1 minute
Response
Number
The Net Asset Value
Example Request
Example Response
View Full Response
View Full Response
Data Freshness
The Nav endpoint uses intelligent caching to balance data freshness with performance:How Caching Works
How Caching Works
Cache Duration: 1 minuteWhen data is less than 1 minute old:
- Cached data returned immediately
- Response time: under 100ms
- Cached data returned immediately
- Background sync initiated for next request
- Next request gets fresh data
- Waits for sync if data is stale
- Returns data less than 1 minute old
- Response time: Variable (1-10 seconds)
Best Practices
Best Practices
For most use cases:
- Use default
waitForSync=false - Data fresher than 1 minute is sufficient
- Fast response times
- Set
waitForSync=truewhen you need the absolute latest data - Accept longer response times
- Consider rate limits
- Call endpoint periodically to keep cache warm
- Background sync ensures next request is fresh
Error Responses
400 Bad Request
400 Bad Request
Invalid parameters provided.Common causes:
- Missing
addressesparameter - Invalid address format
- Too many addresses in single request
401 Unauthorized
401 Unauthorized
429 Too Many Requests
429 Too Many Requests
Rate limit exceeded.Solution: Wait for the specified time or implement retry logic
402 Payment Required
402 Payment Required