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 28+ resources out of the box: Pools v2, Pools v3, Pools v3 Ticks, Pools v4, Deprecated Pools v4, and 23 more: with full CRUD operations, typed parameters, and zero manual configuration.
- 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
npm install @n8n-dev/n8n-nodes-camelot-dexOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-camelot-dex - Click Install
- 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.
Pools v2 (1 operations)
- Get Retrieve V2 liquidity pools data
Pools v3 (1 operations)
- Get Retrieve V3 liquidity pools data
Pools v3 Ticks (2 operations)
- Get Retrieve used ticks of a v3 pool
- Get Retrieve used ticks of a v4 pool
Pools v4 (1 operations)
- Get Retrieve V4 liquidity pools data
Deprecated Pools v4 (1 operations)
- Get Retrieve deprecated V4 liquidity pools data
Deprecated Pools v4 Ticks (1 operations)
- Get Retrieve used ticks of a deprecated v4 pool
Tokens (1 operations)
- Get Retrieve tokens data
Vaults (1 operations)
- Get Retrieve vaults data
Campaigns (1 operations)
- Get Retrieve campaigns data
Rewards (1 operations)
- Get Retrieve rewards data
Points (1 operations)
- Get Retrieve points data
Campaigns Health (1 operations)
- Get Retrieve health data for campaigns
Metadata (1 operations)
- Get Retrieve metadata from external source
Proofs (1 operations)
- Get Retrieve proofs by type
Chains (1 operations)
- Get Retrieve chains data
Health (1 operations)
- Get Retrieve protocol health for one or all chains
Main Token (1 operations)
- Get Retrieve Main Token data
Main Token Supply (1 operations)
- Get Retrieve Main Token Supply data
X Token (1 operations)
- Get Retrieve XToken data
Analytics (3 operations)
- Get Retrieve analytics for every supported chain
- Get Retrieve aggregated analytics for every supported chain
- Get Retrieve analytics for the given chain
Analytics 24 H (3 operations)
- 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
O Token (3 operations)
- Get Retrieve OToken data
- Get Retrieve OToken rate history data
- Get Retrieve OToken conversions history data
Sales (1 operations)
- Get Retrieve token sales data
Genesis Users (1 operations)
- Get Retrieve genesis points data per user
Genesis Pools (1 operations)
- Get Retrieve genesis points data per pool
Genesis Epochs (1 operations)
- Get Retrieve genesis epoch data
Genesis (1 operations)
- Get Retrieve community boosts data
Default (15 operations)
- 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
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
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.
MIT © kelvinzer0