getblockfilter
This RPC Method returns the BIP-157 compact block filter and filter header for a given block.
post
JSON RPC - getblockfilter
Authorizations
Body
methodstring · enumRequiredPossible values:
Responses
200
Default Response
application/json
post
POST /v2/rpc/bitcoin/getblockfilter HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"method": "getblockfilter",
"params": []
}
200
Default Response
{
"result": null,
"error": null,
"id": null
}
Last updated