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

Nano Blocks API

Block creation, processing, signing, and querying operations

Nano Blocks API is one of 8 APIs that Nano publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 13 operations across 13 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, http://localhost:7076.

13 operations 13 paths 1 schemas 13 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
http://localhost:7076
Terms of Service
Resource Areas
1

Paths & Operations 13

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

Blocks 13

Block creation, processing, signing, and querying operations

POST
/block_account
Get account for block
block_account body → 200
POST
/block_confirm
Request block confirmation
block_confirm body → 200
POST
/block_count
Get total block count
block_count body → 200
POST
/block_create
Create a block
block_create body → 200
POST
/block_hash
Compute block hash
block_hash body → 200
POST
/block_info
Get block info
block_info body → 200
POST
/blocks
Get multiple blocks
blocks body → 200
POST
/blocks_info
Get detailed info for multiple blocks
blocks_info body → 200
POST
/chain
Get chain of blocks
chain body → 200
POST
/process
Process a block
process body → 200
POST
/republish
Republish blocks
republish body → 200
POST
/sign
Sign a block
sign body → 200
POST
/successors
Get successor blocks
successors body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is BlockInfoResponse (8 properties). Each schema is shown below with its type and property counts.

BlockInfoResponse
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nano-blocks-api-openapi.yml Raw ↑

Other APIs Nano publishes across the network.

Nano Accounts API
Nano Keys API
Nano Ledger API
Nano Node API
Nano Unit Conversion API
Nano Wallets API
Nano Work API