e445c15e5bee
List Link accounts eligible as withdrawal sources
Returns one row per (account, accountSubType) for accounts the caller has link.account.transfer on, with non-zero available balance for the given asset. When asset is supplied, additionally filters to rows whose venue supports withdrawals for the given (genericAsset, network) pair. Excludes accounts whose status != active.
Exactly one of asset / genericAsset is required.
Path parameters
Your enterprise id.
Query parameters
Network-agnostic asset family (e.g. "usdc"). When omitted (along with network), the endpoint returns accounts with a positive balance in any asset.
BitGo network identifier (e.g. "sol", "eth"). Requires genericAsset. When supplied, only venues that support the (genericAsset, network) pair are included.
Filter sources by name (case-insensitive partial match).
Maximum number of results to return per page. Defaults to 50.
Number of results to skip before returning. Defaults to 0.
Headers
User id of the user making the request.
Response
OK