---
title: "Returns fees"
method: GET
path: "/transactor/fees"
deprecated: true
---

# Returns fees

`GET /transactor/fees`

> **Deprecated.**

Returns fees applied by Transactor

## Response `200`

Fees applied by Transactor

- FeesDTO — FeesDTO represents the transactor fees
  - `decreaseStake` string
  - `decrease_stake_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
    - `ether` string
    - `human` string
    - `wei` string
  - `hermes` integer — deprecated - confusing name
  - `hermes_percent` string
  - `registration` string
  - `registration_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
    - `ether` string
    - `human` string
    - `wei` string
  - `settlement` string
  - `settlement_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
    - `ether` string
    - `human` string
    - `wei` string

## Other responses

- `500` — Internal server error

---

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