@n8n-dev/n8n-nodes-camelot-dex
v1.0.10
Published
Camelot DEX: Arbitrum DEX with concentrated liquidity and custom yield strategies.
Maintainers
Readme
@n8n-dev/n8n-nodes-camelot-dex
Stop writing camelot-dex API integrations by hand.
Every time you connect n8n to camelot-dex, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to camelot-dex took 5 minutes, not half a day?
This node gives you 24+ resources out of the box: Pools v2, Pools v3, Pools v3 Ticks, Pools v4, Deprecated Pools v4, and 19 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-camelot-dexOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-camelot-dex - Click Install
Quick Start
- Install the node (above)
- Add credentials: camelot-dex API → paste your API key
- Drag the camelot-dex node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Get Retrieve V2 liquidity pools data
- Get Retrieve V3 liquidity pools data
- Get Retrieve used ticks of a v3 pool
- Get Retrieve used ticks of a v4 pool
- Get Retrieve V4 liquidity pools data
- Get Retrieve deprecated V4 liquidity pools data
- Get Retrieve used ticks of a deprecated v4 pool
- Get Retrieve tokens data
- Get Retrieve vaults data
- Get Retrieve campaigns data
- Get Retrieve rewards data
- Get Retrieve points data
- Get Retrieve health data for campaigns
- Get Retrieve metadata from external source
- Get Retrieve proofs by type
- Get Retrieve chains data
- Get Retrieve protocol health for one or all chains
- Get Retrieve Main Token data
- Get Retrieve Main Token Supply data
- Get Retrieve XToken data
- Get Retrieve analytics for every supported chain
- Get Retrieve aggregated analytics for every supported chain
- Get Retrieve analytics for the given chain
- Get Retrieve 24h analytics for every supported chain
- Get Retrieve last 24h aggregated analytics for every supported chain
- Get Retrieve last 24h analytics for the given chain
- Get Retrieve OToken data
- Get Retrieve OToken rate history data
- Get Retrieve OToken conversions history data
- Get Retrieve token sales data
- Get Pools v2 History Tvl
- Get Pools v2 History Volume
- Get Pools v2 History Fees
- Get Pools v2 History Txs
- Get Pools v2 History Price
- Get Pools v3 History Tvl
- Get Pools v3 History Volume
- Get Pools v3 History Fees
- Get Pools v3 History Txs
- Get Pools v3 History Price
- Get Pools v4 History Tvl
- Get Pools v4 History Volume
- Get Pools v4 History Fees
- Get Pools v4 History Txs
- Get Pools v4 History Price
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from camelot-dex docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official camelot-dex OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official camelot-dex OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the camelot-dex API updates, this node updates too.
License
MIT © kelvinzer0
