curl --request GET \
--url https://api.platform.dakota.xyz/wallets/{id}/balances \
--header 'x-api-key: <api-key>'{
"wallet_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"address": "0x165cd37b4c644c2921454429e7f9358d18a45e14",
"balances": [
{
"asset": {
"id": "USDC",
"name": "USD Coin",
"network_id": "ethereum-mainnet",
"contract_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"token_standard": "erc20",
"decimals": 6
},
"amount_usd": "123.45"
}
],
"total_amount_usd": "1234.56"
}curl --request GET \
--url https://api.platform.dakota.xyz/wallets/{id}/balances \
--header 'x-api-key: <api-key>'{
"wallet_id": "1NFHrqBHb3cTfLVkFSGmHZqdDPi",
"address": "0x165cd37b4c644c2921454429e7f9358d18a45e14",
"balances": [
{
"asset": {
"id": "USDC",
"name": "USD Coin",
"network_id": "ethereum-mainnet",
"contract_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"token_standard": "erc20",
"decimals": 6
},
"amount_usd": "123.45"
}
],
"total_amount_usd": "1234.56"
}Wallet ID KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Wallet balances retrieved successfully
Balances for a wallet address across all networks
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
The wallet address
"0x165cd37b4c644c2921454429e7f9358d18a45e14"
List of asset balances
Show child attributes
Total USD value of all balances
"1234.56"