latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Link Addresses
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.
get/api/link/v1/enterprises/{enterpriseId}/addresses
Path parameters
enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f
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.
accountIdsstring[]
Filter addresses to one or more accounts within the enterprise.
[ "\"aba3a693-4f28-4523-8e53-85a3df22a608\"" ]
type'deposit' | 'withdrawal'
Example:deposit
Filter by address type.
status'active' | 'inactive'
Example:active
Filter by address status.
assetstring
Example:usdc
Filter by asset identifier (e.g. "usdc", "btc").
genericAssetstring
Example:usdc
Filter by network-agnostic asset identifier (e.g. "usdc", "btc").
networkstring
Example:eth
Filter by blockchain network identifier (e.g. "eth", "sol", "bitcoin").
sortBy'createdDate' required
Example:createdDate
Sort field. Defaults to createdDate.
orderDirection'asc' | 'desc' required
Example:desc
Sort direction. Defaults to desc (newest first).
Headers
user-idstring required
User id of the user making the request.
Response
OK