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

Read, write, and delete keys within a database.

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

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

This API exposes 3 operations across 1 path. 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.

3 operations 1 paths 0 schemas 1 DELETE1 GET1 PUT

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 Keys 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 3

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

Keys 3

Read, write, and delete keys within a database.

GET
/databases/{database}/keys/{key}
Get a value by key
getKey 2 params → 200
PUT
/databases/{database}/keys/{key}
Set a value for a key
setKey 2 params body → 200
DELETE
/databases/{database}/keys/{key}
Delete a key
deleteKey 2 params → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quicknode-keys-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 Logs API
QuickNode Pinning API
QuickNode Streams API