Blocks by DAA score range
Retrieve list of blocks with given daa score range. Both start and end are inclusive. The maximum difference allowed between start and end for the same request is 100.
Documentation Index
Fetch the complete documentation index at: https://docs.kas.fyi/llms.txt
Use this file to discover all available pages before exploring further.
Cost
This endpoint costs 1 RU (Request Units) per call.Authorizations
API key required for authentication. Get your API key at https://developer.kas.fyi
Path Parameters
Starting DAA score value for the range query (inclusive)
199879592
Ending DAA score value for the range query (inclusive). If not provided, defaults to daa_score_start.
Maximum range size is 100.
199879592
Query Parameters
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
Response
Array of blocks and transactions within the specified DAA score range.
Transactions are returned in a separate flat array rather than nested within blocks, as the same transaction can appear in multiple blocks.