curl --request GET \
--url https://api-testnet.gte.xyz/v1/users/{user_address}/portfolio{
"tokens": [
{
"token": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"totalSupply": 123,
"logoUri": "<string>",
"priceUsd": 123,
"volume1HrUsd": 123,
"volume24HrUsd": 123,
"marketCapUsd": 123,
"marketType": "bonding-curve"
},
"balance": "<string>",
"balanceUsd": 123,
"realizedPnlUsd": 123,
"unrealizedPnlUsd": 123
}
],
"totalUsdBalance": 123
}curl --request GET \
--url https://api-testnet.gte.xyz/v1/users/{user_address}/portfolio{
"tokens": [
{
"token": {
"address": "<string>",
"decimals": 123,
"name": "<string>",
"symbol": "<string>",
"totalSupply": 123,
"logoUri": "<string>",
"priceUsd": 123,
"volume1HrUsd": 123,
"volume24HrUsd": 123,
"marketCapUsd": 123,
"marketType": "bonding-curve"
},
"balance": "<string>",
"balanceUsd": 123,
"realizedPnlUsd": 123,
"unrealizedPnlUsd": 123
}
],
"totalUsdBalance": 123
}EVM address
User's portfolio
Show child attributes
Show child attributes
EVM address
Number of decimals for the token
Name of the token
Symbol of the token
Total supply of the token
URI of the token's logo
Price of token in USD
1 hour volume in USD
24 hour volume in USD
Token market cap in USD
Highest market type that the token is listed in
bonding-curve, amm, clob-spot, perps Balance of the asset
Balance of the asset in USD
Realized pnl in USD
Unrealized pnl in USD
User's total USD balance