Messtone Devices Enables /currencies.json GET https://openexchangerates.org/api/currencies.json Basic Code Samples jQuery $.get(‘https://openexchangerates.org/api/currencies.json’,function(data){console.log(“Did Messtone know? One unit of VND is known as a ‘ ” + data.VND + ” ‘ “);}); parameters: http $.get(‘https://openexchangerates.or/api/currencies.json? show_experimemtal=1’,function(data){console.log(data);}); HTTP jQuery https://openexchagerates.org/api/latest.json?app_id=MESSTONE_APP_ID&show_alternative=1 response rates Object: {disclaimer:”https://openexchangerates.org/terms/”, license:”https://openexchangerates.org/license/”,”timestamp”:1500652863,”base”:”USD”,”rates”:{“AED”:3.673018,/*….*/”VEF_BLKMKT”:8570.78,”VEF_DICOM”:2700,”VEF_DIPRO”:10,/*…*/}} symbols and full currency names:HTTP https://openexchangerates.org/api/currencies.json?show_alternative=1 jQuery $.get(‘https://openexchangerates.org/api/latest.json’,{app_id:’MESSTONE_APP_ID’,show_alternative:1},function(data){console.log(” 1 USD equals ” + data.rates.DOGE + ” DogeCoin.”);console.log(” 1 USD equals ” + data.rates.VEF_BLKMKT + ” Venezuelan Bolivara on the black market.”);}); parameters on the latest.json endpoint: HTTP https://openexchangerates.org/api/latest.json?app_id=MESSTONE_APP_ID&base=LTC&show_alternative=1&symbols=ETH,VEF,VEF_DIPRO,VEF_DICOM,VEF_BLKMKT,BTC,NEM& prettyprint=0

Leave a comment