GET
/
workspaces
/
{workspaceId}
/
balances
/
{balanceId}
Get balance by ID
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/balances/{balanceId}
{
  "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
balanceId
string
required

Response

200
application/json

OK

The response is of type object.