GET
/
workspaces
/
{workspaceId}
/
addresses
Get Deposit Addresses
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/addresses
{
  "addresses": [
    {
      "acceptsAllAssets": true,
      "accountId": "j6137n796rfoicme0rio4t4d",
      "accountType": "vault",
      "activatedAssets": [
        {}
      ],
      "address": "bc1qqtk5wtw6tvfmvwkdvqw2a0f2m25qyn3cen5hj9",
      "addressId": "rfztxmbbmn43qnnggsy569n6",
      "createdAt": "1744369415583",
      "createdBy": "2a0f2m25qyn3cen5hj",
      "externalId": "xh2za6r3x3t9v8twfzey76y8",
      "memo": "<string>",
      "metadata": {},
      "networkId": "BTC",
      "requiresAssetsActivation": true,
      "status": "new",
      "updatedAt": "1744369415583",
      "updatedBy": "<string>",
      "workspaceId": "d2ciqls0nwz37yf90m94g0rn"
    }
  ]
}

Path Parameters

workspaceId
string
required

Query Parameters

accountId
string

Filter addresses by account id

addressIds
string[]

List of comma-separated address IDs

externalId
string

External Id

accountTypes
enum<string>[]

Account Types to filter. See details

networkId
string

Network ID to filter

address
string

Address string, case insensitive

statuses
enum<string>[]

Statuses to filter. See details

sortDirection
enum<string>
Available options:
ASC,
DESC
limit
string

Limit

offset
string

Offset

Response

200
application/json

OK

The response is of type object.