GET
/
workspaces
/
{workspaceId}
/
accounts
Get Accounts
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/accounts
{
  "accounts": [
    {
      "accountId": "bin11066zbf15owuxn9ohrvg",
      "accountName": "Default vault",
      "accountType": "vault",
      "createdAt": "1742572023000",
      "createdBy": "htp1jwoa1qk8m8cw2dc8th4z",
      "externalId": "aqm4857o9fvc1iyjm3vi72es",
      "extra": {},
      "isTestnet": true,
      "parentAccountId": "<string>",
      "status": "active",
      "updatedAt": "1742572023000",
      "workspaceId": "liya1seswlrlydfpy5xzulsz"
    }
  ]
}

Path Parameters

workspaceId
string
required

Query Parameters

accountTypes
enum<string>[]

Filter by account types. See details

excludedAccountTypes
enum<string>[]

Filter by excluded account types. See details

statuses
enum<string>[]

Filter by account statuses. See details

accountIds
string[]

Filter by account id

isDefiVault
boolean

Filter only DeFi vaults

offset
string

Offset for pagination

limit
string

Limit for pagination

isTestnet
boolean

Filter by testnet flag (true - testnet, false - mainnet, null - all)

Response

200
application/json

OK

The response is of type object.