- Home
- Resources
- Integrations
- CoinGecko
CoinGecko Make integrationAutomate CoinGecko with Make.
Need crypto data inside your workflows without writing a line of code? The CoinGecko Make integration gives you 7 modules, 4 actions and 3 searches, to fetch coin details, prices and trending lists. This guide connects your API key and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the CoinGecko Make integration do for you?
The CoinGecko Make integration lets Make read crypto data from CoinGecko and hand it to your other apps. You build a scenario, which is the automation itself, out of modules, the bricks that each do one job. CoinGecko supplies the data bricks; the rest of your stack decides what happens with it.
A trending watchlist. List trending coins returns what is hot on CoinGecko as separate bundles (one bundle is one item passed to the next module). Chain Get a coin after it and every trending coin arrives with its full record, ready for a spreadsheet or a team chat.
A price check on demand. A form, a CRM record or a row from another app starts the scenario, then Get a coin price answers with the current price. Handy for an internal tool where colleagues ask about one coin at a time.
A market snapshot. List coin markets brings back several coins in one go, and Search items finds a coin when you only know part of its name.
There is no trigger in this app: CoinGecko never calls Make on its own. The scenario runs on the schedule you set, or starts from another app. Make publishes no description for these modules, so this page reads each one from its name: a Run once shows exactly what it returns. Anything the 7 modules skip goes through Make an API call. The same app also exists as the CoinGecko n8n integration; the n8n vs Make comparison helps you pick, and Make pricing explains what each plan allows.
How do you connect CoinGecko to Make?
- 01
Grab your API key
Log in to CoinGecko and open the Developer Dashboard. Pick the API tier that matches your subscription, then copy the key shown on the dashboard. An active CoinGecko account is required before any of this works.
- 02
Add a CoinGecko module
In your Make scenario, add any CoinGecko module and click Create a connection. A connection is your CoinGecko account linked to Make once, then reused by every CoinGecko module you add later.
- 03
Paste the key and save
Give the connection a clear label in Connection name if you like; the field is optional. Paste the API key you copied, or follow the on-screen instructions, and save. Make now reads CoinGecko for you.
Your first scenario with CoinGecko
GoalWhen the scenario's schedule fires, Make lists trending coins on CoinGecko and fetches the full record of each one.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + to place the first module. This app has no trigger, so a CoinGecko module can sit first.
- 02
Add List trending coins
Search for CoinGecko, pick List trending coins and select the connection you made earlier. Each trending coin will come out as its own bundle.
- 03
Chain Get a coin
Click the + on the right of the first module and add Get a coin. Map the coin from the previous module so Make fetches the record of each trending coin in turn.
- 04
Test with Run once
Click Run once. Make runs the scenario one time, and the bubble above each module shows the bundles it received. Check that every trending coin got its record.
- 05
Schedule and switch it on
Open the clock on the first module: a new scenario runs every 15 minutes by default, and 15 minutes is also the Free plan minimum. Set the schedule, then switch the scenario on.
What the CoinGecko modules do
CoinGecko gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get a coin
ActionIn the docs onlyFetches the record of one coin you already have in hand, so the following modules can use its data. It is an action, so it works on a single item each time it runs.
Get a coin price
ActionIn the docs onlyReturns the current price of a coin, which is often the only figure a scenario really needs. Lighter to reason about than a full record when all you want is a number to write somewhere.
List coin markets
SearchIn the docs onlyBrings back market data for several coins in a single step. As a search module, it can return zero, one or many bundles, and each following module then runs once per coin.
List trending coins
SearchIn the docs onlyHands you the coins currently trending on CoinGecko, each one delivered as its own bundle. Since this app has no trigger, it makes a natural first module for a scheduled scenario.
Make an API call
ActionIn the docs onlyOpens the whole CoinGecko API to your scenario, reusing the connection you already created. Any endpoint the six other modules do not cover can be reached from here.
Ping the API
ActionIn the docs onlyChecks that CoinGecko answers before the rest of your scenario leans on it. A quick way to tell a CoinGecko outage apart from a mistake in your own setup.
Search items
SearchIn the docs onlyFinds coins from a search term, useful when a teammate types a name rather than an exact identifier. The results come back as bundles, possibly several for a vague term.
Need help automating CoinGecko with Make?
A person reads every message.