/ ramps.json
ramps.json
 1  [
 2    {
 3      "name": "Wyre",
 4      "description": "A secure bridge for fiat and crypto",
 5      "fees": "from 2.9%",
 6      "region": "US & Europe",
 7      "logoUrl":"https://www.sendwyre.com/favicon.ico",
 8      "siteUrl": "https://pay.sendwyre.com/purchase",
 9      "hostname": "sendwyre.com"
10    },
11    {
12      "name": "MoonPay",
13      "description": "The new standard for fiat to crypto",
14      "fees": "1%-4.5%",
15      "region": "US & Europe",
16      "logoUrl":"https://buy.moonpay.com/favicon-32x32.png",
17      "siteUrl": "https://buy.moonpay.com",
18      "hostname": "moonpay.com"
19    },
20    {
21      "name": "Transak",
22      "description": "Global fiat <-> crypto payment gateway",
23      "fees": "1%-4.5%",
24      "region": "Global",
25      "logoUrl":"https://global.transak.com/favicon.png",
26      "siteUrl": "https://global.transak.com",
27      "hostname": "transak.com"
28    },
29    {
30      "name": "Ramp",
31      "description": "Global crypto to fiat flow",
32      "fees": "1.5%",
33      "region": "Global",
34      "logoUrl":"https://ramp.network/assets/favicons/favicon-32x32.png",
35      "siteUrl": "https://ramp.network/buy/",
36      "hostname": "ramp.network"
37    },
38    {
39      "name": "LocalCryptos",
40      "description": "Non-custodial crypto marketplace",
41      "fees": "1.5%",
42      "region": "Global",
43      "logoUrl":"https://localcryptos.com/images/favicon.png",
44      "siteUrl": "https://localcryptos.com",
45      "hostname": "localcryptos.com"
46    }
47  ]