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 Project V2 API

The Project V2 API from Chainstack — 2 operation(s) for project v2.

Chainstack Project 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 Project 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 9 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 9 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.

Project V2 5
GET
/v2/projects/
List all projects
listAllProjectsV2 5 params → 200401403
POST
/v2/projects/
Create project
createProjectV2 body → 201400401403
GET
/v2/projects/{id}/
Retrieve project
retrieveProjectV2 1 param → 200401403404
PATCH
/v2/projects/{id}/
Update project
updateProjectV2 1 param body → 200400401403404
DELETE
/v2/projects/{id}/
Delete project
deleteProjectV2 1 param → 204401403404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are BaseProject (8 properties), Creator (5 properties), Pagination (4 properties), Object (2 properties). Each schema is shown below with its type and property counts.

Project
ProjectUpdate
Pagination
object
4 properties
Object
object
Common object representation.
2 properties
CreatedAt
string
When the object was created.
BaseProject
object
8 properties
ProjectTypeEnum
string
Type of the project. public for public chain project
Creator
object
Creator of the object.
5 properties
ProjectCreate

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chainstack-project-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