v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBAddress Information
Get Balances for Workspace Accounts
Returns current balances for all accounts stored in the workspace.
get/v2/addresses/workspace/balances
Response
Balances for each account in the workspace.
Example response
{
"balances": [
{
"address": "cosmos1abc...",
"network": "cosmoshub-4",
"assets": [
{
"symbol": "uatom",
"amount": 1000000,
"usd": 12.5
}
],
"updated_at": "2024-01-01T00:00:00.000Z"
}
]
}