Skip to main content
GET
/
token-overview
Token Overview
curl --request GET \
  --url https://api.octav.fi/v1/token-overview \
  --header 'Authorization: Bearer <token>'
[
  {
    "image": "<string>",
    "symbol": "<string>",
    "name": "<string>",
    "price": "<string>",
    "balance": "<string>",
    "value": "<string>",
    "percentage": "<string>",
    "protocolsDetailed": [
      {
        "key": "<string>",
        "name": "<string>",
        "value": "<string>",
        "balance": "<string>",
        "image": "<string>"
      }
    ]
  }
]

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 blockchain address

date
string<date>
required

Portfolio snapshot date in YYYY-MM-DD format

Response

200 - application/json

Successful response

image
string

Token logo URL

symbol
string

Token ticker symbol (e.g. ETH, USDC)

name
string

Full token name

price
string

Token price at the specified date

balance
string

Total quantity held across all positions

value
string

Total value in USD

percentage
string

Percentage of total portfolio value

protocolsDetailed
object[]

Breakdown of token distribution across protocols