Documentation

Monero REST API service for stagenet uses the tx.taxi chain contract. Endpoints return chain envelopes and manifest-declared capabilities rather than Bitcoin-shaped payloads. Live and entity payloads advertise contractFamily: utxo-private and privacyModel: ringct-hidden-amounts.

GET /api/v1/chains Monero
Endpoint

GET /api/v1/chains

Description

List registered tx.taxi chains, networks, capabilities, assets, and API-doc pointers.

GET /api/v1/chains/xmr Monero
Endpoint

GET /api/v1/chains/xmr

Description

Return the Monero manifest.

GET /api/v1/chains/xmr/stagenet/status Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/status

Description

Return configured source health for Monero stagenet.

GET /api/v1/chains/xmr/stagenet/snapshot Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/snapshot

Description

Return the chain live snapshot envelope used by the realtime relay.

GET /api/v1/chains/xmr/stagenet/archive/status Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/archive/status

Description

Return archive ingestion, backfill cursor, completion, and maintenance runtime status.

GET /api/v1/chains/xmr/stagenet/transactions/:txid Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/transactions/:txid

Description

Return a chain entity envelope for a public transaction.

GET /api/v1/chains/xmr/stagenet/transactions/recent?limit=50 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/transactions/recent?limit=50

Description

Return recent public mempool transaction summaries through the chain contract.

GET /api/v1/chains/xmr/stagenet/transactions/history?limit=50&page=1 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/transactions/history?limit=50&page=1

Description

Return archive-backed public transaction summaries when the active chain adapter has archive storage configured.

GET /api/v1/chains/xmr/stagenet/blocks/recent?limit=25&page=1 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/blocks/recent?limit=25&page=1

Description

Return paged public block summaries through the chain contract.

GET /api/v1/chains/xmr/stagenet/blocks/history?limit=25&page=1 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/blocks/history?limit=25&page=1

Description

Return archive-backed public block summaries when the active chain adapter has archive storage configured.

GET /api/v1/chains/xmr/stagenet/blocks/recent/fee-stats?limit=25&page=1 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/blocks/recent/fee-stats?limit=25&page=1

Description

Return chain-native public block fee stats through the chain contract.

GET /api/v1/chains/xmr/stagenet/blocks/history/fee-stats?limit=25&page=1 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/blocks/history/fee-stats?limit=25&page=1

Description

Return archive-backed chain-native public block fee stats when stored by the active chain adapter.

GET /api/v1/chains/xmr/stagenet/blocks/:id Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/blocks/:id

Description

Return a chain entity envelope for a public block by hash or height.

GET /api/v1/chains/xmr/stagenet/fees/recommended Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/fees/recommended

Description

Return chain-native fee estimates through the chain contract.

GET /api/v1/chains/xmr/stagenet/mining/pools/history?limit=25 Monero
Endpoint

GET /api/v1/chains/xmr/stagenet/mining/pools/history?limit=25

Description

Return best-effort mining pool history through the chain contract.

POST /api/v1/chains/xmr/stagenet/tx-proof/check Monero
Endpoint

POST /api/v1/chains/xmr/stagenet/tx-proof/check

Description

Verify public tx-proof material. Private view/spend keys are not accepted.

Private view keys never leave the browser. Reveal and scan flows use browser-local WASM and are not exposed as REST endpoints.