Chainstack · Schema

ChainstackNode

Schema for a Chainstack-managed blockchain node as exposed by the Platform API.

BlockchainMulti-ChainRPCNode InfrastructureWeb3CryptoEthereumSolanaBitcoinDeFiMEVTrader NodeArchive DataMCPAI Agents

Properties

Name Type Description
id string Stable Chainstack node identifier.
name string Human-readable node name.
type string Node deployment archetype.
protocol string Blockchain protocol (e.g. ethereum, solana, bitcoin, bnb, polygon, arbitrum, base, optimism, avalanche, ton, sui, tron, starknet, zksync, hyperliquid).
network string Network ID this node serves (e.g. ethereum-mainnet, polygon-amoy, solana-devnet).
region string Deployment region.
status string Lifecycle status of the node.
details object Per-protocol node details including HTTPS RPC URL, WSS URL, and any chain-specific properties.
configuration object Deployment configuration (machine size, archive add-on, MEV protection, etc.).
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

chainstack-node-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chainstack/main/json-schema/chainstack-node-schema.json",
  "title": "ChainstackNode",
  "description": "Schema for a Chainstack-managed blockchain node as exposed by the Platform API.",
  "type": "object",
  "required": ["id", "name", "type", "protocol", "network", "status"],
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^nd-[0-9]{3}-[0-9]{3}-[0-9]{3}$",
      "description": "Stable Chainstack node identifier."
    },
    "name": {
      "type": "string",
      "description": "Human-readable node name."
    },
    "type": {
      "type": "string",
      "enum": ["global", "dedicated", "unlimited", "trader"],
      "description": "Node deployment archetype."
    },
    "protocol": {
      "type": "string",
      "description": "Blockchain protocol (e.g. ethereum, solana, bitcoin, bnb, polygon, arbitrum, base, optimism, avalanche, ton, sui, tron, starknet, zksync, hyperliquid)."
    },
    "network": {
      "type": "string",
      "description": "Network ID this node serves (e.g. ethereum-mainnet, polygon-amoy, solana-devnet)."
    },
    "region": {
      "type": "string",
      "enum": ["us-east", "us-west", "eu-west", "eu-central", "ap-southeast", "ap-northeast"],
      "description": "Deployment region."
    },
    "status": {
      "type": "string",
      "enum": ["pending", "running", "stopped", "error", "deleting"],
      "description": "Lifecycle status of the node."
    },
    "details": {
      "type": "object",
      "description": "Per-protocol node details including HTTPS RPC URL, WSS URL, and any chain-specific properties.",
      "properties": {
        "https_endpoint": {
          "type": "string",
          "format": "uri",
          "description": "Authenticated HTTPS RPC URL."
        },
        "wss_endpoint": {
          "type": "string",
          "format": "uri",
          "description": "Authenticated WSS RPC URL."
        },
        "client": {
          "type": "string",
          "description": "Underlying node client (e.g. geth, erigon, nethermind, reth, solana-validator, bitcoin-core)."
        },
        "archive": {
          "type": "boolean",
          "description": "Whether this node serves archive (historical state) requests."
        },
        "extra_namespaces": {
          "type": "array",
          "items": {"type": "string"},
          "description": "Extended namespaces enabled on this node (e.g. debug, trace, txpool)."
        }
      }
    },
    "configuration": {
      "type": "object",
      "description": "Deployment configuration (machine size, archive add-on, MEV protection, etc.)."
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/chainstack-node"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.