CoinGecko is a cryptocurrency data aggregation and tracking web site.
The plugin uses its API and ticker widget.
Load the latest price, logo or any other data for Bitcoin, Ethereum or any other cryptocurrency.
API calls
Ping
Check API server status
Coins - List
You will get a list of all available coins on coingecko, it is recommended to save this list in your app to easily access it later, because this API call can take a while until the response will load as it contains a lot of data.
Coins - Markets
Use this to obtain all the coins market data (price, market cap, volume)
Coins - ID
Get current data (name, price, market, … including exchange tickers) for a coin.
Coins - ID Tickers
Get coin tickers (paginated to 100 items)
Coins - ID History
Get historical data (name, price, market, stats) at a given date for a coin
Exchanges - List all
Use this to obtain all the markets’ id in order to make API calls
Exchange - Top 100 tickers
Get exchange volume in BTC and tickers
Global data
Get cryptocurrency global data
Global DEFI data
Get Top 100 Cryptocurrency Global Eecentralized Finance(defi) data
Question: I am looking to have real-time updates with the values. Are your APIs fetching and updating LIVE rates in real time? OR the updates happen only after a page reload/refresh ?
The data from the tickers is updating live rates.
The data that you need like MarketCap or Dominance is getting via API call on reload/refresh.
However you can do those API calls repetitively in Bubble workflow, like every minute or so.
New feature: added Date field (Optional) for all API calls, to dynamically update data without refreshing the page.
Insert the Current Date formatted as “Simplified extended ISO”. You can then use the Bubble Action “Display data” and call this API again with the date field.