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",
  "conversionPrice": 1
}

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. Supports fiat and crypto conversion rates.

Available options:
USD,
EUR,
CAD,
AED,
CHF,
SGD,
ETH,
SOL,
cbBTC,
EURC,
BNB

Response

200 - application/json

Successful response

nav
number

The Net Asset Value in the requested currency

currency
string

The currency code of the returned value (e.g., USD, EUR, ETH)

conversionPrice
number

The conversion price used. For fiat, the exchange rate from USD. For crypto, the weighted average price in USD across queried wallets.