v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Trusted Destinations

List trusted destinations

Permissions required: Read vault activity

List trusted destinations

get/trusted_destinations

Query parameters

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

ownerType'CUSTOMER'

The type of the owner (currently only CUSTOMER is supported)

ownerIdstring

The ID of the owner (for CUSTOMER type, this is the customerId)

assetTypeIdstring

Asset type identifier. This will return Trusted Destinations with a matching assetTypeId, as well as Trusted Destinations with a matching networkId if network level is true.

Response

List of trusted destinations

Example response

{
  "data": [
    {
      "crypto": {
        "address": "2N19AcihQ1a4MxQW658UFHTioUNnMkiHPkw",
        "assetType": "BTC",
        "isNetworkLevel": true,
        "networkId": "BTC"
      },
      "fiat": {
        "beneficiary": {
          "account": "*****1234",
          "address": "123 Main Street",
          "city": "Beverly Hills",
          "country": "US",
          "name": "Satoshi Nakamoto",
          "state": "CA",
          "type": "INDIVIDUAL",
          "zipCode": "90210"
        },
        "beneficiaryBank": {
          "address": "240 Greenwich Street",
          "city": "New York",
          "code": "BIC",
          "country": "US",
          "id": "IRVTUS3N",
          "name": "The Bank of New York Mellon",
          "state": "NY",
          "zipCode": "10286"
        },
        "intermediaryBank": {
          "address": "240 Greenwich Street",
          "city": "New York",
          "code": "BIC",
          "country": "US",
          "id": "IRVTUS3N",
          "name": "The Bank of New York Mellon",
          "state": "NY",
          "zipCode": "10286"
        },
        "memo": "Quarterly dividend",
        "usage": "MY_ORGANIZATION"
      },
      "owner": {
        "type": "CUSTOMER"
      }
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}