---
title: "Show Fee"
method: GET
path: "/fees/{id}"
tags: ["Fees"]
---

# Show Fee

`GET /fees/{id}`

Show details of a specific **Fee** using a given `:id`. If the `item_amount` is specified, the response also shows the `calculated_fee` based on a percentage of the `item_amount`.

## Path parameters

- `id` string, required

## Query parameters

- `item_amount` integer, required

## Response `200`

OK

- SingleFee
  - `fees` Fee
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `fee_type_id` string
    - `amount` string
    - `cap` string
    - `min` string
    - `max` string
    - `to` string
    - `calculated_fee` integer — This field is only shown in case an item amount is passed
    - `links` object
      - `self` string

---

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