API Reference

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
Language
Credentials
Header
Click Try It! to start a request and see the response here!