---
title: "List transfer fees"
method: GET
path: "/api/v1/money/transfer-fee-configurations"
tags: ["Transfer"]
---

# List transfer fees

`GET /api/v1/money/transfer-fee-configurations`

**Rate limit:** 60 requests per 60 seconds. This is the **default shared quota** — it is shared with every other endpoint that has no dedicated limit, so requests across those endpoints all draw from the same budget.

---

Returns transfer fee configuration for the authenticated customer as a list of rows, one per source/destination account type route.

## Headers

- `x-request-id` string, uuid, required
- `x-api-key` string, password, required
- `x-user-key` string, password, required

## Response `200`

Fee configuration rows for the authenticated customer.

- TransferFeeConfigurationRow[]
  - `sourceAccountType` string, required — Source AccountType (trading, options, cash, moneyFarm).
  - `destinationAccountType` string, required — Destination AccountType (trading, options, cash, moneyFarm).
  - `sourceCurrency` string, required — Source currency as ISO 4217 alphabetic code.
  - `destinationCurrency` string, required — Destination currency as ISO 4217 alphabetic code.
  - `percentageFee` number, double, required — Percentage fee applicable to this route.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests — the shared rate limit (60 requests / 60s) was exceeded.
- `500` — Server error

---

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