---
title: "Get the available exchange transfer destinations for account transactions for a given dynamic user"
method: GET
path: "/sdk/{environmentId}/exchange/{exchangeKey}/accounts/transfer/destinations"
tags: ["SDK"]
---

# Get the available exchange transfer destinations for account transactions for a given dynamic user

`GET /sdk/{environmentId}/exchange/{exchangeKey}/accounts/transfer/destinations`

## Path parameters

- `environmentId` string, required
- `exchangeKey` 'coinbase' | 'kraken', required — Source exchange identifier

## Response `200`

Successful response

- TransferDestinationResponse
  - `destinations` TransferDestination[], required
    - `address` string, required — Valid blockchain wallet address, must be an alphanumeric string without any special characters
    - `tokens` string[]
  - `enforcesAddressWhitelist` boolean, required — this variable represents if the exchange has a concept of whitelists. If false, then all addresses are accepted and there is no whitelist.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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