Get Block
GET
/{apiKey}/api/v2/block/{block}
Returns information about a block on Litecoin, including transactions, by block hash or block height. Results are paginated.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
stringrequired
Block height (integer) or block hash (hex string).
Query Parameters
integeroptionaldefaults to
1integeroptionaldefaults to
1000Responses
200
Block details with paginated transactions.
400
Malformed request.
404
Resource not found on the requested network.
Was this page helpful?