bitcoind.app
CommandsGuidesContact ↗
Home/Util/getindexinfo
Util

getindexinfo

Returns the status of one or all available indices currently running in the node.

Parameters

index_namestringoptional
Filter results for an index with a specific name

Returns

objectIndex information

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"getindexinfo","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "txindex": {
    "synced": true,
    "best_block_height": 840000
  }
}
← Previous
getdescriptorinfo
Next →
signmessagewithprivkey

More Util Commands

createmultisigderiveaddressesestimatesmartfeegetdescriptorinfosignmessagewithprivkeyvalidateaddress

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗