Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chainstack Node V2 API

The Node V2 API from Chainstack — 2 operation(s) for node v2.

Chainstack Node V2 API is one of 32 APIs that Chainstack publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Node V2. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, an AsyncAPI specification, and 2 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://{node_id}.p2pify.com/{api_key}.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Server
https://{node_id}.p2pify.com/{api_key}
Resource Areas
1

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Node V2 5
GET
/v2/nodes/
List all nodes
listAllNodesV2 2 params → 200401403
POST
/v2/nodes/
Create node
createNodeV2 body → 201400401403
GET
/v2/nodes/{id}/
Retrieve node
retrieveNodeV2 1 param → 200401403404
PATCH
/v2/nodes/{id}/
Update node
updateNodeV2 1 param body → 200400401403404
DELETE
/v2/nodes/{id}/
Delete node
deleteNodeV2 1 param → 204401403404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are NodeV2 (11 properties), Pagination (4 properties), NodeCreateV2 (4 properties), NodeUpdateV2 (1 property). Each schema is shown below with its type and property counts.

NodeCreateV2
object
4 properties 4 required
Pagination
object
4 properties
NodeUpdateV2
object
1 property
NodeV2
object
11 properties 11 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chainstack-node-v2-api-openapi.yml Raw ↑

Other APIs Chainstack publishes across the network.

Chainstack Faucet API
Chainstack Account Info API
Chainstack Accounts Info API
Chainstack Blocks Info API
Chainstack Chain Info API
Chainstack Client Info API
Chainstack Configuration Info API
Chainstack Debug And Trace API
Chainstack Debug API
Chainstack Deployment Options API
Chainstack Events API
Chainstack Execute Transactions API