---
title: "Purchase Limit (SELL)"
method: GET
path: "/purchase_limits/sell?token_symbol={token_symbol}"
---

# Purchase Limit (SELL)

`GET /purchase_limits/sell?token_symbol={token_symbol}`

Retrieves the minimum and maximum allowed sell amounts for cryptocurrency transactions.

## Path parameters

- `token_symbol` 'usdt' | 'usdc' | 'xaut' | 'usat', 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)
