Skip to content
Alchemy Logo

getblockfilter

POST
/{apiKey}

Returns the BIP 157 content filter for a specified block. Requires the blockfilterindex to be enabled.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^[a-fA-F0-9]{64}$"required

The hash of the block.

enumoptionaldefaults to basic

The type name of the filter. Currently only 'basic' is supported.

Defaults to "basic".

Allowed values:

Responses

200

The block filter details.

Was this page helpful?