-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiat-on-off-ramp-list.json
46 lines (46 loc) · 1.22 KB
/
fiat-on-off-ramp-list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"list": [
{
"serviceId": "kado",
"serviceName": "Kado",
"buyOrigin": "https://app.kado.money",
"buySupportCoinDenomsByChainId": {
"osmosis-1": ["OSMO", "USDC", "ATOM", "stATOM"],
"juno-1": ["USDC"],
"phoenix-1": ["USDC"],
"cosmoshub-4": ["ATOM"],
"injective-1": ["INJ"],
"regen-1": ["REGEN", "USDC"],
"stargaze-1": ["STARS"],
"secret-4": ["SCRT"],
"agoric-3": ["BLD", "IST"],
"noble-1": ["USDC"],
"neutron-1": ["NTRN", "USDC", "ATOM", "stATOM"],
"dydx-mainnet-1": ["USDC"],
"chihuahua-1": ["HUAHUA"],
"celestia": ["TIA"],
"omniflixhub-1": ["FLIX"]
}
},
{
"serviceId": "moonpay",
"serviceName": "Moonpay",
"buyOrigin": "https://buy.moonpay.com",
"buySupportCoinDenomsByChainId": {
"cosmoshub-4": ["ATOM"],
"kava_2222-10": ["KAVA"]
}
},
{
"serviceId": "transak",
"serviceName": "Transak",
"buyOrigin": "https://global.transak.com",
"buySupportCoinDenomsByChainId": {
"osmosis-1": ["OSMO"],
"cosmoshub-4": ["ATOM"],
"secret-4": ["SCRT"],
"injective-1": ["INJ"]
}
}
]
}