For the complete documentation index, see llms.txt. This page is also available as Markdown.

getchaintxstats

This RPC Method calculates data about the total number and rate of transactions in the chain.

post

JSON RPC - getchaintxstats

Authorizations
x-api-keystringRequired
Body
methodstring · enumRequiredPossible values:
Responses
200

Default Response

application/json
resultanyOptional
erroranyOptional
idanyOptional
post/v2/rpc/bitcoin/getchaintxstats
POST /v2/rpc/bitcoin/getchaintxstats HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 40

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

Default Response

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

Last updated