Resources · Make integration

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 you can automate

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.

Connect

How do you connect CoinGecko to Make?

  1. 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.

  2. 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.

  3. 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.

First scenario

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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

Modules

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.

CoinGecko1

Get a coin

ActionIn the docs only

Fetches 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.

When to use it
right after a search or a list, to enrich each coin that came out of it with its full details.
Watch out
every coin it looks up costs one operation, the unit Make counts on your plan.
CoinGecko2

Get a coin price

ActionIn the docs only

Returns 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.

When to use it
a colleague fills in a form about one coin, and the answer should land in a sheet or a message.
Watch out
the value reflects the moment the module runs, so a scheduled scenario only refreshes it at each run.
CoinGecko3

List coin markets

SearchIn the docs only

Brings 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.

When to use it
you want a snapshot of a whole group of coins for a report rather than one lookup at a time.
Watch out
many results mean many operations further down the scenario; keep the modules after it lean.
CoinGecko5

Make an API call

ActionIn the docs only

Opens 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.

When to use it
the data you need exists in CoinGecko, yet no ready-made module returns it.
Watch out
here you work closer to the raw API, so read the CoinGecko documentation for the endpoint before building on it.
CoinGecko6

Ping the API

ActionIn the docs only

Checks 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.

When to use it
placed first in a scenario that sends alerts, so a silent failure never looks like a quiet market.
Watch out
a ping still runs as a module, so it counts as one operation each time.
CoinGecko7

Search items

SearchIn the docs only

Finds 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.

When to use it
in front of Get a coin or Get a coin price, to turn free text into the coin those modules expect.
Watch out
a search can return nothing; test that case with Run once so the next module does not fail.
Need help

Need help automating CoinGecko with Make?

A person reads every message.

FAQ

CoinGecko and Make: common questions

01Is the CoinGecko Make integration free?
Yes, on the Make side. CoinGecko is a standard app, available from the Free plan, which allows 2 active scenarios, a 15 minute minimum between scheduled runs and 5 minutes of execution per run. Paid plans drop the interval to 1 minute and remove the cap on active scenarios. On the CoinGecko side you need an active account and an API key; the tiers and their conditions are on the CoinGecko pricing page.
02What do you need to connect CoinGecko to Make?
An active CoinGecko account and an API key. You get the key from the Developer Dashboard in your CoinGecko account: choose the API tier matching your subscription and copy the key displayed there. In Make, add a CoinGecko module, click Create a connection, optionally name it, then paste the key. That single connection serves every CoinGecko module in all your scenarios. If you manage several CoinGecko accounts, give each connection a clear name so the right key is picked in every module.
03Does the CoinGecko Make integration work in real time?
No, because CoinGecko offers no trigger in Make: the app never notifies Make when something changes. You start the scenario in one of two ways. Either put a CoinGecko module first and let the schedule run it, every 15 minutes by default, or start with another app's trigger, such as a form or a CRM, and call CoinGecko as a later step. In both cases, click Run once first to see which bundles reach each module before you switch the scenario on for good.
04What if the CoinGecko module you need is missing?
Use Make an API call. It reaches any endpoint of the CoinGecko API with the connection you already have, so you are not limited to the 7 listed modules. Note that the Make documentation for this app warns its content is AI-generated from CoinGecko's own docs and may contain mistakes, so check important details with CoinGecko directly. If an error stops the scenario, check the connection and the API key you pasted into Make first; questions about the CoinGecko documentation go to CoinGecko itself.
05Should you use Make or n8n for CoinGecko?
It depends on the tool your team already runs. CoinGecko is available in both, and the same app often has an n8n node alongside its Make modules. In Make you get 7 ready modules plus Make an API call, a visual editor and a Free plan to test with. If your other automations already live in n8n, keeping CoinGecko there avoids splitting your workflows across two tools. Whichever you choose, the CoinGecko side stays the same: an active account and an API key from the Developer Dashboard.