live · Developer Tools · JSON · API for agents
Get Quicknode pricing information and available plans.
{
"name": "quicknode_get_pricing",
"kind": "action",
"impl": "imperative",
"description": "Get Quicknode pricing information and available plans.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"page": "/"
}List all blockchain networks and chains supported by Quicknode (80+ chains, 130+ networks).
{
"name": "quicknode_list_chains",
"kind": "action",
"impl": "imperative",
"description": "List all blockchain networks and chains supported by Quicknode (80+ chains, 130+ networks).",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"page": "/"
}Search Quicknode developer guides and documentation.
{
"name": "quicknode_search_guides",
"kind": "action",
"impl": "imperative",
"description": "Search Quicknode developer guides and documentation.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query"
}
},
"required": [
"query"
]
},
"page": "/"
}Get information on how to create a Quicknode RPC endpoint — either via the dashboard or autonomously via the Agent Subscription API.
{
"name": "quicknode_create_endpoint",
"kind": "action",
"impl": "imperative",
"description": "Get information on how to create a Quicknode RPC endpoint — either via the dashboard or autonomously via the Agent Subscription API.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"page": "/"
}Get machine-readable agent capabilities, authentication methods (x402, MPP, API key, OAuth2), and skill definitions for the Quicknode Blockchain Agent.
{
"name": "quicknode_get_agent_info",
"kind": "action",
"impl": "imperative",
"description": "Get machine-readable agent capabilities, authentication methods (x402, MPP, API key, OAuth2), and skill definitions for the Quicknode Blockchain Agent.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"page": "/"
}