Skip to main content
GET
/
nav
Nav
curl --request GET \
  --url https://api.octav.fi/v1/nav \
  --header 'Authorization: Bearer <token>'
{
  "nav": 1235564.43,
  "currency": "USD"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

addresses
string
required

EVM or SOL wallet address to retrieve Net Asset Value for

waitForSync
boolean
default:false

Wait for fresh data if cache is stale

currency
enum<string>
default:USD

Currency in which to return the Net Asset Value

Available options:
USD,
EUR,
CAD,
AED,
CHF,
SGD

Response

200 - application/json

Successful response

nav
number

The Net Asset Value

currency
string

The currency code of the returned value