A Scriptable widget that shows the current crypto course in fiat currency based on coinbase
(I'm looking for free crypto APIs without any apikey or auth constraint just let me know your favs!)
Setup • Setup • Usage • Links • Contribution • ROADMAP •
Meanings in the Widget:
- BTC: Symbol of the cryptocurrency
- Rank: Ranking order by total volume in relation of all cryptocurrencies
- Coinbase: Stock exchange from which the course is obtained (Actually Coinbase or Bitfinex)
- Bitcoin: Whole name of cryptocurrency
- 55772.75 USD: Value of 1 BTC in USD
- 20 April 2021: Today's date
- (if not done yet) Download the scriptable app form AppStore
- In Scriptable create a new script
- Copy the code from script file crypto-ticker-widget.js
- Create a new widget on homescreen and select this script in scriptable
- Parameters separated with ",":
-
- Symbol of crypto currency
-
- Symbol of fiat currency
-
- Amount of crypto to calculate (Split with "."!)
-
- Example: DOGE,USD,300 (small and big letters possible)
- The 3rd parameter is set to 1 if it is not passed.
- If there's no picture of the selected available it will be filled with a placeholder image
Coinbase API: https://developers.coinbase.com/api/v2#get-spot-price
Coinpaprika API: https://api.coinpaprika.com/#tag/Tools/paths/~1search/get
Bitfinex API: https://docs.bitfinex.com/docs/introduction
If you have any ideas for extensions or changes just let me know.
- DONE: Errorhandling for missing json objects
- DONE: Add up and down symbols
- DONE: Fallback to Bitfinex course
- DONE: New Parameter for a specific amount
- DONE: Update images and description
- Add Notifications