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 API

The Project API from Chainstack — 3 operation(s) for project.

Chainstack Project 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. 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 6 operations across 3 paths, and defines 10 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}.

6 operations 3 paths 10 schemas 1 DELETE3 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 6

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

Project 6
GET
/v1/projects/
List all Projects
listAllProjects 5 params → 200
POST
/v1/projects/
Create Project
createProject body → 201400
GET
/v1/projects/{id}/
Retrieve Project
retrieveProject 1 param → 200404
PATCH
/v1/projects/{id}/
Update Project
updateProject 1 param body → 200400404
DELETE
/v1/projects/{id}/
Delete Project
deleteProject 1 param → 204404
GET
/v1/projects/{id}/members/
Retrieve Project members
retrieveProjectMembers 2 params → 200404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are BaseProject (8 properties), Creator (5 properties), Pagination (4 properties), ProjectMember (3 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
ProjectMember
object
Member organization of the consortium project.
3 properties
ProjectCreate

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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