Skip to main content

Get exchange & sentiment insights with CoinMarketCap AI agent

Workflow preview

Workflow preview
100%
Get exchange & sentiment insights with CoinMarketCap AI agent preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Analyze exchange data, market indexes, and community sentiment from CoinMarketCap—powered by AI. This sub agent provides access to exchange listings, token holdings, metadata, and high level metric...

Best for

  • Crypto Trading automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.toolhttprequest, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Don Jayamaha Jr.

Original n8n.io source

1.1 Workflow description

Title
Get exchange & sentiment insights with CoinMarketCap AI agent
Workflow name
Get exchange & sentiment insights with CoinMarketCap AI agent

Analyze exchange data, market indexes, and community sentiment from CoinMarketCap—powered by AI.

This sub-agent provides access to exchange listings, token holdings, metadata, and high-level metrics like the CMC 100 Index and the Fear & Greed Index. It’s designed for use within your larger CoinMarketCap AI Analyst system or as a standalone workflow.

This agent can be triggered by a supervisor or manually used with message and sessionId inputs.


Supported Tools (5 Total)

🔍 Exchange Map

  • Get CoinMarketCap IDs, names, and slugs for exchanges (used as lookup before deeper queries).

🧾 Exchange Info

  • Metadata including launch date, social links, country, and operational status.

💰 Exchange Assets

  • Token balances, wallet addresses, and total USD value held by a specific exchange.

📈 CoinMarketCap 100 Index

  • Constituents and weights of the CMC 100 Index, updated live.

😱 Fear & Greed Index

  • Market sentiment score updated daily, ranging from Extreme Fear to Extreme Greed.

What You Can Do with This Agent

🔹 Map exchanges to retrieve their ID and slug
🔹 Analyze exchange holdings by token and blockchain
🔹 Pull metadata for major CEXs like Binance or Coinbase
🔹 Compare global sentiment using the Fear & Greed Index
🔹 Access index data to understand CMC’s top 100 crypto asset breakdown


Example Queries You Can Use

"What is the latest Fear and Greed Index reading?"
"Get a list of all exchanges on CoinMarketCap."
"What tokens are held by Binance?"
"Retrieve metadata for Coinbase."
"Show me the top assets in the CMC 100 Index."


Agent Architecture

  • AI Brain: GPT-4o-mini
  • Memory: Window buffer memory using sessionId
  • Tools: 5 API-connected nodes
  • Trigger: External input via message and sessionId

Setup Instructions

  1. Get a CoinMarketCap API Key
  2. Configure n8n Credentials
    • Use HTTP Header Auth to store your CoinMarketCap API key.
  3. Optional: Trigger from a Supervisor
    • Connect to a parent agent using Execute Workflow with message and sessionId inputs.
  4. Test Sample Prompts
    • “Get all exchanges”, “Fetch CMC index”, “Show Binance token holdings”

Sticky Notes Included

Exchange & Community Guide – Explains agent purpose and component connections

Usage & Examples – Walkthrough for sample use cases

Error Handling & Licensing – Includes API error code reference and licensing details


✅ Final Notes

This agent is part of a broader CoinMarketCap AI Analyst System. Visit my Creator profile to download all available sub-agents and supervisor flows.


Understand exchange behavior and community sentiment—automated with AI and CoinMarketCap.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When Executed by Another Workflow

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 2 - CoinMarketCap Exchange and Community Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 3 - Exchange and Community Agent Brain

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 4 - Exchange and Community Agent Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 5 - Exchange Map

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 6 - Exchange Info

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 7 - CMC 100 Index

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 8 - Fear and Greed Latest

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 9 - Exchange Assets

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 10 - Exchange & Community Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Usage & Examples

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Errors & Licensing

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Get exchange & sentiment insights with CoinMarketCap AI agent
Complexity intermediate
Nodes 12
Categories Crypto Trading, AI Chatbot
Author Don Jayamaha Jr
Published 03 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3423/3423.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Get exchange & sentiment insights with CoinMarketCap AI agent do?

Analyze exchange data, market indexes, and community sentiment from CoinMarketCap—powered by AI. This sub agent provides access to exchange listings, token holdings, metadata, and high level metric...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Chatbot use case.