Blocks

Returns a paginated list of blocks from the chain

get/blocks

Query parameters

afternumber

An object identifier to use as a cursor pagination to fetch records after

beforenumber

An object identifier to use as a cursor pagination to fetch records before

limitnumber

A limit on the number of objects to return between 1 and 100

mainboolean

Whether to include only main-chain or non-main-chain blocks

searchstring

Keyword search filter

sequence_gtenumber

Greater than or equal to filter for Block sequence

sequence_ltnumber

Less than filter for Block sequence

transaction_idnumber

Unique Transaction identifier

with_transactionsboolean

Whether to include transactions in the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.