chainquery Bitcoin getmininginfo RPC is a paid API for AI agents from x402.chainquery.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Returns Bitcoin mining info (difficulty, network hashrate, mempool size, chain) from an independent Bitcoin Core full node via pay-per-call x402 micropayment
chainquery Bitcoin RPC: pay-per-call Bitcoin Core over x402, no API key. Mining-related info from chainquery's independent full node: difficulty, network hashrate, mempool, and chain. Bitcoin Core getmininginfo.
A JSON object with the getmininginfo result containing fields like blocks (current block height), currentblockweight, currentblocktx, difficulty (current mining difficulty), networkhashps (estimated network hashes per second), pooledtx (mempool transaction count), chain (mainnet/testnet), and warnings.
GEThttps://x402.chainquery.com/v1/rpc/getmininginfoUse this endpoint when you need real-time Bitcoin mining statistics (difficulty, hashrate, mempool) from an independent full node without needing an API key — ideal for agents that want trustless, pay-as-you-go access via x402 micropayments rather than subscription-based Bitcoin data APIs.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"params": "[]"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"result": {
"chain": "main",
"blocks": 954197,
"pooledtx": 6085,
"warnings": [],
"difficulty": 124932866006548.2,
"networkhashps": 863264396973721600000
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"