Skip to main content
GET
Blocks by DAA score range

Cost

This endpoint costs 1 RU (Request Units) per call.

Authorizations

x-api-key
string
header
required

API key required for authentication. Get your API key at https://developer.kas.fyi

Path Parameters

daa_score_start
number
required

Starting DAA score value for the range query (inclusive)

Example:

199879592

daa_score_end
number

Ending DAA score value for the range query (inclusive). If not provided, defaults to daa_score_start.

Maximum range size is 100.

Example:

199879592

Query Parameters

chain_blocks_only
boolean

Filter to include only Virtual Selected Parent Chain (VSPC) blocks. Default is false.

Example:

false

include_transactions
boolean

Whether to include transactions. Default is false.

Example:

true

include_payload
boolean

Whether to include the payload of the transaction. Only effective when include_transactions is true. Default is false.

Example:

false

Response

200 - application/json

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.

blocks
object[]
required

The list of blocks

transactions
object[]
required

All transactions in blocks