List addresses
Returns a paginated list of addresses for the enterprise. Results are scoped to the caller's link.account.view permission. Supports filtering by accountIds, type, status, asset, and network.
Path parameters
Your enterprise id.
Query parameters
Maximum number of results to return per page. Defaults to 50.
Number of results to skip before returning. Defaults to 0.
Filter addresses to one or more accounts within the enterprise.
[ "\"aba3a693-4f28-4523-8e53-85a3df22a608\"" ]
Filter by address type.
Filter by address status.
Filter by asset identifier (e.g. "usdc", "btc").
Filter by network-agnostic asset identifier (e.g. "usdc", "btc").
Filter by blockchain network identifier (e.g. "eth", "sol", "bitcoin").
Sort field. Defaults to createdDate.
Sort direction. Defaults to desc (newest first).
Headers
User id of the user making the request.
Response
OK
Changes
No recorded changes to this endpoint across all 17 revisions of this API.