CoinGecko logo

CoinGecko

Published January 2024
   •    Updated November 2025

Plugin details

Stay up to date with real-time cryptocurrency data using the WGD CoinGecko plugin. This plugin connects your Bubble application to the CoinGecko API, providing comprehensive and up-to-date market information for thousands of cryptocurrencies.
Whether you're building a crypto dashboard, tracking coin performance, or developing financial tools, this plugin gives you the insights you need with no API key required.

$15

One time

stars   •   0 ratings
2 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

WGD Plugins logo
WGD Plugins
Joined 2021   •   60 Plugins
View contributor profile

Instructions

Step 1: Install the Plugin Open your Bubble app editor.

Go to the Plugins tab.

Click "Add plugins", then search for "WGD CoinGecko" or install it from your custom plugin list if it's private.

Step 2: Understanding the Available API Calls
The plugin exposes a wide range of CoinGecko endpoints. These are implemented as Data or Actions in the plugin tab.

Here are examples of some key endpoints:

✅ Get Coin List
Endpoint: /coins/list

Purpose: Returns all available coin IDs, which are used in other API calls.

✅ Get Coin Details
Endpoint: /coins/{id}

Use dynamic value <coin_id> to retrieve data like market cap, prices, links, descriptions, etc.

✅ Market Chart
Endpoint: /coins/{id}/market_chart

Parameters:

vs_currency: e.g. usd

days: e.g. 1, 30, 90, max

✅ Get Market Data (Simple)
Endpoint: /simple/price

Parameters:

ids: e.g. bitcoin,ethereum

vs_currencies: e.g. usd,eur

✅ Get Supported vs_currencies
Endpoint: /simple/supported_vs_currencies

Returns all fiat currencies available for conversion.

Step 3: Using the Plugin in Workflows or Elements
🔁 As a Repeating Group Data Source
To show coin data in a list:

Add a Repeating Group to your page.

Set Type of Content to “API response” or a defined data type.

In Data source, choose the appropriate CoinGecko API call (e.g. Get Coin List).

Display name, symbol, or prices using dynamic expressions.

⚙️ In a Workflow (e.g. on Button Click)
If a call is set as an Action:

Go to the Workflow tab.

Add a new workflow (e.g., "When Button is clicked").

Choose the API action like Get Coin Data.

Set required parameters like coin ID and currency.

Step 4: Testing the Plugin
Use test coins like:

bitcoin

ethereum

dogecoin

For currency:

usd, eur, gbp, etc.

Try dynamic searches or static values to preview output inside your app.

Types

This plugin can be found under the following types:
Api   •   Action

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble