---
title: "Get crypto withdrawal fees"
method: GET
path: "/users/me/fee_rule?currency={currency}&amount={amount}&network={network}"
---

# Get crypto withdrawal fees

`GET /users/me/fee_rule?currency={currency}&amount={amount}&network={network}`

Get a withdrawal fee for a specific currency.

## Path parameters

- `currency` 'btc' | 'usdt' | 'eth' | 'xaut' | 'usat' | 'xrp' | 'dash' | 'ltc' | 'trx' | 'doge' | 'bnb' | 'pol' | 'usdc' | 'aave' | 'shib' | 'dot' | 'link' | 'cake' | 'xlm' | 'axs' | 'fil' | 'babydoge' | 'ada' | 'one' | 'bch' | 'xtz' | 'sushi' | 'zil' | 'floki' | 'sol' | 'mana' | 'sand' | 'enj' | 'lrc' | 'cfx' | 'ape' | 'wld' | 'meme' | 'ens' | 'arb' | 'myro' | 'magatrump' | 'jup' | 'blur' | 'coq' | 'fet' | 'ai' | 'bob' | 'bome' | 'ton' | 'mog' | 'inj' | 'mnt' | 'beam' | 'mew' | 'gno' | 'waves' | 'trump' | 'pnut' | 'wlfi' | 'zk' | 'lsk' | 'axcnh' | 'qdx' | 'cngn', required
- `network` string, required
- `amount` string, required

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `fee` number
    - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/revisions/75e2867b5dc0/schema)
