curl --request GET \
--url https://api.octav.fi/v1/nav \
--header 'Authorization: Bearer <token>'{
"nav": 1235564.43,
"currency": "USD"
}curl --request GET \
--url https://api.octav.fi/v1/nav \
--header 'Authorization: Bearer <token>'{
"nav": 1235564.43,
"currency": "USD"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
EVM or SOL wallet address to retrieve Net Asset Value for
Wait for fresh data if cache is stale
Currency in which to return the Net Asset Value
USD, EUR, CAD, AED, CHF, SGD Was this page helpful?