---
title: "GET /v2/public/payment-method-list-with-limits"
method: GET
path: "/v2/public/payment-method-list-with-limits"
tags: ["Pay methods"]
---

# GET /v2/public/payment-method-list-with-limits

`GET /v2/public/payment-method-list-with-limits`

Getting the list of available payment methods with limits

## Other responses

- `302` — Redirect to S3 URL. In response, the limits for all pairs where there are fiats are returned in USD. Example of a response received through the redirected link: { "data": [ { "name": "credit-card-coinpayments-checkout", "displayName": "Credit/Debit Card", "pairs": [ { "from": "AED", "to": [ { "currency": "BNB", "currencyCode": "BNB", "minAmount": "20", "maxAmount": "70000" }, { "currency": "BNB", "currencyCode": "BNBSC-TESTNET", "minAmount": "20", "maxAmount": "70000" }, { "currency": "USDT", "currencyCode": "USDT-TRC20", "minAmount": "20", "maxAmount": "70000" }, { "currency": "DOGE", "currencyCode": "DOGE", "minAmount": "20", "maxAmount": "70000" }, ] }, { "from": "USD", "to": [ { "currency": "USDC", "currencyCode": "USDC", "minAmount": "50", "maxAmount": "20000" }, { "currency": "LINK", "currencyCode": "LINK", "minAmount": "50", "maxAmount": "20000" }, ] } ] } ] }
- `401` — Product Id is missing
- `403` — Invalid API key or access disabled
- `422` — Validation error
- `503` — Maintenance status

---

[API](https://skmtc.dev/payb/apis/widget.md) · [All operations](https://skmtc.dev/payb/apis/widget/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payb/widget/revisions/2c2cf39656c5/schema)
