getblockstats

This RPC Method calculates per block statistics for a given window.

post

JSON RPC - getblockstats

Authorizations
Body
methodstring · enumRequiredPossible values:
Responses
200

Default Response

application/json
post
POST /v2/rpc/bitcoin/getblockstats HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38

{
  "method": "getblockstats",
  "params": []
}
200

Default Response

{
  "result": null,
  "error": null,
  "id": null
}

Last updated