Retrieve a list of blocks within the specified blue score range. Both start and end blue scores are inclusive.
Maximum range size is 100 blocks per request.
API key required for authentication. Get your API key at https://developer.kas.fyi
Starting blue score value for the range query (inclusive)
198182682
Ending blue score value for the range query (inclusive). If not provided, defaults to blue_score_start.
Maximum range size is 100 blocks.
198182682
Filter to include only Virtual Selected Parent Chain (VSPC) blocks. Default is false.
false
Whether to include transactions. Default is false.
true
Whether to include the payload of the transaction. Only effective when include_transactions is true. Default is false.
false
Array of blocks and transactions within the specified blue score range.
Transactions are returned in a separate flat array rather than nested within blocks, as the same transaction can appear in multiple blocks.