Skip to main content
GET
Fetch all addresses
Use the playground below to try this endpoint directly, or review the OpenAPI details in the right panel.

Supported query parameters

You can filter the results using the following query parameters:
If you already know the onchain address you are looking for, you can filter the addresses list by passing the exact address in the address query parameter. This is useful when you need to resolve an onchain address to its Brale address_id.
If you already know the address_id, use GET /accounts/{account_id}/addresses/{address_id} to retrieve a single Address directly.

Example: filter by exact onchain address

To find a specific registered onchain address, pass it as the address query parameter:

Example: filter by type and transfer type

Authorizations

Authorization
string
header
required

Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer " header.

Path Parameters

account_id
string<ksuid>
required

The ID of the account

Pattern: ^[a-zA-Z0-9]{26}$
Example:

"2VcUIIsgARwVbEGlIYbhg6fGG57"

Response

200 - */*

A list of addresses

addresses
Address · object[]