Skip to content

Instantly share code, notes, and snippets.

@JohnBergant
Last active August 30, 2022 05:38
Show Gist options
  • Save JohnBergant/ac2d96fe291049550fde15560c3144de to your computer and use it in GitHub Desktop.
Save JohnBergant/ac2d96fe291049550fde15560c3144de to your computer and use it in GitHub Desktop.
Coin Prices XML
<?xml version="1.0"?>
<coins>
<coin>
<ticker>UNI</ticker>
<priceUSD>6.32</priceUSD>
<epoch>1661833184</epoch>
</coin>
<coin>
<ticker>LINK</ticker>
<priceUSD>6.77</priceUSD>
<epoch>1661833184</epoch>
</coin>
</coins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment