List user portfolio
Fetch the detailed portfolio of a specific wallet address on a given blockchain.
This includes the total value of the portfolio in USD and a breakdown of token balances, including their respective values and quantities.
POST
Body
application/json
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the user.
Example:
"0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
Was this page helpful?