Bigchaindb website screenshot

Bigchaindb

BigchainDB is an open-source blockchain database that combines the developer experience and query power of a database with blockchain properties: decentralized (Byzantine fault-tolerant) control, immutable append-only data storage, and built-in support for registering and transferring assets. Developed by BigchainDB GmbH (Berlin) with the IPDB Foundation overseeing the software and public networks, it exposes a simple versioned HTTP API on each node (default port 9984) for creating and reading transactions, assets, outputs, metadata, blocks and validators. Applications sign transactions with Ed25519 crypto-conditions, so authorization is enforced at the payload level rather than via transport authentication. Official Python, JavaScript and Java drivers are published, and the maintained continuation of the codebase is the Planetmint project.

Bigchaindb publishes 7 APIs on the APIs.io network, including Assets API, Blocks API, Metadata API, and 4 more. Tagged areas include Company, Crypto, Blockchain, Database, and Decentralization.

Bigchaindb’s developer surface includes documentation, getting-started guide, engineering blog, and 15 more developer resources.

32.2/100 thin ▬ flat Agent 22/100 agent aware open core · Apache-2.0 Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyCryptoBlockchainDatabaseDecentralizationDistributed LedgerAssetsImmutability

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
The six quality facets above are damped to 80 points between them, because the conditional facet above carries the other 20. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 80% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/bigchaindb: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Bigchaindb Assets API

Full-text search over asset payloads.

Bigchaindb Blocks API

Read blocks by height or by contained transaction.

Bigchaindb Metadata API

Full-text search over transaction metadata.

Bigchaindb Outputs API

List transaction outputs by public key.

Bigchaindb Root API

Node discovery endpoints.

Bigchaindb Transactions API

Create and read transactions (CREATE and TRANSFER operations).

Bigchaindb Validators API

Read the node's validator set.

Scroll for all 7

Open Collections 8

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Scroll for all 8

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Bigchaindb Authentication

none/payload-signature · 0 schemes

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 5

SDKs, sample code, and the tooling you integrate with

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: bigchaindb
name: Bigchaindb
description: 'BigchainDB is an open-source blockchain database that combines the developer experience and query power of a
  database with blockchain properties: decentralized (Byzantine fault-tolerant) control, immutable append-only data storage,
  and built-in support for registering and transferring assets. Developed by BigchainDB GmbH (Berlin) with the IPDB Foundation
  overseeing the software and public networks, it exposes a simple versioned HTTP API on each node (default port 9984) for
  creating and reading transactions, assets, outputs, metadata, blocks and validators. Applications sign transactions with
  Ed25519 crypto-conditions, so authorization is enforced at the payload level rather than via transport authentication. Official
  Python, JavaScript and Java drivers are published, and the maintained continuation of the codebase is the Planetmint project.'
url: https://raw.githubusercontent.com/api-evangelist/bigchaindb/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- anthemis
- earlybird
x-tier: stub
x-tier-reason: portfolio-lead
deliveryModel:
  model: open-core
  license: Apache-2.0
  open_source: true
  commercial: true
  callable_host: false
  label: Open core · an OSS project plus a commercial hosted product
  confidence: high
  source:
  - license
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-18'
image: https://github.com/bigchaindb.png
tags:
- Company
- Crypto
- Blockchain
- Database
- Decentralization
- Distributed Ledger
- Assets
- Immutability
apis:
- aid: bigchaindb:bigchaindb-assets-api
  name: Bigchaindb Assets API
  description: Full-text search over asset payloads.
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Assets
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-assets-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
- aid: bigchaindb:bigchaindb-blocks-api
  name: Bigchaindb Blocks API
  description: Read blocks by height or by contained transaction.
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Blocks
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-blocks-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
- aid: bigchaindb:bigchaindb-metadata-api
  name: Bigchaindb Metadata API
  description: Full-text search over transaction metadata.
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Metadata
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-metadata-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
- aid: bigchaindb:bigchaindb-outputs-api
  name: Bigchaindb Outputs API
  description: List transaction outputs by public key.
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Outputs
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-outputs-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
- aid: bigchaindb:bigchaindb-root-api
  name: Bigchaindb Root API
  description: Node discovery endpoints.
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Root
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-root-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
- aid: bigchaindb:bigchaindb-transactions-api
  name: Bigchaindb Transactions API
  description: Create and read transactions (CREATE and TRANSFER operations).
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Transaction
  tags_raw:
  - Transactions
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-transactions-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
- aid: bigchaindb:bigchaindb-validators-api
  name: Bigchaindb Validators API
  description: Read the node's validator set.
  humanURL: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  baseURL: https://test.ipdb.io:9984
  tags:
  - Validators
  properties:
  - type: OpenAPI
    url: openapi/bigchaindb-validators-api-openapi.yml
  - type: Documentation
    url: https://docs.bigchaindb.com/
  - type: APIReference
    url: https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html
  - type: Authentication
    url: authentication/bigchaindb-authentication.yml
  - type: ErrorCatalog
    url: errors/bigchaindb-problem-types.yml
  - type: DataModel
    url: data-model/bigchaindb-data-model.yml
  - type: Conventions
    url: conventions/bigchaindb-conventions.yml
  - type: Idempotency
    url: conventions/bigchaindb-conventions.yml
  - type: Lifecycle
    url: lifecycle/bigchaindb-lifecycle.yml
  - type: Conformance
    url: conformance/bigchaindb-conformance.yml
common:
- type: X-MCPServerCandidate
  url: mcp/bigchaindb-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: IssueTracker
  url: https://github.com/bigchaindb/bigchaindb/issues
- type: Releases
  url: https://github.com/bigchaindb/bigchaindb/releases
- type: CodeOfConduct
  url: https://github.com/bigchaindb/bigchaindb/blob/master/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/bigchaindb/bigchaindb/blob/master/.github/CONTRIBUTING.md
- type: License
  name: Apache-2.0
  url: https://github.com/bigchaindb/bigchaindb/blob/master/LICENSE
- type: Packages
  url: packages/bigchaindb-packages.yml
- type: SDKs
  url: packages/bigchaindb-packages.yml
- type: LLMsTxt
  url: llms/bigchaindb-llms.txt
- type: DeveloperPortal
  url: https://docs.bigchaindb.com/
- type: Documentation
  url: https://docs.bigchaindb.com/
- type: GettingStarted
  url: https://docs.bigchaindb.com/
- type: Blog
  url: https://blog.bigchaindb.com
- type: GitHubOrganization
  url: https://github.com/bigchaindb
- type: TermsOfService
  url: https://www.bigchaindb.com/terms/
- type: PrivacyPolicy
  url: https://www.bigchaindb.com/privacy/
- type: SourceCode
  url: https://github.com/bigchaindb/bigchaindb
- type: Website
  url: https://www.bigchaindb.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/bigchaindb"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/bigchaindb/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/bigchaindb/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.