Файлы с текущими курсами и резервами

Ниже представлено несколько вариантов файлов с текущими курсами обменника. Вы можете воспользоваться любым понравившимся вариантом.

Курсы в XML-формате

https://superchange.is/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-формате

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

Курсы в JSON-формате jsons.info

https://superchange.is/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-формате docs.bestchange.biz

https://superchange.is/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>