---
title: "List on-chain destinations for a given asset/network"
method: GET
path: "/api/link/v1/enterprises/{enterpriseId}/on-chain-destinations"
tags: ["Link Accounts"]
---

# List on-chain destinations for a given asset/network

`GET /api/link/v1/enterprises/{enterpriseId}/on-chain-destinations`

Given a `(genericAsset, network)` pair, returns enterprise Link accounts the
caller has `link.account.view` on that can on-chain-deposit at that asset/network.
Has no source — used by the BitGo-wallet source flow, where the source has no
Link venue context. Excludes accounts with `status != active`.

## Path parameters

- `enterpriseId` string, required

## Query parameters

- `genericAsset` string, required
- `network` string, required
- `name` string

## Headers

- `user-id` string, required

## Response `200`

OK

- V1GetOnChainDestinationsResponse — Response for `GET /api/link/v1/enterprises/{enterpriseId}/on-chain-destinations`. Given a `(genericAsset, network)` pair, returns the enterprise Link accounts the caller can `link.account.view` that can on-chain-deposit at that asset/network. Has no source, so no hierarchy suppression and no `sourceSupportsOnChainWithdrawal` flag. Reuses `LinkExternalDestinationRow` from `/transfer-destinations` — on-chain destinations are subtype-less in both responses (the receiving venue routes the deposit internally). Not paginated — same rationale as `/transfer-destinations`.
  - `accounts` object[], required
    - `id` string, required
    - `name` string, required
    - `venueId` string, required
    - `venueName` string, required
    - `whitelistingEnabled` boolean, required
    - `subAccounts` object[]
      - `id` string, required
      - `name` string, required
      - `venueId` string, required
      - `venueName` string, required
      - `whitelistingEnabled` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
