The AncientPantheon · Read & Relay Constructor
Pythia
The all-seeing gateway.
One endpoint per chain for pooled, failover-safe blockchain transport — read any chain, broadcast your own signed transactions, and poll their status. Keyless — Pythia never holds keys and never signs; it only relays what you give it.
Chains
One keyless out-point per chain — node pool, dirty read, broadcast, poll. Pick a chain.
Activity
Aggregate usage across the gateway — reads, broadcasts, and polls. Attributed by consumer, never per request.
Loading activity…
Public aggregate view · GET /stats
For developers
One base URL, one keyless surface, the same shape on every chain.
npm install @ancientpantheon/pythia-client
Point the SDK at https://pythia.ancientholdings.eu — one base
URL, the same shape on every chain. GET endpoints are clickable.
- GET
/healthzservice + node-pool status - GET
/statsaggregate usage - GET
/api/v1/connectorsconnector directory - POST
/{chain}/readdirty read — caller supplies Pact code - POST
/{chain}/sendkeyless broadcast — relay caller-signed txs - POST
/{chain}/polltx status — pending vs final + depth
Registered connectors pass their key as an x-pythia-key
header so their usage is attributed by name in Activity.
Connectors
Ecosystem apps that read through Pythia.
No connectors listed yet.