TAO Signal API LIVE
Quantum-secured signal infrastructure · signals.paraxiom.org · Back to home
Public Endpoints (No Auth)
GET/api/subnets
TAO/Bittensor subnet data: emissions, stake, neuron count, tempo. Returns top subnets sorted by emission.
curl https://signals.paraxiom.org/api/subnets
Try it
GET/api/agents/discover
Machine-readable API capabilities, X402 payment configuration, available endpoints. Designed for autonomous agent integration.
curl https://signals.paraxiom.org/api/agents/discover
Try it
GET/api/agents/pricing
Endpoint costs in TAO/USDC with volume discounts. Multi-chain settlement: TAO, Base, Polygon, Solana.
curl https://signals.paraxiom.org/api/agents/pricing
Try it
GET/api/agents/demo
Free sample data with attestation envelopes. Use this to test integration before enabling X402 payments.
curl https://signals.paraxiom.org/api/agents/demo
Try it
Attestation
Every response includes a cryptographic attestation envelope with SPHINCS+-256s post-quantum signatures. Attestation hashes are anchored on the QuantumHarmony blockchain for third-party verification.
{
"attestation": {
"hash": "sha256:a3f2c1e8...",
"algorithm": "SPHINCS+-256s",
"blockchain_tx": "0x7b9e4d2f..."
}
}
X402 Payment Protocol
Premium endpoints return HTTP 402 with payment instructions. Agents settle automatically via the X-402-Payment header. No subscriptions, no API keys — trust as a metered utility.
GET /api/signals/premium
→ HTTP 402 Payment Required
→ X-402-Price: 0.00025 TAO
→ X-402-Chains: TAO,Base,Polygon,Solana
# Pay and retry:
GET /api/signals/premium
X-402-Payment: <tx_hash>
→ HTTP 200 OK + attested data