MyRxWallet · Chain 8472
The ledger that never asks you to trust us.
Chain 8472 is the transparency floor MyRxWallet's authorization claims stand on — every consent grant, revocation, and credential event is written here, immutably, and anyone can check it directly. This endpoint is how. No account, no permission, no asking.
Block Height
…
connecting
RPC Latency
…
this request
What this chain is for
Chain 8472 handles consent, revocation, credential verification, and asset management — the authorization side of MyRxWallet.
Connect to it
RPC Endpoint
https://rpc.myrxwallet.io
Add to a wallet
Network Name: MyRx Network
Chain ID: 8472
RPC URL: https://rpc.myrxwallet.io
Query it directly
Standard JSON-RPC over POST. No key required for read calls.
Example — check the chain is who it says it is
curl -X POST https://rpc.myrxwallet.io \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
→ {"jsonrpc":"2.0","id":1,"result":"0x2118"} // 0x2118 = 8472
Why this page exists
- A free, rate-limited public tier so the transparency claim is checkable by anyone — no gatekeeping on read access
- The same endpoint that verifies a consent record can verify itself — you don't have to take MyRxWallet's word for what's on this chain
- Rate limit: 100 requests/min per IP, burst 50. For sustained programmatic access, get in touch