Block and transaction

Block information

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.

Get last block info

get
/block/
Responses
200

successful operation

*/*
Responsestring

Last block number

get
/block/
200

successful operation

Get Block info and Transaction ID in block

get
/block/{block}
Path parameters
blockstringRequired

Block number or Block HASH

Responses
200

successful operation

*/*
get
/block/{block}

Get Transaction info

get
/transaction/{transaction_id}
Path parameters
transaction_idstringRequired

Transaction ID

Responses
200

successful operation

*/*
get
/transaction/{transaction_id}

Last updated