getblockfilter
Returns the BIP 157 content filter for a specified block. Requires the blockfilterindex to be enabled.
Path Parameters
apiKey
Request
This endpoint expects an object.
blockhash
The hash of the block.
filtertype
The type name of the filter. Currently only 'basic' is supported.
Allowed values:
Response
The block filter details.
filter
The hex-encoded filter data.
header
The hex-encoded filter header.