Skip to main content
POST
get_wallet_portfolio_breakdown
The example uses made-up amounts and omits some response fields. See Reading the portfolio result for field meanings.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
wallet_address
string
required

Wallet address to analyze. Use the address format for the selected network.

network
string
required

Network to query, for example ethereum. See Supported Networks for coverage. Use all to query supported networks together.

limit
integer
default:20

Maximum number of holdings to include in the result.

Response

Portfolio breakdown: major/top holdings, total value, and composition analysis. Fields vary by network and available data. Check for status: no_data, status: error, or an error field even when HTTP status is 200. See Errors & status.

The response is of type object.