We refreshed our doc site!
Bookmarked links may have changed
Read release notesGEThttps://api.circle.com/v1/w3s/ramp/tradeConfigurations
Retrieves the available trade configuration details.
1{
2 "data": {
3 "overview": {
4 "rampType": "BUY",
5 "fiatCurrencies": [
6 "USD"
7 ],
8 "cryptoCurrencies": [
9 "USDC"
10 ],
11 "blockchains": [
12 "ETH"
13 ],
14 "paymentMethodTypes": [
15 "WIRE"
16 ],
17 "tradeLimits": [
18 {
19 "minAmount": {
20 "amount": "1000.00",
21 "currency": "USD"
22 },
23 "maxAmount": {
24 "amount": "1000.00",
25 "currency": "USD"
26 },
27 "currency": "USD"
28 }
29 ]
30 },
31 "supportedTradingPairs": [
32 {
33 "rampType": "BUY",
34 "fiatCurrency": "USD",
35 "cryptoCurrency": "USDC",
36 "blockchain": "ETH",
37 "paymentMethodType": "WIRE",
38 "tradeLimit": {
39 "minAmount": {
40 "amount": "1000.00",
41 "currency": "USD"
42 },
43 "maxAmount": {
44 "amount": "1000.00",
45 "currency": "USD"
46 },
47 "currency": "USD"
48 }
49 }
50 ]
51 }
52}