Asset Store Link
© 2017 Justin Garza
PLEASE LEAVE A REVIEW OR RATE THE PACKAGE IF YOU FIND IT USEFUL! Enjoy! :)
- CryptocurrencyPriceChecker
- Table of Contents
- Contact
- Description Features
- Terms of Use
- Overview
- Setup
- Scripts
- FAQs
Questions, suggestions, help needed?
Contact me at:
Email: [email protected]
Cell: 1-818-251-0647
Contact Info: jgarza9788 - UnityPortfolio
Allows to display the current price (in USD) of 100 different Crytocurrencies.
- get the current price of 100 different Crytocurrencies.
- 3 sets of icons (color, white, and black).
- Fully commented C# code.
- Easily to use
- Awesome demos!
Required: please follow Unity's EULA
Suggestion/Optional: please put my name in the credits, or in the special thanks section. :)
This asset is not for trading, buying, or making predictions on Crytocurrencies.
I AM NOT RESPONSIBLE FOR YOU BUYING OR SELLING CRYPTOCURRENCIES
This asset will help you do two things.
- get the current price
- display the name, symbols, and icon
- get api key from https://coinmarketcap.com/api/
- there is an option for a free api key
- update Cryptocurrencies.cs line 161 and 304.
/*EDIT THIS LINE*/
private static string API_KEY = "";
contains an array of Cryptocurrencies with a few methods to get the icon(s) and current price.
This script has been provided by Markus Göbel (Bunny83) (as open source software)
The Other scripts are in this asset, but they are not used in the Demos.
i know there is a missing icons for nano.
The name 'HttpUtility' does not exist in the current context
if this error occurs please change the API Compatibility Level* to .NET Standard 2.0
this is an issue with the api, and they provide a payment plan if you need to make more requests.