All operations in the Quicknode control panel can be completed through a single REST API. If you weren't aware of its existence before, now you are.
Introducing the Admin API
🧵
Start your endpoint without accessing the control panel:
curl -X POST '' \
-H 'x-api-key: YOUR_KEY' \
-d '{"chain":"solana","network":"solana-mainnet"}'
It's that simple. Over 130 networks, just one command.
Liam Harris (@defiapp), Head of Operations for Defi App, says:
"Quicknode's Admin API was one of the first APIs we could directly integrate into our burn rate control panel. MCP works perfectly with our cross-service event classification stack with other providers. It's a very useful tool that saves you time."
How many times have you manually performed the following operations?
• Rotate API keys after team members leave.
• Extract usage data to explain billing.
• Update the IP allowed list at 2 AM during emergencies.
Now, all of this can be done via REST calls. Script, schedule, and automate.
Quicknode is built for intelligent networks. The AI agent can autonomously run the entire process: discover resources via llms.txt, pay via x402, and configure via the management API.
No browser, no control panel, no human intervention required.
Documentation:
Product: