Skip to content
Alchemy Logo

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-demo

For higher throughput, create your own API key

stringrequired

Block height (integer) or block hash (hex string).

Query Parameters

integeroptionaldefaults to 1

integeroptionaldefaults to 1000

Responses

200

Block details with paginated transactions.

400

Malformed request.

404

Resource not found on the requested network.

Was this page helpful?