Animica x402 Directory

Directory / signals.edge.report

signals.edge.report/v1/wallet/full

Live wallet balance bundle for agents: native ETH + USDC ERC20 balances + nonce on Base (and Ethereum when configured) plus current gas fees in one call. Use instead of separate balance and gas lookups.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://signals.edge.report/v1/wallet/full'

# -> 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://signals.edge.report/v1/wallet/full'

Endpoint: https://signals.edge.report/v1/wallet/full. Operated by signals.edge.report, 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 signals.edge.report

signals.edge.report/v1/brief

Crypto news brief for agents: ranked headlines with source URLs and heuristic sentiment. Topics: crypto, base, defi. Fresh research digest without a search API …

GET · $0.001

signals.edge.report/v1/erc20-balance

Get ERC20 token balance for any wallet and token contract on Base (or Ethereum). Returns balance, decimals, and symbol via balanceOf. Use for live ERC20 holding…

GET · $0.001

signals.edge.report/v1/gas

Gas fee snapshot for Base (and Ethereum when configured): maxFeePerGas and maxPriorityFeePerGas in gwei. Use before submitting an EVM transaction.

GET · $0.001

signals.edge.report/v1/nonce

Get the current transaction nonce for an EVM wallet on Base (or Ethereum) via eth_getTransactionCount. Use before broadcasting a transaction.

GET · $0.001

signals.edge.report/v1/polymarket

Polymarket odds search: prediction market questions and outcome prices for a query. Use when an agent needs prediction-market probability data.

GET · $0.001

signals.edge.report/v1/signals

Full DeFi signal bundle: Hyperliquid funding extremes, HL–Bitget funding spreads, DEX arb edges, and recent Aave liquidation opportunities in one JSON payload.

GET · $0.002

signals.edge.report/v1/signals/funding

Hyperliquid funding rate extremes: live perpetual funding APR outliers and which side collects. Use for funding-rate and carry trade signals.

GET · $0.001

signals.edge.report/v1/signals/spreads

Cross-venue funding spreads: Hyperliquid vs Bitget funding rate differences and suggested legs. Use for funding-spread arbitrage scans.

GET · $0.001

signals.edge.report/v1/token

Token price lookup: USD price, market cap, and volume by CoinGecko id or Base ERC20 contract address. Use for spot token price checks.

GET · $0.001

signals.edge.report/v1/token-risk

Token risk / honeypot check for agents: is_honeypot, sell/buy taxes, blacklist, owner powers, and a clear avoid|caution|ok verdict for an ERC20 contract on Base…

GET · $0.01

signals.edge.report/v1/wallet

Live wallet balance on Base: native ETH, USDC ERC20 balanceOf, and transaction nonce. Optional Ethereum mainnet balances when ETH RPC is configured.

GET · $0.001

All 12 endpoints on signals.edge.report →