API Reference

Get payment configurations

gethttps://api.circle.com/v1/cpn/configurations/overview

  • Reference
  • Playground

Returns the overview of supported countries, currencies, payment methods, blockchains.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "destinationCountries": [
4      "MX"
5    ],
6    "destinationCurrencies": [
7      "MXN"
8    ],
9    "paymentMethodTypes": [
10      "SPEI"
11    ],
12    "sourceCurrencies": [
13      "USDC"
14    ],
15    "blockchains": [
16      "ETH-SEPOLIA"
17    ]
18  }
19}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.