API Reference

Get Block V2

Returns information about block with transactions, subject to paging.

Note: Blockbook always follows the main chain of the backend it is attached to. If there is a rollback-reorg in the backend, Blockbook will also do rollback. When you ask for block by height, you will always get the main chain block. If you ask for block by hash, you may get the block from another fork but it is not guaranteed (backend may not keep it)

Log in to see full request history
Path Params
string
required

Blockchain name

string
required

Block hash or height

Query Params
integer

specifies page of returned transactions, starting from 1. If out of range, Blockbook returns the closest possible page.

integer

number of transactions returned by call (default and maximum 1000)

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json