Who wins the World Cup?Research, stream, and trade on Hyperliquid
Learn moreย ย ย ย ยAPIs, SDKs, and AI-native tools that get you from idea to production on 83+ chains โ without the infrastructure overhead. Built by developers, for developers.
// macOS (Homebrew)brew install quicknode/tap/qn// Log inqn auth loginThe tooling for building production applications on any blockchain, from solo developers shipping their first project to enterprise teams running at scale.
# Install the Quicknode CLI โ macOS
brew install quicknode/tap/qn
# Windows
scoop bucket add quicknode https://github.com/quicknode/scoop-bucket
scoop install quicknode/qn
# Create an endpoint from your terminal
qn endpoint create --chain ethereum --network mainnet
โ Endpoint created
bold-dawn.quiknode.pro/abc123
A single CLI for everything in your Quicknode account. Create endpoints, configure security, and monitor spending โ scriptable from your terminal or CI pipeline.
# Create an endpoint via API
One REST API for everything in your Quicknode dashboard. Create endpoints, configure security, monitor spending, and manage teams โ all from your terminal or CI pipeline.
# Add Quicknode MCP to Claude
The Quicknode MCP server connects Claude, Cursor, Codex, and other AI assistants directly to your account. Create endpoints, configure security, and review billing through natural language โ no dashboard required.
# Install the Quicknode SDK
npm install @quicknode/sdk
import { QuicknodeSdk } from '@quicknode/sdk'
const qn = new QuicknodeSdk({ apiKey: "YOUR_API_KEY" })
const response = await qn.admin.getEndpoints({ limit: 20 })
console.log(response)
One unified SDK for building on Quicknode. Write in Rust, Python, Node.js, or Ruby and get the same typed, consistent API across the Admin API, Streams, and more.
Use our Quicknode MCP for instant Admin API context in Claude Desktop and agentic workflows.
Start with what you need today. Scale with confidence as you grow. Quicknode works across every team size and every stage.