Directory / rtt.phoenix-ai.work
Boolean pre-flight check for L2 transaction safety. Returns safe=true/false with reason code. Optimized for high-frequency agent calls before submitting transactions.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://rtt.phoenix-ai.work/api/v1/safe' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://rtt.phoenix-ai.work/api/v1/safe'
Endpoint: https://rtt.phoenix-ai.work/api/v1/safe. Operated by rtt.phoenix-ai.work, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Real-time L2 sequencer health across 12 chains (Base, Arbitrum, Optimism, zkSync, Blast, Linea, Mantle, Mode, Scroll, Taiko, Polygon zkEVM, Casper). Returns ker…