Animica x402 Directory

Directory / lotusnetworkapi.com

lotusnetworkapi.com/api/v1/gas/preflight

Read-only Base L2 gas conditions computed directly from chain data: current base fee, recent percentiles, realised volatility, congestion state, and an 80% forecast range for a chosen horizon. This is supporting context for timing a transaction, not a trade instruction. Every figure is reproducible from public Base RPC data.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://lotusnetworkapi.com/api/v1/gas/preflight'

# -> 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://lotusnetworkapi.com/api/v1/gas/preflight'

Endpoint: https://lotusnetworkapi.com/api/v1/gas/preflight. Operated by lotusnetworkapi.com, 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.

Other endpoints on lotusnetworkapi.com

lotusnetworkapi.com/api/v1/gas/decision

Records an agent decision (execute now, or wait) against a fresh forecast snapshot and returns a decision_id plus the block at which the outcome becomes checkab…

POST · $0.003

lotusnetworkapi.com/api/v1/generate-image

Text-to-image generation powered by FLUX.2 [pro]. Send a prompt, get back a 1024x1024 image as base64 JSON or raw bytes, plus a durable direct URL. No API key o…

GET · $0.08

lotusnetworkapi.com/api/v1/video

Text-to-video and image-to-video generation at 1080p, up to five seconds. Returns a job id immediately; poll the free status endpoint until it completes, then c…

POST · $1.5

All 4 endpoints on lotusnetworkapi.com →