Directory / gateway-production-2cc2.up.railway.app
Get market cap, 24h volume, ATH, and price change for any token. Note: does NOT return pool depth or slippage — for pre-trade liquidity estimates, use a dedicated orderbook tool.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://gateway-production-2cc2.up.railway.app/tools/token_market_data/call' # -> 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://gateway-production-2cc2.up.railway.app/tools/token_market_data/call'
Endpoint: https://gateway-production-2cc2.up.railway.app/tools/token_market_data/call. Operated by gateway-production-2cc2.up.railway.app, not by Animica. Price and availability were correct at the last probe on 2026-08-30 and are set by the operator, who may change them.
Get total open interest in perpetual futures for a given asset, including 1h and 24h change percentages, long/short ratio, and per-exchange breakdown. Pairs wit…
Get real bid/ask depth and slippage estimates at $10k, $50k, and $250k notional for a trading pair. Returns best bid/ask, spread percentage, and how much slippa…