Get portfolio

Returns comprehensive portfolio information for a wallet address, including native token balances, ERC-20 tokens, and DeFi positions across supported chains. This endpoint provides a complete overview of all assets held by the wallet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Wallet address in a chain

Query Params

Filter by specific chain ID as defined in Lambda API (e.g., 'ethereum-mainnet'). If not provided, data from all supported chains will be included.

string
enum
Defaults to ALL

Specify the type of assets to return.

  • TOKEN returns only wallet-held tokens (e.g., ERC-20s),
  • DEFI returns only DeFi positions,
  • ALL returns both. Default is ALL.
Allowed:
assets_ids
array of strings
Defaults to []

Optional list of specific asset or DeFi protocol IDs to include. Use token IDs (e.g., 'eth') or protocol IDs (e.g., 'sushiswap_v2'). If omitted, all available assets will be returned.

Assets Ids
boolean
Defaults to true

If True (default), includes tokens with price equal to 0 (e.g., airdrops, unverified tokens). Set to False to exclude such tokens, which helps reduce spam in portfolios.

boolean
Defaults to false

If True, the response will include meta tokens—tokens that represent underlying assets in DeFi protocols. These tokens typically indicate positions in liquidity pools, lending platforms, or yield strategies. For example, aEthUSDT represents a USDT position supplied to the AAVE protocol. Default: false.

Responses

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