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

QuickNode Pinning API

Pin, view, and manage pinned content to ensure its availability on the IPFS network.

QuickNode Pinning API is one of 12 APIs that QuickNode publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pinning. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.quicknode.com/ipfs/rest.

5 operations 3 paths 0 schemas 1 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://{endpoint-name}.{network}.quiknode.pro/{token}
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

QuickNode Pinning API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 5

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

Pinning 5

Pin, view, and manage pinned content to ensure its availability on the IPFS network.

POST
/v1/s3/put-object
Upload and pin a file
putObject body → 200
GET
/v1/pinning
List pinned objects
listPins → 200
POST
/v1/pinning
Pin an existing CID
pinByCid body → 201
GET
/v1/pinning/{requestId}
Get a pin by request id
getPin 1 param → 200
DELETE
/v1/pinning/{requestId}
Unpin an object
deletePin 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quicknode-pinning-api-openapi.yml Raw ↑

Other APIs QuickNode publishes across the network.

QuickNode Core RPC API
QuickNode Webhooks
QuickNode Marketplace Add-ons
QuickNode Functions
QuickNode Account API
QuickNode Batch API
QuickNode Database API
QuickNode Gateway API
QuickNode Keys API
QuickNode Logs API
QuickNode Streams API