{"schema_version":"1.0","name":"agenticfi-api","description":"DeFi APIs for AI agents. 36 pay-per-call endpoints for token data, pricing, wallet analytics, swap routing, and on-chain workflows. Powered by x402 on Base.","tools":[{"name":"token_price_idOrSymbol","description":"Real-time token price by CoinGecko ID or symbol - includes 24h change, volume, market cap","inputSchema":{"pathParams":{"idOrSymbol":{"type":"string","description":"CoinGecko ID or common symbol.\nTry one of these 10 examples: bitcoin, ethereum, solana, chainlink, uniswap, aave, maker, dogecoin, pepe, arbitrum\nSymbol examples: BTC, ETH, SOL, LINK, UNI, AAVE, MKR, DOGE, PEPE, ARB","required":true}}},"x402":{"method":"GET","path":"/api/token/price/:idOrSymbol","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_price-history_id","description":"OHLCV candles for a token - supports 1d, 7d, 14d, 30d, 90d, 365d ranges","inputSchema":{"pathParams":{"id":{"type":"string","description":"CoinGecko token ID.\nTry one of these 10 examples: bitcoin, ethereum, solana, chainlink, uniswap, aave, maker, dogecoin, pepe, arbitrum","required":true}},"queryParams":{"days":{"type":"string","description":"Number of days (1, 7, 14, 30, 90, 365)","required":false}}},"x402":{"method":"GET","path":"/api/token/price-history/:id","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_info_address","description":"EVM token info by contract address or native asset - metadata, realtime price, supply fields, logo, and optional historical prices","inputSchema":{"pathParams":{"address":{"type":"string","description":"ERC-20 contract address or 'native' for the chain-native asset.\nExamples: native, 0x833589fCD6EDB6E08f4c7C32D4f71b54bdA02913 (Base USDC), 0x4200000000000000000000000000000000000006 (Base WETH), 0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca (Base USDbC)","required":true}},"queryParams":{"chain_ids":{"type":"string","description":"Required single chain ID, e.g. '8453'","required":true},"historical_prices":{"type":"string","description":"Comma-separated hour offsets, up to 3 values, e.g. '720,168,24'","required":false},"limit":{"type":"string","description":"Maximum number of token rows to return, 1-100","required":false},"offset":{"type":"string","description":"Pagination cursor returned in next_offset","required":false},"chain":{"type":"string","description":"Legacy gateway alias for a single chain name, mapped to chain_ids","required":false}}},"x402":{"method":"GET","path":"/api/token/info/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_holders_chainId_address","description":"ERC-20 token holders by chain - ranked by balance descending with first-acquired and transfer-initiation flags","inputSchema":{"pathParams":{"chainId":{"type":"string","description":"Required EVM chain ID, e.g. '8453' for Base","required":true},"address":{"type":"string","description":"ERC-20 token contract address.\nExample: 0x833589fCD6EDB6E08f4c7C32D4f71b54bdA02913","required":true}},"queryParams":{"limit":{"type":"string","description":"Maximum number of holders to return, 1-500","required":false},"offset":{"type":"string","description":"Pagination cursor returned in next_offset","required":false}}},"x402":{"method":"GET","path":"/api/token/holders/:chainId/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_metadata_id","description":"Token metadata - name, symbol, decimals, logo, chains, links","inputSchema":{"pathParams":{"id":{"type":"string","description":"CoinGecko token ID.\nTry one of these 10 examples: bitcoin, ethereum, solana, chainlink, uniswap, aave, maker, dogecoin, pepe, arbitrum","required":true}}},"x402":{"method":"GET","path":"/api/token/metadata/:id","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_trending","description":"Top trending tokens by search volume and social activity","inputSchema":{},"x402":{"method":"GET","path":"/api/token/trending","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_supply_id","description":"Circulating, total, max supply + FDV for a token","inputSchema":{"pathParams":{"id":{"type":"string","description":"CoinGecko token ID.\nTry one of these 10 examples: bitcoin, ethereum, solana, chainlink, uniswap, aave, maker, dogecoin, pepe, arbitrum","required":true}}},"x402":{"method":"GET","path":"/api/token/supply/:id","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"token_pairs_id","description":"All DEX pairs for a token with liquidity data","inputSchema":{"pathParams":{"id":{"type":"string","description":"CoinGecko token ID or EVM contract address.\nTry CoinGecko IDs like: bitcoin, ethereum, solana, chainlink, uniswap, aave, maker, dogecoin, pepe, arbitrum\nContract address example: 0x833589fCD6EDB6E08f4c7C32D4f71b54bdA02913","required":true}}},"x402":{"method":"GET","path":"/api/token/pairs/:id","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_protocol-tvl","description":"TVL by protocol - top 50 or specific protocol with chain breakdown","inputSchema":{"queryParams":{"protocol":{"type":"string","description":"Protocol slug (e.g. 'aave', 'uniswap')","required":false}}},"x402":{"method":"GET","path":"/api/defi/protocol-tvl","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_yields","description":"Top yield pools across all protocols and chains - sorted by APY","inputSchema":{"queryParams":{"chain":{"type":"string","description":"Filter by chain name","required":false},"minTvl":{"type":"string","description":"Minimum TVL in USD","required":false}}},"x402":{"method":"GET","path":"/api/defi/yields","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_pool-details_poolId","description":"Detailed pool info - APY history, TVL, IL risk, reward tokens","inputSchema":{"pathParams":{"poolId":{"type":"string","description":"DeFi Llama pool ID","required":true}}},"x402":{"method":"GET","path":"/api/defi/pool-details/:poolId","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_lending-rates","description":"Supply & borrow rates across Aave, Compound, Morpho, Spark","inputSchema":{},"x402":{"method":"GET","path":"/api/defi/lending-rates","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_stablecoin-stats","description":"Stablecoin market caps, peg deviations, circulating supply by chain","inputSchema":{},"x402":{"method":"GET","path":"/api/defi/stablecoin-stats","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_dex-volume","description":"24h DEX trading volume by chain and protocol","inputSchema":{"queryParams":{"chain":{"type":"string","description":"Chain name filter","required":false}}},"x402":{"method":"GET","path":"/api/defi/dex-volume","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"defi_protocol-fees","description":"Revenue and fees by protocol - daily fees and protocol revenue","inputSchema":{"queryParams":{"protocol":{"type":"string","description":"Protocol slug","required":false}}},"x402":{"method":"GET","path":"/api/defi/protocol-fees","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_balances_address","description":"EVM token balances for a wallet - native + ERC-20 with Sim pricing, warnings, pagination, and optional historical prices","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain_ids":{"type":"string","description":"Sim chain IDs and/or tags, e.g. '1,8453' or 'default'","required":false},"filters":{"type":"string","description":"Filter balances by asset type: 'erc20' or 'native'","required":false},"asset_class":{"type":"string","description":"Asset class filter, e.g. 'stablecoin'","required":false},"metadata":{"type":"string","description":"Comma-separated extra metadata fields: 'logo', 'url', 'pools'","required":false},"exclude_spam_tokens":{"type":"string","description":"Set to 'true' to exclude tokens with less than $100 liquidity","required":false},"historical_prices":{"type":"string","description":"Comma-separated hour offsets, up to 3 values, e.g. '720,168,24'","required":false},"offset":{"type":"string","description":"Pagination cursor returned in next_offset","required":false},"limit":{"type":"string","description":"Maximum number of balances to return, 1-1000","required":false},"chain":{"type":"string","description":"Legacy gateway alias for a single chain name, mapped to chain_ids","required":false}}},"x402":{"method":"GET","path":"/api/wallet/balances/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_activity_address","description":"EVM wallet activity feed - newest-first transfers, swaps, approvals, NFT movements, and decoded contract calls","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain_ids":{"type":"string","description":"Sim chain IDs and/or tags, e.g. '1,8453' or 'default'","required":false},"offset":{"type":"string","description":"Pagination cursor returned in next_offset","required":false},"limit":{"type":"string","description":"Maximum number of activity items to return, 1-100","required":false},"token_address":{"type":"string","description":"Filter by one or more token contract addresses","required":false},"activity_type":{"type":"string","description":"Comma-separated activity types: send, receive, mint, burn, swap, approve, call","required":false},"asset_type":{"type":"string","description":"Comma-separated asset standards: native, erc20, erc721, erc1155","required":false},"chain":{"type":"string","description":"Legacy gateway alias for a single chain name, mapped to chain_ids","required":false}}},"x402":{"method":"GET","path":"/api/wallet/activity/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_transactions_address","description":"EVM transactions for a wallet - raw transaction fields, gas data, pagination, and optional decoded calldata and logs","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain_ids":{"type":"string","description":"Sim chain IDs and/or tags, e.g. '1,8453' or 'default'","required":false},"limit":{"type":"string","description":"Maximum number of transactions to return, 1-100","required":false},"offset":{"type":"string","description":"Pagination cursor returned in next_offset","required":false},"decode":{"type":"string","description":"Set to 'true' to include decoded transaction calldata and logs when available","required":false},"chain":{"type":"string","description":"Legacy gateway alias for a single chain name, mapped to chain_ids","required":false}}},"x402":{"method":"GET","path":"/api/wallet/transactions/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_history_address","description":"Transaction history - decoded actions with method labels","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain":{"type":"string","description":"Chain key","required":false}}},"x402":{"method":"GET","path":"/api/wallet/history/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_collectibles_address","description":"EVM collectibles for a wallet - ERC-721 and ERC-1155 holdings with spam filtering, pagination, and optional spam score explanations","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain_ids":{"type":"string","description":"Sim chain IDs and/or tags, e.g. '1,8453' or 'default'","required":false},"offset":{"type":"string","description":"Pagination cursor returned in next_offset","required":false},"limit":{"type":"string","description":"Maximum number of entries to return, 1-2500","required":false},"filter_spam":{"type":"string","description":"Set to 'false' to include collectibles flagged as spam","required":false},"show_spam_scores":{"type":"string","description":"Set to 'true' to include spam_score and explanations fields","required":false},"chain":{"type":"string","description":"Legacy gateway alias for a single chain name, mapped to chain_ids","required":false}}},"x402":{"method":"GET","path":"/api/wallet/collectibles/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_nfts_address","description":"NFTs held by a wallet - collection, floor price, metadata","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain":{"type":"string","description":"Chain key","required":false}}},"x402":{"method":"GET","path":"/api/wallet/nfts/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"wallet_defi-positions_address","description":"Active DeFi positions - lending, LP, staking across protocols","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"chain":{"type":"string","description":"Chain key","required":false}}},"x402":{"method":"GET","path":"/api/wallet/defi-positions/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"swap_quote","description":"Best swap route + price across DEX aggregators via LI.FI","inputSchema":{"queryParams":{"fromChain":{"type":"string","description":"Source chain ID","required":true},"toChain":{"type":"string","description":"Destination chain ID","required":true},"fromToken":{"type":"string","description":"Source token address","required":true},"toToken":{"type":"string","description":"Destination token address","required":true},"fromAmount":{"type":"string","description":"Amount in smallest unit","required":true},"fromAddress":{"type":"string","description":"Sender wallet address","required":true}}},"x402":{"method":"GET","path":"/api/swap/quote","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"bridge_quote","description":"Cross-chain bridge quote - route, fee, ETA via LI.FI","inputSchema":{"queryParams":{"fromChain":{"type":"string","description":"Source chain ID","required":true},"toChain":{"type":"string","description":"Destination chain ID","required":true},"fromToken":{"type":"string","description":"Source token address","required":true},"toToken":{"type":"string","description":"Destination token address","required":true},"fromAmount":{"type":"string","description":"Amount in smallest unit","required":true},"fromAddress":{"type":"string","description":"Sender wallet address","required":true}}},"x402":{"method":"GET","path":"/api/bridge/quote","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"gas_prices","description":"Gas prices across EVM chains - fast, standard, slow in gwei","inputSchema":{"queryParams":{"chain":{"type":"string","description":"Chain name (ethereum, base, arbitrum, etc.)","required":false}}},"x402":{"method":"GET","path":"/api/gas/prices","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"gas_estimate","description":"Gas estimate for a transaction type - transfer, swap, bridge, mint, etc.","inputSchema":{"queryParams":{"chain":{"type":"string","description":"Chain name","required":true},"txType":{"type":"string","description":"Transaction type (transfer, erc20_transfer, swap_simple, bridge, nft_mint, lending_deposit, etc.)","required":true}}},"x402":{"method":"GET","path":"/api/gas/estimate","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"swap_slippage-check","description":"Simulated swap to detect MEV/sandwich risk and actual slippage","inputSchema":{"queryParams":{"fromToken":{"type":"string","description":"Source token address","required":true},"toToken":{"type":"string","description":"Destination token address","required":true},"amount":{"type":"string","description":"Amount to swap","required":true},"chain":{"type":"string","description":"Chain name","required":false}}},"x402":{"method":"GET","path":"/api/swap/slippage-check","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"bridge_status","description":"Track a bridge transaction - pending, confirmed, complete","inputSchema":{"queryParams":{"txHash":{"type":"string","description":"Source chain transaction hash","required":true},"bridge":{"type":"string","description":"Bridge tool name","required":true},"fromChain":{"type":"string","description":"Source chain ID","required":true},"toChain":{"type":"string","description":"Destination chain ID","required":true}}},"x402":{"method":"GET","path":"/api/bridge/status","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"analytics_chain-stats","description":"Chain-level stats - TVL, active chains, token symbols","inputSchema":{},"x402":{"method":"GET","path":"/api/analytics/chain-stats","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"chain_supported","description":"List all supported chains with RPCs, explorers, native tokens","inputSchema":{},"x402":{"method":"GET","path":"/api/chain/supported","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"chain_token-list_chainId","description":"Canonical token addresses and metadata per chain","inputSchema":{"pathParams":{"chainId":{"type":"string","description":"Chain ID or key","required":true}}},"x402":{"method":"GET","path":"/api/chain/token-list/:chainId","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"chain_block-height_chain","description":"Latest block number for a chain","inputSchema":{"pathParams":{"chain":{"type":"string","description":"Chain name (ethereum, base, etc.)","required":true}}},"x402":{"method":"GET","path":"/api/chain/block-height/:chain","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"social_token-mentions_symbol","description":"Social volume - Twitter/Farcaster mention count for a token","inputSchema":{"pathParams":{"symbol":{"type":"string","description":"Token symbol.\nTry one of these 10 examples: BTC, ETH, SOL, LINK, UNI, AAVE, MKR, DOGE, PEPE, ARB","required":true}}},"x402":{"method":"GET","path":"/api/social/token-mentions/:symbol","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"social_sentiment_symbol","description":"Bullish/bearish sentiment score per token","inputSchema":{"pathParams":{"symbol":{"type":"string","description":"Token symbol.\nTry one of these 10 examples: BTC, ETH, SOL, LINK, UNI, AAVE, MKR, DOGE, PEPE, ARB","required":true}}},"x402":{"method":"GET","path":"/api/social/sentiment/:symbol","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"agent_portfolio-rebalance_address","description":"Suggested portfolio rebalance based on current holdings + yield opportunities","inputSchema":{"pathParams":{"address":{"type":"string","description":"Wallet address","required":true}},"queryParams":{"riskTolerance":{"type":"string","description":"low, medium, high","required":false}}},"x402":{"method":"GET","path":"/api/agent/portfolio-rebalance/:address","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}},{"name":"agent_tx-summary_txHash","description":"Lightweight transaction summary from raw RPC data - action label, counterparties, status, gas, and log count","inputSchema":{"pathParams":{"txHash":{"type":"string","description":"Transaction hash","required":true}},"queryParams":{"chain":{"type":"string","description":"Chain name","required":false}}},"x402":{"method":"GET","path":"/api/agent/tx-summary/:txHash","price":"$0.001","network":"eip155:8453","accepts":[{"scheme":"exact","price":"$0.001","network":"eip155:8453","payTo":"0xB3E9391F04f791462Ed2a1ebAfaBE254d7Afe3a5"}]}}]}