GET
/
workspaces
/
{workspaceId}
/
balances
Get balances
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/balances
{
  "balances": [
    {
      "accountId": "w9jh0gf3w9qaxlre7enezt17",
      "accountType": "vault",
      "assetId": "10001",
      "balanceId": "rcyv3tsc53opdiz7xgrujvg0",
      "createdAt": "1744369502340",
      "networkId": "BTC",
      "symbol": "BTC",
      "totalBalance": "0.00021084",
      "updatedAt": "1744372384276",
      "workspaceId": "e191u51yxnykins6fahd"
    }
  ]
}

Path Parameters

workspaceId
string
required

Query Parameters

accountIds
string[]

Filter by account ids

balanceIds
string[]

Filter by balance ids

assetIds
string[]

Filter wallets by assetId

networkId
string

Filter wallets by networkId

accountTypes
enum<string>[]

Filter balances by account types. See details

excludedAccountTypes
enum<string>[]

Exclude balances by account types. See details

nonEmpty
boolean
default:true

Filter only wallets with non-zero balance

limit
string

Limit for pagination

offset
string

Offset for pagination

Response

200
application/json

OK

The response is of type object.