signals.edge.report publishes 12 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.01 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/brief | GET | $0.001 | 402 |
| /v1/erc20-balance | GET | $0.001 | 402 |
| /v1/gas | GET | $0.001 | 402 |
| /v1/nonce | GET | $0.001 | 402 |
| /v1/polymarket | GET | $0.001 | 402 |
| /v1/signals | GET | $0.002 | 402 |
| /v1/signals/funding | GET | $0.001 | 402 |
| /v1/signals/spreads | GET | $0.001 | 402 |
| /v1/token | GET | $0.001 | 402 |
| /v1/token-risk | GET | $0.01 | 402 |
| /v1/wallet | GET | $0.001 | 402 |
| /v1/wallet/full | GET | $0.005 | 402 |
Crypto news brief for agents: ranked headlines with source URLs and heuristic sentiment. Topics: crypto, base, defi. Fresh research digest without a search API key.
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 holdings checks without an API key.
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, Ethereum, BSC, Arbitrum, Optimism, or …
Live wallet balance on Base: native ETH, USDC ERC20 balanceOf, and transaction nonce. Optional Ethereum mainnet balances when ETH RPC is configured.
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 lookup…