Wallet Portfolio (Multi-Wallet Support)

Retrieve the portfolio of one or multiple wallets, with optional token filtering.
Supports comma-separated wallet addresses for aggregated portfolio view.
Each token in the response includes a wallet_address field indicating which wallet holds it.
For Solana wallets, the response also includes the native SOL balance.
Portfolio assets with a total_usd_value of zero are not included in the response.
When a token parameter is provided (Solana wallets only):

  • Only supported for Solana wallets - returns error for EVM/Sui wallets
  • Returns only the specified token's balance information
  • Response format changes to a single token object instead of portfolio object
  • Returns 404 if the token is not found in the wallet
  • Uses optimized RPC call to fetch only the specified token
    When multiple wallets are provided:
  • Token filtering is not supported and will return an error
  • Portfolios are fetched in parallel for better performance
  • Tokens are sorted by total_usd_value in descending order
  • Total USD and chain distributions are aggregated across all wallets
  • If some wallets fail, data for successful wallets is still returned
    Available chains:
  • Solana
  • EVM (Ethereum, Base, HyperEVM)
  • Sui

Cost per Request

Cost per request = 20 credits per wallet.

Available Plans

Available on the following plans:

  • Builder
  • Architect
  • Enterprise
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Get portfolio for wallet(s). Supports comma-separated values for multiple wallets. Required unless multi_bundle_id is provided.

integer

Multi-wallet bundle ID. When provided, portfolio is aggregated across all wallets in the bundle. Mutually exclusive with wallet parameter. Public bundles are accessible to anyone; private bundles require JWT authorization.

string

Optional token mint address to filter for a specific token (only supported for single Solana wallet)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json