---
title: "List trusted destinations"
method: GET
path: "/trusted_destinations"
tags: ["Trusted Destinations"]
---

# List trusted destinations

`GET /trusted_destinations`

Permissions required: **Read vault activity**


List trusted destinations

## Query parameters

- `afterId` string
- `limit` integer
- `ownerType` 'CUSTOMER'
- `ownerId` string
- `assetTypeId` string

## Response `200`

List of trusted destinations

- TrustedDestinationsResponse
  - `data` TrustedDestination[], required
    - `crypto` TrustedDestinationCrypto
      - `address` string, required — A crypto address for the intended asset
      - `assetType` string, required — The asset type of the trusted destination.
      - `isNetworkLevel` boolean, required — Determines if the Trusted Destination is Network level or not
      - `memo` string — Additional data to be sent along with the transaction on blockchains that support it.
      - `networkId` string, required — The ID of the network this trusted destination belongs to.
    - `description` string — The description of the trusted destination
    - `fiat` TrustedDestinationFiat
      - `beneficiary` TrustedDestinationFiatBeneficiary, required
        - `account` string, required — Beneficiary account number
        - `address` string, required — Beneficiary address
        - `city` string, required — Beneficiary city
        - `country` string, required — Beneficiary country
        - `name` string, required — The name of the beneficiary
        - `state` string, required — Beneficiary state
        - `type` 'BUSINESS' | 'INDIVIDUAL', required — The beneficiary type
        - `zipCode` string, required — Beneficiary zip code
      - `beneficiaryBank` TrustedDestinationFiatBank, required
        - `address` string, required — Financial institution address
        - `city` string, required — Financial institution city
        - `code` string, required — Financial institution ID code * `ABA` - Routing number * `BIC` - SWIFT code
        - `country` string, required — Financial institution country
        - `id` string, required — Financial institution ID
        - `name` string, required — The name of the financial institution
        - `state` string, required — Financial institution state
        - `zipCode` string, required — Financial institution zip code
      - `intermediaryBank` TrustedDestinationFiatBank
        - `address` string, required — Financial institution address
        - `city` string, required — Financial institution city
        - `code` string, required — Financial institution ID code * `ABA` - Routing number * `BIC` - SWIFT code
        - `country` string, required — Financial institution country
        - `id` string, required — Financial institution ID
        - `name` string, required — The name of the financial institution
        - `state` string, required — Financial institution state
        - `zipCode` string, required — Financial institution zip code
      - `memo` string — Note to Beneficiary
      - `usage` 'MY_ORGANIZATION' | 'THIRD_PARTY', required — The owner of the recipient account
    - `id` string, required — A unique ID for the trusted destination
    - `name` string — The name of the trusted destination
    - `owner` TrustedDestinationOwner — The Owner of the Trusted Destinations
      - `id` string, required — The id of the Owner of the Trusted Destination. * For owner type `CUSTOMER`, this is the respective CustomerID.
      - `type` 'CUSTOMER', required — Currently always `CUSTOMER`, but when other types exist this will become an enum with multiple possible values, indicating how the `id` field should be interpreted.
    - `type` string, required — Can be either "crypto" or "fiat", indicating which sub-field contains the details for the trusted destination.
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
