---
title: "Get Merchant Fees"
method: GET
path: "/v1/fees"
tags: ["public.fees"]
---

# Get Merchant Fees

`GET /v1/fees`

Returns the current merchant fee schedule sourced from app settings

## Response `200`

OK

- FeesResponse
  - `crypto_withdrawals` CryptoWithdrawalsFeesResponse
    - `default_fee` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `ethereum_fee` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `tron_fee` FeeAmountResponse
      - `amount` string
      - `currency` string
  - `ngn` NGNFeesResponse
    - `deposit_fee_cap` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `deposit_fee_percent` string
    - `low_value_transfer_fee` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `low_value_transfer_threshold` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `minimum_transfer_amount` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `transfer_fee_cap` FeeAmountResponse
      - `amount` string
      - `currency` string
    - `transfer_fee_percent` string
  - `usd_transfers` USDTransferFeesResponse
    - `fee_percent` string
  - `usd_virtual_account` USDVirtualAccountFeesResponse
    - `deposit_fee_percent` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
