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 Streams API

Manage Streams definitions and lifecycle.

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

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

This API exposes 6 operations across 4 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.

6 operations 4 paths 0 schemas 1 DELETE2 GET3 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 Streams 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 6

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

Streams 6

Manage Streams definitions and lifecycle.

GET
/streams
List Streams
listStreams → 200
POST
/streams
Create a Stream
createStream body → 201
GET
/streams/{streamId}
Get Stream details
getStream 1 param → 200
DELETE
/streams/{streamId}
Delete a Stream
deleteStream 1 param → 204
POST
/streams/{streamId}/pause
Pause a Stream
pauseStream 1 param → 200
POST
/streams/{streamId}/resume
Resume a Stream
resumeStream 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quicknode-streams-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 Pinning API