Skip to main content
GET
/
workspaces
/
{workspaceId}
/
addresses
Get Deposit Addresses
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/addresses
{
  "addresses": [
    {
      "acceptsAllAssets": true,
      "accountType": "vault",
      "addressId": "<string>",
      "createdAt": "<string>",
      "createdBy": "<string>",
      "externalId": "<string>",
      "networkId": "<string>",
      "requiresAssetsActivation": true,
      "status": "new",
      "updatedAt": "<string>",
      "updatedBy": "<string>",
      "accountId": "<string>",
      "activatedAssets": [
        {}
      ],
      "address": "<string>",
      "memo": "<string>",
      "metadata": {},
      "workspaceId": "<string>"
    }
  ]
}

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

Available options:
vault
networkId
string

Network ID to filter

address
string

Address string, case insensitive

statuses
enum<string>[]

Statuses to filter. See details

Available options:
new,
pending,
address-activation-required,
address-creation-required,
approval-pending,
enabled,
disabled,
error,
account-archived
sortDirection
enum<string>
Available options:
ASC,
DESC
limit
string

Limit

offset
string

Offset

Response

OK

addresses
object[]
required