latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Link Accounts

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.

get/api/link/v1/enterprises/{enterpriseId}/sources

Path parameters

enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f

Your enterprise id.

Query parameters

genericAssetstring
Example:usdc

Network-agnostic asset family (e.g. "usdc"). When omitted (along with network), the endpoint returns accounts with a positive balance in any asset.

networkstring
Example:sol

BitGo network identifier (e.g. "sol", "eth"). Requires genericAsset. When supplied, only venues that support the (genericAsset, network) pair are included.

namestring
Example:My Coinbase

Filter sources by name (case-insensitive partial match).

string required
OR
50 required

Maximum number of results to return per page. Defaults to 50.

string required
OR
0 required

Number of results to skip before returning. Defaults to 0.

Headers

user-idstring required

User id of the user making the request.

Response

OK