/ README.md
README.md
 1  # Crypto On Ramps
 2  
 3  A curated list of crypto-currency markets that facilitate the purchase of crypto for fiat currency.
 4  
 5  ## The list
 6  
 7  [See the full JSON list here](https://raw.githubusercontent.com/status-im/crypto-on-ramps/master/ramps.json)
 8  
 9  ## On Ramp structure
10  
11  JSON example:
12  
13  ```json
14  {
15      "name": "Wyre",
16      "description": "A secure bridge for fiat and crypto",
17      "fees": "from 2.9%",
18      "region": "US & Europe",
19      "logoUrl":"https://www.sendwyre.com/favicon.ico",
20      "siteUrl": "https://pay.sendwyre.com/purchase",
21      "hostname": "sendwyre.com"
22  }
23  ```
24  
25  |Field Name|Type|Description|
26  |---|---|---|
27  |`name`|string|The name of the on-ramp service|
28  |`description`|string|A short line of text describing the on-ramp service|
29  |`fees`|string|The rate or rates that users are charged for the currency exchange service|
30  |`region`|string|The geo-political jurisdiction that the service operates in|
31  |`logoUrl`|string|A url to the on-ramp service's logo|
32  |`siteUrl`|string|A url to redirect a user to the on-ramp service's exchange service|
33  |`hostname`|string|The hostname of the `siteUrl` consisting of the domain name and tld|