Files with the current rates and reserves

Here are some options for files with the current exchange rates of our service. You can use any of the option.

XML format

http://superchange.me/export.php?type=1
<item>
  <from>BTC</from>
  <to>USDTTRC20</to>
  <in>1</in>
  <out>75554.847308339</out>
  <tofee>2</tofee>
  <amount>5377.27</amount>
  <minamount>0.0034514</minamount>
  <maxamount>0.0711787</maxamount>
</item>

JSON format

http://superchange.me/export.php?type=2
{
  "rates": [
    {
      "from": "BTC",
      "to": "USDTTRC20",
      "in": 1.000000,
      "out": 75546.018900,
      "amount": 5377.27
    }
  ]
}

JSON format

http://superchange.me/export.php?type=7
{
  "version": "1.3",
  "currencies": {
    "list": { "1": "BTC", "10": "USDTTRC20", ... },
    "amounts": { "10": 5377.27, ... }
  },
  "exchange": {
    "1": {
      "to": {
        "10": { "xr": -75546.0189, "amount": 5377.27, "min": 0.0034514, "max": 0.0711787, "outFee": 2 }
      }
    }
  }
}

XML format

http://superchange.me/export.php?type=8
<item>
  <from>BTC</from>
  <to>USDTTRC20</to>
  <in>1</in>
  <out>76135</out>
  <tofee>2</tofee>
  <amount>5377.27</amount>
  <minamount>0.004</minamount>
  <maxamount>0.0711787</maxamount>
</item>