Directory / signals.edge.report
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.
# 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.
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 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…
Gas fee snapshot for Base (and Ethereum when configured): maxFeePerGas and maxPriorityFeePerGas in gwei. Use before submitting an EVM transaction.
Get the current transaction nonce for an EVM wallet on Base (or Ethereum) via eth_getTransactionCount. Use before broadcasting a transaction.
Polymarket odds search: prediction market questions and outcome prices for a query. Use when an agent needs prediction-market probability data.
Full DeFi signal bundle: Hyperliquid funding extremes, HL–Bitget funding spreads, DEX arb edges, and recent Aave liquidation opportunities in one JSON payload.
Hyperliquid funding rate extremes: live perpetual funding APR outliers and which side collects. Use for funding-rate and carry trade signals.
Cross-venue funding spreads: Hyperliquid vs Bitget funding rate differences and suggested legs. Use for funding-spread arbitrage scans.
Token price lookup: USD price, market cap, and volume by CoinGecko id or Base ERC20 contract address. Use for spot token price checks.
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…
Live wallet balance on Base: native ETH, USDC ERC20 balanceOf, and transaction nonce. Optional Ethereum mainnet balances when ETH RPC is configured.