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

Tendermint ABCI API is one of 5 APIs that Tendermint publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ABCI. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version v0.34.

Requests are made against 2 base URLs: https://rpc.cosmos.network, http://localhost:26657.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v0.34
Base URL
https://rpc.cosmos.network
License
Resource Areas
1

Paths & Operations 2

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

ABCI 2

ABCI APIs

GET
/abci_info
Get info about the application.
abci_info → 200500
GET
/abci_query
Query the application for some information.
abci_query 4 params → 200500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ABCIQueryResponse (4 properties), ABCIInfoResponse (3 properties), JSONRPC (2 properties). Each schema is shown below with its type and property counts.

ABCIQueryResponse
object
4 properties 4 required
JSONRPC
object
2 properties
ABCIInfoResponse
object
3 properties 2 required
ErrorResponse
Error Response

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tendermint-abci-api-openapi.yml Raw ↑

Other APIs Tendermint publishes across the network.

Tendermint Info API
Tendermint Tx API
Tendermint Unsafe API
Tendermint Websocket API