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

Manage key-value namespaces (databases).

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

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

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

3 operations 2 paths 0 schemas 1 DELETE1 GET1 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 Database 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 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Database 3

Manage key-value namespaces (databases).

GET
/databases
List databases
listDatabases → 200
POST
/databases
Create a database
createDatabase body → 201
DELETE
/databases/{database}
Delete a database
deleteDatabase 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quicknode-database-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 Gateway API
QuickNode Keys API
QuickNode Logs API
QuickNode Pinning API
QuickNode Streams API