Skip to main content
GET
Wallet Portfolio (Beta)

Beta wallet holdings inventory.

  • This endpoint returns the current portfolio inventory for one wallet.
  • ui_amount_mode controls Solana Token-2022 scaled amounts; other chains are normalized to scaled.
  • This is a beta wallet endpoint. Prefer V2 net-worth endpoints when you need maintained portfolio valuation flows.
  • This endpoint consumes 50 CU per request.
  • List a wallet’s current token holdings for portfolio tables and account explorers.
  • Build wallet inventory screens before layering in PnL or net-worth analysis.
  • Quickly inspect which tokens a wallet currently holds.
  • Set x-chain=solana.
  • Pass the wallet address in wallet.
  • Use ui_amount_mode when you need raw versus scaled token amounts on Solana.
  • Treat this as an inventory endpoint, not a valuation endpoint; combine it with price or PnL data if needed.
  • Prefer V2 portfolio APIs for production-facing wallet value screens.
  • Beta endpoint.
  • Solana only.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana
required

A chain name listed in supported networks.

Available options:
solana

Query Parameters

wallet
string
required

The address of a wallet.

ui_amount_mode
enum<string>
default:scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Available options:
raw,
scaled

Response

JSON object containing a wallet's token holdings, with one row per token and optional total USD value.

success
boolean
required

Whether the request succeeded.

data
object
required