Added basic json file and structure

This commit is contained in:
Samuel Hawksby-Robinson 2021-01-25 16:17:02 +00:00
commit 8c992f272b
No known key found for this signature in database
GPG Key ID: 64CF99D4A64A1205
1 changed files with 42 additions and 0 deletions

42
ramps.json Normal file
View File

@ -0,0 +1,42 @@
[
{
"name": "Wyre",
"description": "A secure bridge for fiat and crypto",
"fees": "from 2.9%",
"region": "US & Europe",
"logo-url":"https://www.sendwyre.com/favicon.ico",
"site-url": "https://pay.sendwyre.com/purchase"
},
{
"name": "MoonPay",
"description": "The new standard for fiat to crypto",
"fees": "1%-4.5%",
"region": "US & Europe",
"logo-url":"https://buy.moonpay.com/favicon-32x32.png",
"site-url": "https://buy.moonpay.com"
},
{
"name": "Transak",
"description": "Global fiat <-> crypto payment gateway",
"fees": "1%-4.5%",
"region": "Global",
"logo-url":"https://global.transak.com/favicon.png",
"site-url": "https://global.transak.com"
},
{
"name": "Ramp",
"description": "Global crypto to fiat flow",
"fees": "1.5%",
"region": "Global",
"logo-url":"https://ramp.network/assets/favicons/favicon-32x32.png",
"site-url": "https://ramp.network/buy/"
},
{
"name": "LocalCryptos",
"description": "Non-custodial crypto marketplace",
"fees": "1.5%",
"region": "Global",
"logo-url":"https://localcryptos.com/images/favicon.png",
"site-url": "https://localcryptos.com"
}
]