Visualize user portfolio
Generate a visual representation of the token portfolio for a wallet address.
The response is an SVG image of a pie chart depicting the relative distribution of tokens held, colored and labeled with token symbols, percentages and token values in USD.
POST
Body
application/json
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the user.
Example:
"0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45"
Response
200
application/json
Successful Response
Base64 encoded SVG image
Example:
"data:image/svg+xml;base64, ..."
Was this page helpful?