Developer APIs & Documentation

High-performance REST API endpoints and daemon JSON-RPC proxy for Monero Network.

Swagger Docs ↗

Stealth Addresses & Subaddresses

Inspect Monero standard addresses (4...), subaddresses (8...), key images, and stealth output records.

GET /api/v1/explorer/address/{address}

Dynamic Fees & Nanonero

Real-time dynamic base fee rate per kB (nanonero), priority multiplier guidelines, and fiat conversions.

GET /api/v1/explorer/vitals?chain=xmr

Transactions & RingCT

Retrieve confirmed and mempool transactions with ring size 16 decoys, key images, and Bulletproofs+ verification.

GET /api/v1/explorer/tx/{hash}

Daemon JSON-RPC Proxy

Direct proxy to monerod daemon methods (get_info, get_block, get_transactions, send_raw_transaction).

POST /api/v1/xmr/rpc

Blocks & Tail Emission

Inspect latest verified RandomX blocks, mining pool attribution, block weight, and 0.60 XMR tail emission rewards.

GET /api/v1/explorer/feed/stream

Privacy Assets & Swaps

Access Monero ecosystem assets (Native XMR, Wrapped wXMR BEP-20 / ERC-20 bridges, BTC-XMR atomic swap rates, and P2Pool shares).

GET /api/v1/explorer/tokens
monerod v0.18.3.4

Official Monero Daemon JSON-RPC API Reference

Direct cryptographic daemon methods accessible via POST /json_rpc or our high-speed regional node proxies.

POST /json_rpc → get_info

Retrieve general network information, current block height, difficulty, target hashrate, connections count, and software version.

Auth: None (Public Node)
JSON-RPC Request
{
  "jsonrpc": "2.0",
  "id": "0",
  "method": "get_info"
}
JSON-RPC Response
{
  "id": "0",
  "jsonrpc": "2.0",
  "result": {
    "height": 3217205,
    "difficulty": 389420194852,
    "target": 120,
    "target_height": 3217205,
    "hashrate": 3245168290,
    "status": "OK",
    "mainnet": true,
    "version": "0.18.3.4"
  }
}

Interactive Request Examples

Select language to preview HTTP integration.

curl -X GET "https://xmrscanner.com/api/v1/explorer/vitals?chain=xmr" \
  -H "Accept: application/json"

API Plans & Rate Limits

Plan Tier Rate Limit Daily Quota Networks Pricing
Community Free 10 req / sec 100,000 calls / day Monero Mainnet + Stagenet Free ($0/mo)
Developer Pro 50 req / sec 1,000,000 calls / day Monero Mainnet + Stagenet + Testnet $49 / mo
Monero
$172.50 0.00005 XMR