How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Litecoin Blocks API

Block and header retrieval endpoints

Litecoin Blocks API is one of 10 APIs that Litecoin 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, API documentation, and rate-limit docs.

This API exposes 22 operations across 22 paths, and defines 11 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 4 base URLs: http://localhost:9332, http://localhost:19332, http://localhost:19443, https://litecoinspace.org/api.

22 operations 22 paths 11 schemas 22 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
http://localhost:9332
Resource Areas
1

Paths & Operations 22

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

Blocks 22

Block and header retrieval endpoints

GET
/rest/block/{blockHash}.json
Get block with full transaction details (JSON)
getBlockJson 1 param → 200404
GET
/rest/block/{blockHash}.hex
Get block (hex)
getBlockHex 1 param → 200404
GET
/rest/block/{blockHash}.bin
Get block (binary)
getBlockBin 1 param → 200404
GET
/rest/block/notxdetails/{blockHash}.json
Get block without full transaction details (JSON)
getBlockNoTxDetailsJson 1 param → 200404
GET
/rest/block/notxdetails/{blockHash}.hex
Get block without transaction details (hex)
getBlockNoTxDetailsHex 1 param → 200404
GET
/rest/headers/{count}/{blockHash}.json
Get block headers (JSON)
getBlockHeadersJson 2 params → 200404
GET
/rest/headers/{count}/{blockHash}.hex
Get block headers (hex)
getBlockHeadersHex 2 params → 200404
GET
/rest/blockhashbyheight/{height}.json
Get block hash by height (JSON)
getBlockHashByHeightJson 1 param → 200404
GET
/rest/blockhashbyheight/{height}.hex
Get block hash by height (hex)
getBlockHashByHeightHex 1 param → 200404
GET
/block/{hash}
Get block details
getBlock 1 param → 200404
GET
/block/{hash}/header
Get block header
getBlockHeader 1 param → 200404
GET
/block-height/{height}
Get block hash at height
getBlockHashAtHeight 1 param → 200404
GET
/block/{hash}/raw
Get raw block data
getBlockRaw 1 param → 200404
GET
/block/{hash}/status
Get block confirmation status
getBlockStatus 1 param → 200
GET
/blocks/tip/height
Get latest block height
getBlockTipHeight → 200
GET
/blocks/tip/hash
Get latest block hash
getBlockTipHash → 200
GET
/block/{hash}/txid/{index}
Get transaction ID at index in block
getBlockTxid 2 params → 200404
GET
/block/{hash}/txids
Get all transaction IDs in block
getBlockTxids 1 param → 200404
GET
/block/{hash}/txs/{startIndex}
Get block transactions
getBlockTxs 2 params → 200404
GET
/blocks/{startHeight}
Get recent blocks
getBlocks 1 param → 200
GET
/v1/blocks/{startHeight}
Get recent blocks with mining data (v1)
getBlocksV1 1 param → 200
GET
/v1/blocks-bulk/{minHeight}/{maxHeight}
Get bulk range of blocks
getBlocksBulk 2 params → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Block (19 properties), BlockHeader (15 properties), Transaction (13 properties), Block_2 (13 properties). Each schema is shown below with its type and property counts.

BlockHeader
object
15 properties
Transaction
object
13 properties
Block
object
19 properties
BlockNoTxDetails
object
1 property
BlockWithMining
object
1 property
BlockStatus
object
3 properties
TxOutput
object
5 properties
TxStatus
object
4 properties
TxInput
object
8 properties
Transaction_2
object
10 properties
Block_2
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

litecoin-blocks-api-openapi.yml Raw ↑

Other APIs Litecoin publishes across the network.

Litecoin Space WebSocket API
Litecoin Addresses API
Litecoin Blockchain API
Litecoin Fees API
Litecoin JSON-RPC API
Litecoin Mempool API
Litecoin Mining API
Litecoin Transactions API
Litecoin UTXO API
Where this information came from

This is an independent, third-party profile of Litecoin Blocks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.