UNIVERSAL API ENDPOINTS
21 endpoints across 5 grids. Cryptographic proofs, finality verification, event indexing, oracle pricing, and trading signals — all under one SuperRoot.
Core Proofs
The SuperRoot is Taifoon's global anchor — a single hash binding every chain's MMR tree into one cryptographic root. Every proof traces back here.
curl https://taifoon.io/v5/superrootcurl https://taifoon.io/api/v5/proof/blob/1/21000000curl https://taifoon.io/api/mmr/superroot/breakdownProof Types
Three proof primitives cover every on-chain action: transaction inclusion (MPT), event/receipt proofs (log-level), and protocol order bundles (multi-step).
curl https://taifoon.io/v5/proof/tx/1/0xabc...defcurl https://taifoon.io/v5/proof/event/137/65000000/12/0curl https://taifoon.io/api/lambda/proof-bundle/ord_0x3f...curl https://taifoon.io/api/tx/1/0xabc...def/with-proofcurl https://taifoon.io/api/chain/1/block/21000000/receiptsFinality
From Ethereum PoS checkpoints to Solana Tower BFT to GRANDPA parachains. Each chain's finality proof confirms irreversibility with chain-native evidence.
curl https://taifoon.io/api/spinner/para-finalitycurl https://taifoon.io/api/spinner/commitment/1curl https://taifoon.io/api/mmr/chain/1/block/21000000/proofLambda Orders
Track cross-chain protocol orders from source lock through destination execution. Every step gets a V5 proof bundle for trustless settlement.
curl https://taifoon.io/v5/orders/decoded?limit=5curl https://taifoon.io/api/lambda/delivery-trace/ord_0x3f...curl https://taifoon.io/api/lambda/t3rn/orders/statsSignals & Trading
Complete trading signal surface for AI agents: SSE streams for launches and arbitrage, credit-metered oracle pull API, DEX sniper signals with quality scores, token watch alerts (whale, dump, wind-up), and universal bloom search.
curl -N https://taifoon.io/signals/launchescurl -N https://taifoon.io/signals/arbcurl https://taifoon.io/jobs/signals/sniper/all/statscurl -H 'X-Taifoon-Key: ...' https://taifoon.io/api/oracle/signals?signal_type=token_launch&limit=10curl -N https://taifoon.io/api/token-watch/alerts/streamcurl https://taifoon.io/api/dex/launches/8453curl -X POST https://taifoon.io/bloom/query -d '{"address":"0x..."}'