/v1/portfolio/wallet-balances
^0x[a-fA-F0-9]{40}$
curl -L \
--url 'http://api.vaults.fyi/v1/portfolio/wallet-balances?account=text' \
--header 'x-api-key: YOUR_API_KEY'
{
"mainnet": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
],
"arbitrum": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
],
"optimism": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
],
"polygon": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
],
"base": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
],
"gnosis": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
],
"unichain": [
{
"address": "text",
"name": "text",
"symbol": "text",
"decimals": 1,
"network": "mainnet",
"balance": "text",
"balanceNative": "text",
"balanceUsd": "text",
"type": "asset"
}
]
}
Default Response