$ man edge-market
edgemarket
Onchain decisions agents can charge for.
NAME
edgemarket — onchain decisions agents can charge for
DESCRIPTION
Token risk, DEX depth, wallet PnL, gas, bridges, NFTs, DAO proposals, Safe multisig — every onchain question an agent asks before transacting.
BUYERS — who calls into this cluster
Onchain trading agents, DAO treasury bots, wallet-analysis tools, NFT marketplaces, agent wallets that need to evaluate before transacting.
WEDGE — why this exists vs. incumbents
Etherscan, Dexscreener, DefiLlama, Reservoir all require keys, dashboards, or rate-limited free tiers. EdgeMarket is the atomic agent-native rewrite.
ENDPOINTS — 64 entries · $0.001 – $0.10 per call
| # | endpoint | description | price | |
|---|---|---|---|---|
| 001 | agent-card-resolve | Resolves an ERC-8004 agentId to its on-chain owner, agentURI, and agent card JSON. | $0.005 | → |
| 002 | arbitrage-spread | Finds the cross-exchange arbitrage spread for any CoinGecko-listed coin. | $0.005 | → |
| 003 | basename-resolve | Resolves Coinbase Basenames (.base.eth) to Ethereum addresses and back, reading the Base mainnet L2 Resolver on-chain (no gas, no wallet). | $0.005 | → |
| 004 | bridge-rates | Compares cross-chain bridge quotes to find the cheapest route between chains, powered by LiFi. | $0.03 | → |
| 005 | cid-fetch alias of ipfs-fetch | Fetches the content behind an IPFS CID and optional path through public gateways, returning text, JSON, or base64 with a 5 MB cap. | $0.005 | → |
| 006 | contract-source alias of contract-source-verified | Returns verified source code and ABI for any deployed contract on Ethereum, Base, Optimism, Arbitrum, or Polygon. | $0.01 | → |
| 007 | contract-source-verified | Fetches verified contract source code and ABI for a deployed contract on Ethereum, Optimism, Polygon, Base, or Arbitrum. | $0.01 | → |
| 008 | crypto-tx-explainer | Ethereum/Base/Arbitrum/Optimism/Polygon transaction explainer. | $0.04 | → |
| 009 | current-balance alias of erc20-balance | Reads a wallet's current ERC-20 token balance with a read-only balanceOf call on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, or Ava… | $0.005 | → |
| 010 | dao-proposal-monitor | Monitors DAO governance proposals on Snapshot.org for any space. | $0.03 | → |
| 011 | defi-llama alias of defi-llama-protocol | DefiLlama API / DeFi TVL protocol lookup. | $0.02 | → |
| 012 | defi-llama-api alias of defi-llama-protocol | Looks up DeFi protocol fundamentals from DefiLlama, resolving protocol TVL, category, chains, token symbol, and protocol metadata. | $0.02 | → |
| 013 | defi-llama-protocol | Looks up any DeFi protocol's TVL and metadata from DefiLlama. | $0.02 | → |
| 014 | defi-tvl alias of defi-llama-protocol | DeFi TVL API / total value locked by protocol. | $0.02 | → |
| 015 | defi-yield-pools | Filters and ranks thousands of DeFi yield-bearing pools by APY across every chain DeFiLlama tracks. | $0.005 | → |
| 016 | defillama alias of defi-llama-protocol | DefiLlama protocol TVL lookup / DeFi protocol metadata. | $0.02 | → |
| 017 | dex-liquidity-depth | Measures DEX liquidity depth by summing TVL across every DefiLlama-tracked yield pool holding a given ERC-20 on Ethereum, Base, Polygon,… | $0.01 | → |
| 018 | ens-resolve | Resolves ENS names in both directions: forward (vitalik.eth to address) and reverse (address to primary ENS). | $0.03 | → |
| 019 | erc20-balance | Reads an ERC-20 token balance on-chain across any supported EVM chain, including Base, Ethereum, Arbitrum, Optimism, and Polygon. | $0.005 | → |
| 020 | erc20-metadata | Reads ERC-20 token metadata: name(), symbol(), decimals(), and totalSupply() in parallel via public RPC on Base, Ethereum, Arbitrum, Opti… | $0.005 | → |
| 021 | eth-logs | Reads on-chain event logs with generic eth_getLogs queries across Base, Ethereum, Arbitrum, Optimism, Polygon, and BSC via public no-auth… | $0.01 | → |
| 022 | flagged-tokens alias of solana-flagged-tokens | Feed of flagged risky Solana tokens: thin liquidity, extreme moves, sell pressure, very new pairs, and missing profile context. | $0.005 | → |
| 023 | funding-rates | Returns perp funding rates for any Binance USD-M futures symbol (BTCUSDT, ETHUSDT, SOLUSDT...): current funding %, mark + index price, ne… | $0.005 | → |
| 024 | gas-api alias of gas-now-base | Estimates blockchain gas fees with EIP-1559 tiers for Base, Ethereum, Optimism, and Arbitrum. | $0.02 | → |
| 025 | gas-fees alias of gas-now-base | Estimates EIP-1559 transaction fees on Base, Ethereum, Optimism, and Arbitrum. | $0.02 | → |
| 026 | gas-now-base | Real-time gas price oracle for Base, Ethereum, Optimism, Arbitrum, and Polygon. | $0.02 | → |
| 027 | gas-price alias of gas-now-base | Estimates current gas prices and EIP-1559 fees on Base, Ethereum, Optimism, and Arbitrum. | $0.02 | → |
| 028 | gas-price-api alias of gas-now-base | Estimates blockchain gas prices: base fee, priority fee tiers, maxFeePerGas, and USD transaction costs for Base, Ethereum, Optimism, and… | $0.02 | → |
| 029 | honeypot-check alias of token-honeypot | Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. | $0.05 | → |
| 030 | hyperliquid-market | Looks up active Hyperliquid markets with mark price, size decimals, max leverage, and margin table id from Hyperliquid's public info API. | $0.001 | → |
| 031 | hyperliquid-perps | Returns Hyperliquid perps market data: active markets, mark prices, size decimals, max leverage, and margin table ids. | $0.005 | → |
| 032 | ipfs alias of ipfs-fetch | Retrieves IPFS content by CID and optional path through public gateways, returning base64, text, or parsed JSON with a 5 MB hard cap. | $0.005 | → |
| 033 | ipfs-api alias of ipfs-fetch | Resolves an IPFS CID and optional path through public gateways, returning text, parsed JSON, or base64 with content type, size, and gatew… | $0.005 | → |
| 034 | ipfs-fetch | Fetches IPFS content by CID through public gateways and returns it as base64, UTF-8 text, or parsed JSON. | $0.005 | → |
| 035 | ipfs-gateway alias of ipfs-fetch | Reads a CID through a fallback chain of public IPFS gateways and returns content type, size, gateway used, and body as base64, text, or JSON. | $0.005 | → |
| 036 | lp-lock-check | Checks whether an LP token's liquidity is locked, useful for detecting rug-pull risk before swapping into a new pair. | $0.01 | → |
| 037 | nft-floor | Gets an NFT collection's floor price and recent sales via Reservoir. | $0.01 | → |
| 038 | price-impact | Estimates price impact and slippage for a DEX swap before you submit it on-chain. | $0.005 | → |
| 039 | protocol-tvl alias of defi-llama-protocol | Looks up a DeFi protocol's total value locked, resolving slugs such as aave, lido, uniswap, makerdao, or curve-dex into current USD TVL,… | $0.02 | → |
| 040 | safe-multisig-status | Reads a Safe (Gnosis Safe) multisig's on-chain state: owners, threshold, and the pending transaction queue. | $0.005 | → |
| 041 | safe-tx-decode | Gnosis Safe execTransaction decoder. | $0.003 | → |
| 042 | solana-flagged-tokens | Feed of recently active Solana tokens flagged for risk from DEX Screener market data. | $0.005 | → |
| 043 | solana-token-safety | Scores the safety of a Solana SPL token from on-chain security signals, returning a 0-100 safety score, grade, flags, and recommendation. | $0.02 | → |
| 044 | solana-token-watchlist | Watchlist of recently profiled and actively boosted Solana tokens with DEX Screener market data. | $0.005 | → |
| 045 | solana-trending-tokens | Ranks trending, actively boosted Solana tokens by liquidity, volume, 24h txns, boost amount, and price movement. | $0.005 | → |
| 046 | stablecoin-monitor | Stablecoin monitor. | $0.005 | → |
| 047 | stablecoin-peg | Stablecoin peg monitor. | $0.005 | → |
| 048 | token-balance alias of erc20-balance | Reads a token balance for any wallet, on the same public-RPC backend as erc20-balance and exposed for agents searching for token-balance… | $0.005 | → |
| 049 | token-burn-stats | Reports token burn stats for any ERC-20 on Ethereum, Base, Polygon, Arbitrum, or Optimism. | $0.005 | → |
| 050 | token-honeypot | Detects whether an ERC-20 token is a honeypot by simulating a buy + sell via honeypot.is. | $0.05 | → |
| 051 | token-honeypot-api alias of token-honeypot | Checks whether a token is a honeypot, testing sellability, buy tax, sell tax, proxy risk, owner risk, and token-trading warnings. | $0.05 | → |
| 052 | token-honeypot-check alias of token-honeypot | Checks whether an ERC-20 token is a honeypot by simulating buy and sell behavior through honeypot.is. | $0.05 | → |
| 053 | token-risk alias of token-risk-score | Composite token risk score: 0-100 built from honeypot.is, GoPlus Security, and Etherscan contract age. | $0.10 | → |
| 054 | token-risk-score | Composite 0-100 security score for any EVM token, built from three independent signals pulled in parallel. | $0.10 | → |
| 055 | token-security alias of token-risk-score | Checks token security by scoring an EVM token with honeypot simulation, GoPlus holder and ownership signals, and Etherscan contract age. | $0.10 | → |
| 056 | token-volatility | Computes historical volatility for any CoinGecko-listed token: log-return standard deviation over the last N days (default 30), annualize… | $0.005 | → |
| 057 | trending alias of solana-trending-tokens | Trending Solana tokens ranked by liquidity, volume, txns, boost activity, and price movement. | $0.005 | → |
| 058 | tx-receipt-decode | Decodes an EVM transaction receipt and every event log from a tx hash. | $0.02 | → |
| 059 | tx-simulate-swap | Simulates a DEX swap before you trade: given (from_token, to_token, amount_in, chain), pulls a routed quote from a free DEX meta-aggregat… | $0.02 | → |
| 060 | wallet-current-balance alias of erc20-balance | Checks a wallet's current ERC-20 token balance, on the same read-only public-RPC backend as erc20-balance. | $0.005 | → |
| 061 | wallet-details | Returns details for an EVM address on Base, Ethereum, Polygon, Arbitrum, or Optimism: best-effort label/category, EOA-vs-contract status,… | $0.005 | → |
| 062 | wallet-label | Identifies well-known EVM addresses: CEX hot/cold wallets, DEX routers, NFT marketplaces, popular MEV bots, bridges, and stablecoins. | $0.005 | → |
| 063 | wallet-pnl | Computes wallet token P&L with FIFO cost basis for any (wallet, ERC-20, chain) triple. | $0.05 | → |
| 064 | watchlist alias of solana-token-watchlist | Solana token watchlist / active token safety watchlist. | $0.005 | → |
INSTALL AS MCP — add to any MCP-aware agent
npx -y @agentutility/mcp-edge-marketFull Claude Desktop / Cursor / Cline configs → /mcp/edge-market/
OTHER CLUSTERS — the portfolio compounds
| cluster | tagline | n | price |
|---|---|---|---|
| prooflayer | Trust + risk scanners for AI-built apps. | 15 | $0.005 – $0.25 |
| edgefinance | TradFi signals at agent prices. | 89 | $0.002 – $0.05 |
| synthforge | Generative media for agents that ship products. | 59 | $0.01 – $0.50 |
| mediakit | One endpoint per format. Pay per call. | 67 | $0.003 – $0.20 |
| wordmint | Named LLM tasks. Minted at a sticker price. | 106 | $0.002 – $0.03 |
| webprobe | Inspect any website. Pay per look. | 145 | $0.001 – $0.10 |
| locale | Geo, weather, civic, identity primitives. | 40 | $0.003 – $0.05 |
| rollforge | The whole tabletop toolkit, one call at a time. | 26 | $0.003 – $0.08 |
| bestiary | A creature compendium for every world. | 6 | $0.01 – $0.08 |
| statline | Sports and stats math, per call. | 1 | $0.003 |
| matchpoint | Dedup and record linkage, per call. | 7 | $0.003 – $0.005 |
| retail | Product copy + product discovery, per call. | 5 | $0.01 – $0.02 |
| compose | One call, several of our endpoints, one settlement. | 58 | $0.02 – $0.10 |
SEE ALSO