Fetch all addresses
Endpoints
Fetch all addresses
Retrieves all addresses (internal and external) associated with the given account.
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:| Parameter | Type | Description |
|---|---|---|
address | string | Filters results to addresses whose onchain address exactly matches the provided value (e.g., an EVM or Solana address). |
type | enum | Filter by address type: internal | external. |
transfer_type | enum (repeatable) | Filter by one or more transfer types (e.g., ethereum, base, solana, stellar). |
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 theaddress query parameter:
Example: filter by type and transfer type
Authorizations
Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer " header.
Path Parameters
The ID of the account
Pattern:
^[a-zA-Z0-9]{26}$Example:
"2VcUIIsgARwVbEGlIYbhg6fGG57"
Response
200 - */*
A list of addresses