---
title: "Purchase Limits (BUY)"
method: GET
path: "/purchase_limits/buy?currency_symbol={currency_symbol}"
---

# Purchase Limits (BUY)

`GET /purchase_limits/buy?currency_symbol={currency_symbol}`

Retrieves the minimum and maximum allowed purchase amounts for fiat currency transactions.

## Path parameters

- `currency_symbol` 'ngn' | 'ghs', required

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `code` string
    - `min_value` string
    - `max_value` string
    - `interval` string

## Other responses

- `400` — 400
- `403` — 403

---

[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)
