---
title: "Retrieve history of all default rates"
method: GET
path: "/api/v1/admin/default-rates/history"
tags: ["Default Rates", "Admin"]
---

# Retrieve history of all default rates

`GET /api/v1/admin/default-rates/history`

Retrieve history of all default rates

## Response `200`

Success

- DefaultRatesListResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object[], required
    - `id` string, uuid, required — The unique identifier of the default rates
    - `version` string, required — Version identifier for the rates
    - `is_active` boolean, required — Whether these rates are currently active
    - `created_by` string, required — Identifier of the user/system that created these rates
    - `created_at` string, date-time, required — The creation timestamp
    - `updated_at` string, date-time, required — The last update timestamp
    - `rates` object[], required
      - `id` string, uuid, required — The unique identifier of the rate
      - `defaultRatesId` string, uuid, nullable, required — The ID of the default rates this rate belongs to
      - `merchantRatesId` string, uuid, nullable, required — The ID of the merchant rates this rate belongs to
      - `type` 'domestic_percent_fee' | 'fixed_transaction_fee' | 'conversion_percent_fee' | 'refund_domestic_percent_fee' | 'refund_fixed_transaction_fee' | 'refund_conversion_percent_fee', required — The type of rate
      - `value` number, required — The numeric value of the rate
      - `unit` '%' | 'currency', required — The unit of the rate (% for percentage, currency for fixed amounts)
      - `base` 'gross_amount' | 'gbp' | 'eur' | 'usd', required — The base on which the rate is applied
      - `conversion_currencies` object — Currency pair for conversion rate (both required when specified)
        - `source` string, required — Source currency for conversion
        - `destination` string, required — Destination currency for conversion
      - `notes` string — Optional notes about the rate

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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