2021-01-25 16:31:43 +00:00
|
|
|
# Crypto On Ramps
|
|
|
|
|
|
|
|
A curated list of crypto-currency markets that facilitate the purchase of crypto for fiat currency.
|
|
|
|
|
|
|
|
## The list
|
|
|
|
|
|
|
|
[See the full JSON list here](https://raw.githubusercontent.com/status-im/crypto-on-ramps/master/ramps.json)
|
|
|
|
|
|
|
|
## On Ramp structure
|
|
|
|
|
|
|
|
JSON example:
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"name": "Wyre",
|
|
|
|
"description": "A secure bridge for fiat and crypto",
|
|
|
|
"fees": "from 2.9%",
|
|
|
|
"region": "US & Europe",
|
2021-01-26 12:26:12 +00:00
|
|
|
"logoUrl":"https://www.sendwyre.com/favicon.ico",
|
2021-02-04 16:57:18 +00:00
|
|
|
"siteUrl": "https://pay.sendwyre.com/purchase",
|
|
|
|
"hostname": "sendwyre.com"
|
2021-01-25 16:31:43 +00:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
|Field Name|Type|Description|
|
|
|
|
|---|---|---|
|
|
|
|
|`name`|string|The name of the on-ramp service|
|
|
|
|
|`description`|string|A short line of text describing the on-ramp service|
|
|
|
|
|`fees`|string|The rate or rates that users are charged for the currency exchange service|
|
|
|
|
|`region`|string|The geo-political jurisdiction that the service operates in|
|
2021-01-26 12:26:12 +00:00
|
|
|
|`logoUrl`|string|A url to the on-ramp service's logo|
|
2021-02-04 16:57:18 +00:00
|
|
|
|`siteUrl`|string|A url to redirect a user to the on-ramp service's exchange service|
|
|
|
|
|`hostname`|string|The hostname of the `siteUrl` consisting of the domain name and tld|
|