v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-013469188.5 KB
Utilities

Get a wallet portfolio

Returns a normalised token portfolio for the given address. If the address is a Solana base58 public key, the Solana portfolio is returned; otherwise the EVM portfolio is aggregated from the orchestrator's /accounts/:address/portfolio endpoint and priced via the price service.

get/portfolio/{address}

Path parameters

addressstring required

EVM address or Solana base58 public key

Example:0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91

EVM address or Solana base58 public key

Query parameters

chainIdsstring

Comma-separated chain IDs to filter the portfolio

Example:1,8453,42161

Comma-separated chain IDs to filter the portfolio

Headers

x-api-keystring required

API key for authentication

Example:your-api-key

API key for authentication

x-api-versionstring

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Example:2026-04.amazon

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Response

Wallet portfolio

totalUsdnumber required
truncatedboolean