Vedroid36
5/5/2017 - 9:15 AM

currency_list.json

{
"currency_list":[
      {
          "currencyName":"EDinar",
          "currencyAbbr":"EDR",
          "number_of_digits_after_dot":2,
          "exchangeRate":0.0028,
          "image":
          {
              "url":"http://47.91.93.63:8081/etaomanager/images/1488166162000_2.png",
              "width":40,
              "height":60
          }
        
      },

      {
          "currencyName":"Bitcoin",
          "currencyAbbr":"BTC",
          "number_of_digits_after_dot":6,
          "currencyExchangeRate":1,
          "image":
          {
              "url":"http://47.91.93.63:8081/etaomanager/images/1488166162000_2.png",
              "width":40,
              "height":60
          }
      }
  ]
}