getindexinfo RPC Method
Parameters
index_name
string
Loading...
Returns
txindex
Loading...
synced
Loading...
best_block_height
Loading...
error
Loading...
Request
1curl https://docs-demo.btc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "getindexinfo" }'5
1curl https://docs-demo.btc.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "getindexinfo" }'5
Response
1{2"result": {3"txindex": {4"synced": true,5"best_block_height": 8942016}7},8"error": null,9"id": null10}
1{2"result": {3"txindex": {4"synced": true,5"best_block_height": 8942016}7},8"error": null,9"id": null10}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free