Asked 1 month ago by OrbitalGuide036
How can I resolve the 'Invalid URL' error when fetching token prices from the CoinMarketCap API in n8n?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 1 month ago by OrbitalGuide036
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I'm new to n8n and am setting up an AI agent to look up token prices using the CoinMarketCap API. However, I keep receiving an error that says "invalid url".
Here's what I've tried so far:
JSON{ "headers": { "X-CMC_PRO_API_KEY": "KEY" } }
Workflow details:
@n8n/n8n-nodes-langchain.toolHttpRequest
1.1 (Latest)
1.76.1 (Cloud)
29/01/2025, 21:25:19
Error stack trace:
``
NodeApiError: Invalid URL at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/routing-node.js:159:23)
at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:683:23)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:890:51
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1224:20
I'm looking for guidance on how to correct the URL or adjust the workflow to eliminate this error.
Comments 0
•Answers 0
•Views 42
No comments yet.