gethttps://api.circle.com/v1/cpn/configurations/overview
Returns the overview of supported countries, currencies, payment methods, blockchains.
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}