{"openapi":"3.0.1","x-discovery":{"ownershipProofs":["0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC"],"canonical":"https://ai-data-marketplace-1042299154756.us-central1.run.app/.well-known/x402"},"info":{"title":"DopamineDesk Data API","version":"2.0.0","description":"43 capability-audited, pay-per-request API products for autonomous AI agents. The complete public catalog, including labeled preview fixtures, is available at /api/v1/catalog.","contact":{"url":"https://github.com/jblaz6335/mcp-server-aidatamarketplace"},"x-guidance":"Every route in this OpenAPI contract is a billable product using the standard x402 v2 PAYMENT-REQUIRED and PAYMENT-SIGNATURE handshake on Base Mainnet through the PayAI facilitator.","x-payment-info":{"protocol":"x402","version":2,"scheme":"exact","facilitator":"https://facilitator.payai.network","accepted_tokens":["USDC"],"networks":["base"],"chain_id":8453,"asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payee_wallet":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC"}},"servers":[{"url":"https://ai-data-marketplace-1042299154756.us-central1.run.app"}],"components":{"securitySchemes":{"x402PaymentSignature":{"type":"apiKey","in":"header","name":"PAYMENT-SIGNATURE","description":"Base64-encoded x402 v2 payment authorization."},"x402PaymentTx":{"type":"apiKey","in":"header","name":"x-402-payment-tx","description":"Confirmed Base USDC transaction hash."},"x402PaymentId":{"type":"apiKey","in":"header","name":"x-402-payment-id","description":"Invoice payment ID returned by the initial HTTP 402 response."}}},"tags":[{"name":"Financial Data"},{"name":"Crypto & DeFi"},{"name":"B2B & Leads"},{"name":"Real Estate"},{"name":"Government & Legal"},{"name":"Social & Content"},{"name":"Web Scraping"},{"name":"Security"},{"name":"AI & ML"},{"name":"Location & Travel"},{"name":"Miscellaneous"},{"name":"Platform"}],"paths":{"/api/v1/candles":{"get":{"operationId":"candles","summary":"Cryptocurrency Price History","description":"Fetch recent cryptocurrency USD price observations from CoinGecko on each request.","tags":["Financial Data"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"CoinGecko market chart API","x-tags":["finance","crypto","coingecko","market-data","price-history"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Get the recent USD price history for bitcoin.","responses":{"200":{"description":"Cryptocurrency Price History response","content":{"application/json":{"example":{"success":true,"source":"CoinGecko","data":{"ticker":"bitcoin","interval":"1d","candles":[{"timestamp":"2026-08-02T00:00:00.000Z","price":"64000.00"}]}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"ticker","in":"query","required":false,"schema":{"type":"string"},"description":"CoinGecko coin ID or supported alias such as bitcoin, btc, ethereum, eth, solana, or sol."}]}},"/api/v1/stock_quotes":{"get":{"operationId":"stock_quotes","summary":"Live Market Quote Snapshot","description":"Fetch the current or latest available market quote, daily OHLC values, and volume for a ticker from Yahoo Finance's chart feed.","tags":["Financial Data"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Yahoo Finance chart API","x-tags":["finance","stocks","real-time","quotes","market-data"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What is the current price and bid-ask spread for MSFT?","responses":{"200":{"description":"Live Market Quote Snapshot response","content":{"application/json":{"example":{"symbol":"MSFT","price":345.12,"bid":345.1,"ask":345.15,"timestamp":1700000000}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"symbol","in":"query","required":true,"schema":{"type":"string"},"description":"US stock ticker symbol."}]}},"/api/v1/sec_edgar_filings":{"get":{"operationId":"sec_edgar_filings","summary":"SEC EDGAR Filings","description":"Retrieve official recent SEC filing metadata and primary-document links for a public-company ticker.","tags":["Financial Data"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"SEC EDGAR submissions API","x-tags":["finance","regulatory","filings","SEC","fundamentals"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Find the latest 10-Q filing for NVDA and give me the link.","responses":{"200":{"description":"SEC EDGAR Filings response","content":{"application/json":{"example":{"ticker":"NVDA","filings":[{"form":"10-Q","filed_at":"2023-08-24","accession_number":"0001045810-23-000150","url":"https://www.sec.gov/Archives/edgar/data/1045810/.../nvda-20230730.htm"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"ticker","in":"query","required":true,"schema":{"type":"string"},"description":"Company ticker symbol."},{"name":"form_type","in":"query","required":false,"schema":{"type":"string"},"description":"Filing form type, e.g., 10-K, 10-Q, 8-K."},{"name":"limit","in":"query","required":false,"schema":{"type":"integer"},"description":"Max results to return."}]}},"/api/v1/insider_trades":{"get":{"operationId":"insider_trades","summary":"SEC Insider Ownership Filings","description":"Retrieve official recent SEC Forms 3, 4, and 5 filing metadata and links. Transaction amounts are not parsed.","tags":["Financial Data"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"SEC EDGAR submissions API","x-tags":["finance","insider","filings","alpha","stocks"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Show me recent insider buying for AMZN.","responses":{"200":{"description":"SEC Insider Ownership Filings response","content":{"application/json":{"example":{"symbol":"AMZN","trades":[{"name":"Jassy Andrew R","title":"CEO","date":"2023-11-15","shares":10000,"price":145.2,"total_value":1452000,"type":"Buy"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"symbol","in":"query","required":false,"schema":{"type":"string"},"description":"Filter by stock ticker."},{"name":"transaction_type","in":"query","required":false,"schema":{"type":"string"},"description":"Filter by 'buy' or 'sell'."}]}},"/api/v1/fx_rates":{"get":{"operationId":"fx_rates","summary":"Current FX Reference Rates","description":"Fetch current reference foreign-exchange rates for a base currency, optionally filtered to target currencies.","tags":["Financial Data"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"ExchangeRate-API open endpoint","x-tags":["finance","forex","fx","currencies","exchange-rates"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What is the current EUR to USD exchange rate?","responses":{"200":{"description":"Current FX Reference Rates response","content":{"application/json":{"example":{"base":"EUR","target":"USD","rate":1.0854,"timestamp":1700002345}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"base","in":"query","required":true,"schema":{"type":"string"},"description":"Base currency code (e.g., EUR)."},{"name":"target","in":"query","required":true,"schema":{"type":"string"},"description":"Target currency code (e.g., USD)."}]}},"/api/v1/token_audit":{"get":{"operationId":"token_audit","summary":"Live Token Security Signals","description":"Fetch current automated token-risk fields from GoPlus for a supported EVM contract. These third-party signals are not a guarantee of safety.","tags":["Crypto & DeFi"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"GoPlus Token Security API","x-tags":["crypto","security","audit","smart-contract","defi"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Run an audit on this new token contract 0xabc... to see if it's a honeypot.","responses":{"200":{"description":"Live Token Security Signals response","content":{"application/json":{"example":{"contract":"0x1f9840a85d...","is_honeypot":false,"buy_tax":"0.0","sell_tax":"0.0","mintable":false,"proxy":false,"risk_score":15}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"contract_address","in":"query","required":true,"schema":{"type":"string"},"description":"Token smart contract address."},{"name":"chain","in":"query","required":false,"schema":{"type":"string"},"description":"Blockchain network (default: ethereum)."}]}},"/api/v1/dex_launches":{"get":{"operationId":"dex_launches","summary":"Latest DEX Token Profiles","description":"Fetch DexScreener's latest token-profile discovery feed. Entries are discovery signals, not verified launch timestamps.","tags":["Crypto & DeFi"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"DexScreener latest token profiles","x-tags":["crypto","dex","defi","liquidity","new-pairs"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"List the newest token pairs launched on Raydium in the last 10 minutes.","responses":{"200":{"description":"Latest DEX Token Profiles response","content":{"application/json":{"example":{"new_pairs":[{"pair_address":"5Q54...","base_token":"BONK","quote_token":"SOL","initial_liquidity_usd":50000,"timestamp":1700016000}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"dex","in":"query","required":false,"schema":{"type":"string"},"description":"Filter by DEX name (e.g., uniswap, raydium)."},{"name":"timeframe","in":"query","required":false,"schema":{"type":"string"},"description":"Timeframe to look back (e.g., 10m, 1h)."}]}},"/api/v1/nft_floor_prices":{"get":{"operationId":"nft_floor_prices","summary":"NFT Collection Floor Prices","description":"Fetch current NFT collection floor price, market cap, 24-hour volume, supply, and owner-count fields from CoinGecko.","tags":["Crypto & DeFi"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"CoinGecko NFT API","x-tags":["crypto","nft","floor-price","collectibles","web3"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What is the current floor price for Bored Ape Yacht Club?","responses":{"200":{"description":"NFT Collection Floor Prices response","content":{"application/json":{"example":{"collection":"boredapeyachtclub","floor_price_eth":28.5,"volume_24h_eth":500.2,"listings":250,"updated_at":1700017000}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"collection_slug","in":"query","required":true,"schema":{"type":"string"},"description":"Slug identifier of the NFT collection."}]}},"/api/v1/gas_oracle":{"get":{"operationId":"gas_oracle","summary":"Live EVM Gas Price","description":"Read the current eth_gasPrice value from a supported public Base, Ethereum, or Arbitrum JSON-RPC endpoint.","tags":["Crypto & DeFi"],"x-price-usdc":"0.01","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"public EVM JSON-RPC","x-tags":["crypto","gas","fees","evm","optimization"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What are the current gas prices on Ethereum?","responses":{"200":{"description":"Live EVM Gas Price response","content":{"application/json":{"example":{"chain":"ethereum","safe_gwei":15,"proposed_gwei":18,"fast_gwei":22,"base_fee":14.5}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"chain","in":"query","required":true,"schema":{"type":"string"},"description":"Blockchain network (e.g., ethereum, polygon, arbitrum)."}]}},"/api/v1/pool_liquidity":{"get":{"operationId":"pool_liquidity","summary":"DEX Pool Liquidity Depth","description":"Fetch live pair price, liquidity, volume, and price-change fields for a DEX pool address from DexScreener.","tags":["Crypto & DeFi"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"DexScreener pair API","x-tags":["crypto","defi","liquidity","amm","dex"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"How much liquidity is in the USDC-ETH 0.05% pool on Uniswap V3?","responses":{"200":{"description":"DEX Pool Liquidity Depth response","content":{"application/json":{"example":{"pool":"0x88e6...","token0_symbol":"USDC","token1_symbol":"WETH","reserve0":150000000,"reserve1":75000,"tvl_usd":300000000}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"pool_address","in":"query","required":true,"schema":{"type":"string"},"description":"Address of the liquidity pool contract."}]}},"/api/v1/wallet_portfolio":{"get":{"operationId":"wallet_portfolio","summary":"EVM ETH and USDC Balance Snapshot","description":"Read native ETH and official USDC balances for a Base, Ethereum, or Arbitrum wallet, with an estimated ETH USD value. This is not a complete token or NFT portfolio.","tags":["Crypto & DeFi"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"public EVM JSON-RPC and CoinGecko","x-tags":["crypto","portfolio","wallet","balances","web3"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Show me the token holdings for vitalik.eth.","responses":{"200":{"description":"EVM ETH and USDC Balance Snapshot response","content":{"application/json":{"example":{"address":"0xd8da...","net_worth_usd":1250000,"assets":[{"symbol":"ETH","balance":500,"price":2000,"value_usd":1000000},{"symbol":"USDC","balance":250000,"price":1,"value_usd":250000}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string"},"description":"Wallet address (0x format or ENS)."},{"name":"chain","in":"query","required":false,"schema":{"type":"string"},"description":"Network to scan (default: all supported)."}]}},"/api/v1/tx_simulator":{"post":{"operationId":"tx_simulator","summary":"Read-Only EVM Transaction Simulation","description":"Run eth_call and eth_estimateGas against a supported public EVM RPC without signing or broadcasting a transaction.","tags":["Crypto & DeFi"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"public EVM JSON-RPC","x-tags":["crypto","simulation","evm","security","developer"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Simulate this Uniswap swap transaction to see if it reverts.","responses":{"200":{"description":"Read-Only EVM Transaction Simulation response","content":{"application/json":{"example":{"status":"success","gas_used":125000,"reverts":false,"simulated_transfers":[{"token":"USDC","from":"0xuser...","to":"0xpool...","amount":1000}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"network":{"type":"string","description":"Blockchain network identifier."},"from":{"type":"string","description":"Sender address."},"to":{"type":"string","description":"Destination contract address."},"data":{"type":"string","description":"Hex-encoded transaction calldata."},"value":{"type":"string","description":"Amount of native token sent in wei."}}},"example":{"network":"ethereum","from":"0xuser...","to":"0xrouter...","data":"0x...","value":"0"}}}}}},"/api/v1/token_metadata_bulk":{"post":{"operationId":"token_metadata_bulk","summary":"Bulk Token Metadata","description":"Read ERC-20 symbol, name, decimals, and raw total supply for up to ten contract addresses using live eth_call requests.","tags":["Crypto & DeFi"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"public EVM JSON-RPC","x-tags":["crypto","metadata","tokens","defi","web3"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Fetch the names and decimals for this list of 50 ERC-20 contract addresses.","responses":{"200":{"description":"Bulk Token Metadata response","content":{"application/json":{"example":{"results":[{"address":"0xabc...","name":"Chainlink","symbol":"LINK","decimals":18,"logo":"https://...link.png"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"addresses":{"type":"array","description":"Array of contract addresses."},"chain":{"type":"string","description":"Blockchain network (default: ethereum)."}}},"example":{"addresses":["0xabc...","0xdef..."],"chain":"ethereum"}}}}}},"/api/v1/solana_route":{"post":{"operationId":"solana_route","summary":"Read-Only Solana Swap Quote","description":"Fetch a current Jupiter route quote for Solana token mints and a base-unit amount. This does not sign or broadcast a transaction.","tags":["Crypto & DeFi"],"x-price-usdc":"0.03","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Jupiter Lite Quote API","x-tags":["crypto","solana","dex","routing","arbitrage"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Find the best route to swap 10 SOL for USDC.","responses":{"200":{"description":"Read-Only Solana Swap Quote response","content":{"application/json":{"example":{"expected_output":550000000,"price_impact_pct":0.1,"route":[{"percent":100,"path":["So111...","EPjFW..."],"dex":"Orca V3"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.03"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"input_mint":{"type":"string","description":"Mint address of the token to sell."},"output_mint":{"type":"string","description":"Mint address of the token to buy."},"amount":{"type":"integer","description":"Amount of input token in its native decimals."},"slippage_bps":{"type":"integer","description":"Maximum allowed slippage in basis points."}}},"example":{"input_mint":"So111...","output_mint":"EPjFW...","amount":10000000000,"slippage_bps":50}}}}}},"/api/v1/leads":{"get":{"operationId":"leads","summary":"Current Business License Prospects","description":"Query current business-registration records directly from official Chicago and San Francisco open-data APIs. Results include source-dataset and source-record links; this product does not claim private emails or buyer intent.","tags":["B2B & Leads"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"City of Chicago Current Active Business Licenses API and DataSF Registered Business Locations API","x-tags":["b2b","leads","sales","prospecting","marketing"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Find 20 current auto-related business registrations in Chicago.","responses":{"200":{"description":"Current Business License Prospects response","content":{"application/json":{"example":{"data":[{"source_city":"Chicago","name":"Example Auto Repair","owner":"Example LLC","address":"100 Example St","start_date":"2026-07-01","source_dataset":"City of Chicago Business Licenses"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"city","in":"query","required":false,"schema":{"type":"string"},"description":"Chicago or San Francisco. Omit to search both official sources."},{"name":"query","in":"query","required":false,"schema":{"type":"string"},"description":"Case-insensitive keyword matched against available business name, owner, address, and activity fields."},{"name":"limit","in":"query","required":false,"schema":{"type":"integer"},"description":"Number of current registrations to return, from 1 to 50."}]}},"/api/v1/enrich_leads":{"post":{"operationId":"enrich_leads","summary":"Company Domain Suggestions","description":"Resolve up to ten company-domain strings against Clearbit's live company autocomplete service.","tags":["B2B & Leads"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Clearbit Autocomplete API","x-tags":["b2b","enrichment","emails","contact-info","sales"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Find the work email and phone number for John Smith at Microsoft.","responses":{"200":{"description":"Company Domain Suggestions response","content":{"application/json":{"example":{"name":"John Smith","domain":"microsoft.com","email":"john.smith@microsoft.com","email_verified":true,"phone":"+1-555-0198","company_size":"10000+"}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string","description":"Full name of the contact."},"domain":{"type":"string","description":"Company website domain."},"linkedin_url":{"type":"string","description":"LinkedIn profile URL."}}},"example":{"name":"John Smith","domain":"microsoft.com"}}}}}},"/api/v1/mortgage_rates":{"get":{"operationId":"mortgage_rates","summary":"US Mortgage Rate Averages","description":"Fetch the latest weekly US national mortgage-rate observations from FRED. This is not a personalized lender quote.","tags":["Real Estate"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Federal Reserve Bank of St. Louis FRED","x-tags":["real estate","finance","mortgage","interest rates"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What are the current 30-year fixed mortgage rates in California?","responses":{"200":{"description":"US Mortgage Rate Averages response","content":{"application/json":{"example":{"state":"CA","date":"2026-08-02","rates":{"30y_fixed":6.12,"15y_fixed":5.45,"5_1_arm":5.85}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"state","in":"query","required":false,"schema":{"type":"string"},"description":"Two-letter state code. Defaults to national average."}]}},"/api/v1/contracts":{"get":{"operationId":"contracts","summary":"Federal Contract Awards","description":"Query 100 packaged USAspending.gov contract-award records with a live source link for every award ID.","tags":["Government & Legal"],"x-price-usdc":"0.10","x-data-mode":"curated_snapshot","x-billable":true,"x-availability":"operational","x-source":"USAspending.gov snapshot; all 100 award IDs API-verified on 2026-08-02","x-tags":["government","contracts","b2b","sam.gov","spending"],"x-freshness":"snapshot","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Find recent DoD contracts awarded to SpaceX.","responses":{"200":{"description":"Federal Contract Awards response","content":{"application/json":{"example":{"awards":[{"contract_id":"FA881121C0001","vendor":"Space Exploration Technologies Corp.","agency":"USAF","amount":316000000,"date":"2026-06-15","description":"National Security Space Launch"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"vendor_name","in":"query","required":false,"schema":{"type":"string"},"description":"Name of the winning vendor."},{"name":"agency","in":"query","required":false,"schema":{"type":"string"},"description":"Federal agency name."}]}},"/api/v1/hacker_news_top":{"get":{"operationId":"hacker_news_top","summary":"Hacker News Frontpage","description":"Fetch current top-story metadata and discussion links from the official Hacker News Firebase API.","tags":["Social & Content"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Hacker News Firebase API","x-tags":["social","tech","news","hacker news","ycombinator"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What's on the front page of Hacker News?","responses":{"200":{"description":"Hacker News Frontpage response","content":{"application/json":{"example":{"stories":[{"id":4123984,"title":"Show HN: A new runtime for JavaScript","url":"https://example.com","points":342,"comments":112,"author":"dev_guru"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer"},"description":"Number of stories to return (default 30)."}]}},"/api/v1/news_sentiment":{"get":{"operationId":"news_sentiment","summary":"Hacker News Topic Sentiment","description":"Fetch recent Hacker News stories for a topic and apply a transparent keyword-lexicon sentiment score.","tags":["Social & Content"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Hacker News Algolia API plus deterministic lexicon","x-tags":["news","sentiment analysis","finance","nlp","media"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What is the news sentiment for Microsoft today?","responses":{"200":{"description":"Hacker News Topic Sentiment response","content":{"application/json":{"example":{"entity":"Microsoft","overall_sentiment_score":0.72,"sentiment_label":"Bullish/Positive","article_count":45,"top_articles":[{"title":"Microsoft beats Q2 earnings estimates on strong cloud growth","source":"Bloomberg","sentiment":0.9}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"entity","in":"query","required":true,"schema":{"type":"string"},"description":"Company, brand, or person name."},{"name":"days","in":"query","required":false,"schema":{"type":"integer"},"description":"Lookback period in days."}]}},"/api/v1/scrape_md":{"post":{"operationId":"scrape_md","summary":"Public Web Page to Markdown","description":"Fetch a public HTTP(S) page with private-network blocking, remove boilerplate tags, and return bounded Markdown-like text.","tags":["Web Scraping"],"x-price-usdc":"0.01","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"live public web fetch","x-tags":["scrape","markdown","extraction","content","llm-ready"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Get the text content of this article as markdown so I can summarize it.","responses":{"200":{"description":"Public Web Page to Markdown response","content":{"application/json":{"example":{"url":"https://example.com/article/tech-news","title":"Tech News Today","markdown":"# Tech News Today\n\nBy Jane Doe\n\nToday in tech, we saw significant advancements in AI...","content_length":1250,"status":"success"}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"The target URL to scrape."},"timeout_ms":{"type":"integer","description":"Request timeout in milliseconds."}}},"example":{"url":"https://example.com/article/tech-news"}}}}}},"/api/v1/deep_scrape":{"post":{"operationId":"deep_scrape","summary":"Public Page Metadata and Markdown Bundle","description":"Fetch a public HTTP(S) page with private-network blocking and return bounded Markdown-like content plus title, description, Open Graph image, status, and URL metadata.","tags":["Web Scraping"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"live public web fetch","x-tags":["scrape","dynamic","javascript","spa","puppeteer"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Scrape the dynamic pricing table from this React-based SaaS website.","responses":{"200":{"description":"Public Page Metadata and Markdown Bundle response","content":{"application/json":{"example":{"url":"https://example-saas.com/pricing","html":"<div class=\"pricing-table\">...</div>","extracted_text":"Basic Plan: $9/mo\nPro Plan: $29/mo\nEnterprise: Contact Us","load_time_ms":2100}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Target URL to render and scrape."},"wait_for_selector":{"type":"string","description":"CSS selector to wait for before extracting content."},"extract_html":{"type":"boolean","description":"If true, returns full HTML. Otherwise returns text."}}},"example":{"url":"https://example-saas.com/pricing","wait_for_selector":".pricing-table"}}}}}},"/api/v1/url_metadata":{"get":{"operationId":"url_metadata","summary":"URL Metadata Extractor","description":"Fetch a public HTTP(S) page with private-network blocking and extract its title, description, Open Graph image, status, and content type.","tags":["Web Scraping"],"x-price-usdc":"0.01","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"live public web fetch","x-tags":["metadata","opengraph","seo","preview"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Get the preview metadata for this link before I share it.","responses":{"200":{"description":"URL Metadata Extractor response","content":{"application/json":{"example":{"url":"https://github.com","title":"GitHub: Let's build from here","description":"GitHub is where over 100 million developers shape the future of software...","image":"https://github.githubassets.com/images/modules/site/social-cards/github-social.png","favicon":"https://github.githubassets.com/favicons/favicon.png","site_name":"GitHub"}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string"},"description":"The URL to extract metadata from."}]}},"/api/v1/rss_aggregator":{"get":{"operationId":"rss_aggregator","summary":"RSS Feed Aggregator","description":"Fetch a public RSS or Atom feed with private-network blocking and return bounded current entries.","tags":["Web Scraping"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"live RSS or Atom fetch","x-tags":["rss","atom","news","feed","blog"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Fetch the latest posts from Hacker News RSS.","responses":{"200":{"description":"RSS Feed Aggregator response","content":{"application/json":{"example":{"feed_title":"Hacker News","feed_link":"https://news.ycombinator.com/","items":[{"title":"Show HN: A new way to parse JSON","link":"https://example.com/new-json","pub_date":"2026-08-02T14:00:00Z","author":"dev123"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"feed_url","in":"query","required":true,"schema":{"type":"string"},"description":"URL of the RSS/Atom feed."},{"name":"limit","in":"query","required":false,"schema":{"type":"integer"},"description":"Number of latest items to retrieve."}]}},"/api/v1/dns_whois":{"get":{"operationId":"dns_whois","summary":"DNS and RDAP Domain Lookup","description":"Resolve current DNS records and fetch public RDAP registration metadata for a domain.","tags":["Security"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"DNS resolution and RDAP.org","x-tags":["dns","whois","domain","records","infrastructure"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Check the WHOIS info and MX records for example.com.","responses":{"200":{"description":"DNS and RDAP Domain Lookup response","content":{"application/json":{"example":{"domain":"example.com","registrar":"RESERVED-Internet Assigned Numbers Authority","creation_date":"1995-08-14T04:00:00Z","expiration_date":"2027-08-13T04:00:00Z","dns_records":{"A":["93.184.216.34"],"MX":[],"TXT":["v=spf1 -all"]}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"domain","in":"query","required":true,"schema":{"type":"string"},"description":"The domain name to look up."},{"name":"record_types","in":"query","required":false,"schema":{"type":"string"},"description":"Comma-separated DNS record types to fetch (e.g. A,MX,TXT)."}]}},"/api/v1/ip_reputation":{"get":{"operationId":"ip_reputation","summary":"IP Network and Location Context","description":"Fetch public IP network, ASN, organization, location, and timezone context. This does not claim an abuse or threat score.","tags":["Security"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"IPWhoIs public API","x-tags":["ip","network","asn","geolocation","infrastructure"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Get public network and location context for 8.8.8.8.","responses":{"200":{"description":"IP Network and Location Context response","content":{"application/json":{"example":{"success":true,"source":"IPWhoIs public API","note":"This endpoint provides network and geolocation context, not an abuse or threat score.","ip":"8.8.8.8","country":"United States","city":"Mountain View","connection":{"asn":15169,"org":"Google LLC"}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"ip","in":"query","required":true,"schema":{"type":"string"},"description":"IPv4 or IPv6 address to analyze."}]}},"/api/v1/ssl_certificate":{"get":{"operationId":"ssl_certificate","summary":"SSL Certificate Validator","description":"Inspect the certificate returned by a live TLS handshake, including validity, issuer, subject, authorization, and SHA-256 fingerprint.","tags":["Security"],"x-price-usdc":"0.01","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"live TLS handshake","x-tags":["ssl","tls","certificate","https","expiration"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"When does the SSL certificate for mybank.com expire?","responses":{"200":{"description":"SSL Certificate Validator response","content":{"application/json":{"example":{"domain":"mybank.com","valid":true,"issuer":"DigiCert Inc","subject":"www.mybank.com","valid_from":"2025-01-10T00:00:00Z","valid_to":"2026-12-10T23:59:59Z","days_remaining":130,"signature_algorithm":"sha256WithRSAEncryption"}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"domain","in":"query","required":true,"schema":{"type":"string"},"description":"The hostname to inspect."}]}},"/api/v1/code_audit":{"post":{"operationId":"code_audit","summary":"Fast Heuristic Code Security Scan","description":"Scan supplied code with transparent deterministic rules for common secret, injection, shell, weak-hash, and Solidity risks. This is not a professional audit.","tags":["Security"],"x-price-usdc":"0.10","x-data-mode":"computed_service","x-billable":true,"x-availability":"operational","x-source":"deterministic static rules","x-tags":["sast","code","audit","vulnerability","secrets"],"x-freshness":"computed_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Audit this Python function for security flaws.","responses":{"200":{"description":"Fast Heuristic Code Security Scan response","content":{"application/json":{"example":{"status":"completed","risk_level":"high","issues":[{"type":"SQL Injection","severity":"high","line":2,"description":"Potential SQL injection vulnerability. Use parameterized queries instead of string concatenation."}],"secrets_found":[]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"string","description":"The source code snippet."},"language":{"type":"string","description":"Programming language (python, javascript, go, etc.)."}}},"example":{"code":"def get_user(id):\n  return db.execute('SELECT * FROM users WHERE id = ' + id)","language":"python"}}}}}},"/api/v1/ai_model_pricing":{"get":{"operationId":"ai_model_pricing","summary":"Community AI Model Pricing Index","description":"Fetch a current third-party aggregated model-pricing snapshot from LiteLLM. Buyers should verify final pricing with each provider.","tags":["AI & ML"],"x-price-usdc":"0.01","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"LiteLLM community pricing database","x-tags":["llm","pricing","models","tokens","api"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What is the current API cost for GPT-4o and Claude 3.5 Sonnet?","responses":{"200":{"description":"Community AI Model Pricing Index response","content":{"application/json":{"example":{"models":[{"id":"gpt-4o","provider":"OpenAI","input_cost_per_1m":5,"output_cost_per_1m":15,"context_window":128000},{"id":"claude-3-5-sonnet","provider":"Anthropic","input_cost_per_1m":3,"output_cost_per_1m":15,"context_window":200000}],"updated_at":"2026-08-02T00:00:00Z"}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"providers","in":"query","required":false,"schema":{"type":"string"},"description":"Comma-separated list of providers to filter."}]}},"/api/v1/summarize":{"post":{"operationId":"summarize","summary":"Extractive Text Summarization","description":"Create a deterministic extractive summary by ranking and selecting sentences from the supplied text.","tags":["AI & ML"],"x-price-usdc":"0.02","x-data-mode":"computed_service","x-billable":true,"x-availability":"operational","x-source":"deterministic extractive summarizer","x-tags":["nlp","summary","text","condense","reading"],"x-freshness":"computed_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Summarize this 5-page report into 3 bullet points.","responses":{"200":{"description":"Extractive Text Summarization response","content":{"application/json":{"example":{"summary":"- Q2 revenue grew 15% YoY.\n- New product launch delayed to Q4.\n- Operating costs decreased by 5%.","original_words":1450,"summary_words":22}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"type":"string","description":"The source text to summarize."},"format":{"type":"string","description":"Desired format: 'paragraph' or 'bullets'."},"length":{"type":"string","description":"Length constraint: 'short', 'medium', or 'long'."}}},"example":{"text":"Long report text...","format":"bullets","length":"short"}}}}}},"/api/v1/extract_entities":{"post":{"operationId":"extract_entities","summary":"Deterministic Pattern Entity Extraction","description":"Extract emails, URLs, money values, dates, and candidate capitalized phrases using transparent deterministic patterns.","tags":["AI & ML"],"x-price-usdc":"0.02","x-data-mode":"computed_service","x-billable":true,"x-availability":"operational","x-source":"deterministic pattern extractor","x-tags":["ner","entities","nlp","extraction","data-mining"],"x-freshness":"computed_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Extract the names of companies and people from this news article.","responses":{"200":{"description":"Deterministic Pattern Entity Extraction response","content":{"application/json":{"example":{"entities":[{"text":"Tim Cook","label":"PERSON","confidence":0.99},{"text":"Apple","label":"ORG","confidence":0.98},{"text":"Austin","label":"GPE","confidence":0.99},{"text":"Texas","label":"GPE","confidence":0.99},{"text":"next year","label":"DATE","confidence":0.95}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"type":"string","description":"The text to analyze."}}},"example":{"text":"Tim Cook announced that Apple will build a new campus in Austin, Texas next year."}}}}}},"/api/v1/embed":{"post":{"operationId":"embed","summary":"Deterministic Lexical Feature Embeddings","description":"Create reproducible normalized 256-dimensional lexical feature-hash vectors. These are not neural semantic embeddings.","tags":["AI & ML"],"x-price-usdc":"0.01","x-data-mode":"computed_service","x-billable":true,"x-availability":"operational","x-source":"deterministic feature-hash vectorizer","x-tags":["embeddings","vector","nlp","semantic","search"],"x-freshness":"computed_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Get the vector embeddings for these three product descriptions.","responses":{"200":{"description":"Deterministic Lexical Feature Embeddings response","content":{"application/json":{"example":{"model":"text-embedding-3-small","dimensions":1536,"data":[{"index":0,"embedding":[0.012,-0.045,0.088,"..."]},{"index":1,"embedding":[-0.022,0.033,0.105,"..."]}],"usage":{"total_tokens":8}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"texts":{"type":"array","description":"Array of strings to embed."},"model":{"type":"string","description":"Embedding model to use."}}},"example":{"texts":["Blue running shoes","Red sports car"],"model":"text-embedding-3-small"}}}}}},"/api/v1/translate":{"post":{"operationId":"translate","summary":"Live Machine Translation","description":"Translate supplied text through MyMemory with source-language autodetection or an explicit language code.","tags":["AI & ML"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"MyMemory Translation API","x-tags":["translation","language","i18n","multilingual","nlp"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Translate this customer support ticket from French to English.","responses":{"200":{"description":"Live Machine Translation response","content":{"application/json":{"example":{"translated_text":"Hello, my package has not arrived.","detected_source_language":"fr","confidence":0.99}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to translate."},"target_language":{"type":"string","description":"Target ISO 639-1 language code."},"source_language":{"type":"string","description":"Source language code (auto-detected if omitted)."}}},"example":{"text":"Bonjour, mon colis n'est pas arrivé.","target_language":"en"}}}}}},"/api/v1/sentiment_bulk":{"post":{"operationId":"sentiment_bulk","summary":"Transparent Bulk Sentiment Scoring","description":"Score up to 100 texts with a transparent deterministic positive and negative keyword lexicon.","tags":["AI & ML"],"x-price-usdc":"0.05","x-data-mode":"computed_service","x-billable":true,"x-availability":"operational","x-source":"deterministic keyword lexicon","x-tags":["sentiment","emotion","reviews","nlp","batch"],"x-freshness":"computed_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Analyze the sentiment of these 50 recent app store reviews.","responses":{"200":{"description":"Transparent Bulk Sentiment Scoring response","content":{"application/json":{"example":{"results":[{"text":"Love this app!","sentiment":"positive","score":0.95},{"text":"Crashes on startup.","sentiment":"negative","score":-0.88},{"text":"It's okay, nothing special.","sentiment":"neutral","score":0.1}],"aggregate":{"positive":1,"negative":1,"neutral":1,"average_score":0.05}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"texts":{"type":"array","description":"Array of text strings to analyze."}}},"example":{"texts":["Love this app!","Crashes on startup.","It's okay, nothing special."]}}}}}},"/api/v1/verify_emails":{"post":{"operationId":"verify_emails","summary":"Email Syntax and MX Verification","description":"Validate email syntax and check live DNS MX records. MX presence does not prove an individual mailbox exists.","tags":["AI & ML"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"syntax validation and live DNS MX lookup","x-tags":["email","verification","deliverability","leads","marketing"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Verify this list of 10 lead emails to remove bounces.","responses":{"200":{"description":"Email Syntax and MX Verification response","content":{"application/json":{"example":{"results":[{"email":"test@example.com","status":"valid","is_disposable":false,"mx_found":true},{"email":"fake123xyz@yopmail.com","status":"invalid","is_disposable":true,"mx_found":true}],"summary":{"total":2,"valid":1,"invalid":1}}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"emails":{"type":"array","description":"Array of email addresses to verify."}}},"example":{"emails":["test@example.com","fake123xyz@yopmail.com"]}}}}}},"/api/v1/geocoding":{"get":{"operationId":"geocoding","summary":"Forward & Reverse Geocoding","description":"Resolve a location or address query to current place candidates and coordinates through Open-Meteo.","tags":["Location & Travel"],"x-price-usdc":"0.01","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Open-Meteo Geocoding API","x-tags":["maps","location","coordinates","gis"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Get the coordinates for 1600 Amphitheatre Parkway.","responses":{"200":{"description":"Forward & Reverse Geocoding response","content":{"application/json":{"example":{"results":[{"formatted_address":"1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA","coordinates":{"lat":37.4220656,"lng":-122.0840897},"location_type":"ROOFTOP","place_id":"ChIJ2eUgeAK6j4ARbn5u_wAGqWA"}],"status":"OK"}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.01"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"address","in":"query","required":false,"schema":{"type":"string"},"description":"Address to convert to coordinates."},{"name":"lat","in":"query","required":false,"schema":{"type":"number"},"description":"Latitude for reverse geocoding."},{"name":"lng","in":"query","required":false,"schema":{"type":"number"},"description":"Longitude for reverse geocoding."}]}},"/api/v1/weather_forecast":{"get":{"operationId":"weather_forecast","summary":"Weather Forecast API","description":"Fetch current conditions and a one-to-seven-day forecast for a geocoded location from Open-Meteo.","tags":["Location & Travel"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Open-Meteo Forecast API","x-tags":["weather","meteorology","location"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What is the weather forecast for Seattle today?","responses":{"200":{"description":"Weather Forecast API response","content":{"application/json":{"example":{"location":{"city":"Seattle","state":"WA","country":"US"},"current":{"temp_f":62,"condition":"Light Rain","humidity":85,"wind_mph":10},"forecast":[{"date":"2026-08-02","high_f":65,"low_f":58,"condition":"Rain","precip_chance":90},{"date":"2026-08-03","high_f":70,"low_f":60,"condition":"Partly Cloudy","precip_chance":20},{"date":"2026-08-04","high_f":75,"low_f":62,"condition":"Sunny","precip_chance":0}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"city","in":"query","required":false,"schema":{"type":"string"},"description":"City name."},{"name":"zip_code","in":"query","required":false,"schema":{"type":"string"},"description":"US zip code."},{"name":"days","in":"query","required":false,"schema":{"type":"integer"},"description":"Number of forecast days (1-7)."}]}},"/api/v1/air_quality":{"get":{"operationId":"air_quality","summary":"Air Quality Index","description":"Fetch current US AQI, European AQI, particulate, carbon monoxide, nitrogen dioxide, and ozone values for a geocoded location.","tags":["Location & Travel"],"x-price-usdc":"0.02","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Open-Meteo Air Quality API","x-tags":["weather","environment","health","location"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Check the air quality in Beijing right now.","responses":{"200":{"description":"Air Quality Index response","content":{"application/json":{"example":{"location":"Beijing, China","aqi":155,"category":"Unhealthy","primary_pollutant":"PM2.5","pollutants":{"PM2.5":{"concentration":62.5,"unit":"µg/m³"},"PM10":{"concentration":80.1,"unit":"µg/m³"},"O3":{"concentration":45,"unit":"ppb"}},"health_recommendation":"Active children and adults, and people with respiratory disease, such as asthma, should avoid prolonged outdoor exertion."}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.02"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"city","in":"query","required":true,"schema":{"type":"string"},"description":"City name or location coordinates."}]}},"/api/v1/market_research":{"get":{"operationId":"market_research","summary":"Live Technology Trend Pulse","description":"Fetch current top Hacker News story titles as a lightweight technology trend pulse.","tags":["B2B & Leads"],"x-price-usdc":"0.15","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Hacker News Firebase API","x-tags":["research","business","startups","market"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Give me a market overview for the vertical farming industry.","responses":{"200":{"description":"Live Technology Trend Pulse response","content":{"application/json":{"example":{"industry":"Vertical Farming","market_size_usd":"5.6 Billion (2025 est.)","cagr_percent":24.5,"key_drivers":["Urbanization","Climate change impact on traditional agriculture","Advancements in LED efficiency"],"major_competitors":["Bowery Farming","Plenty","AeroFarms (Restructured)"],"challenges":["High energy costs","Capital intensive setup"]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.15"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"industry","in":"query","required":true,"schema":{"type":"string"},"description":"Specific industry or market segment."},{"name":"region","in":"query","required":false,"schema":{"type":"string"},"description":"Geographic region (e.g., Global, NA, EMEA)."}]}},"/api/v1/github_trending":{"get":{"operationId":"github_trending","summary":"Popular Recently Created GitHub Repositories","description":"Fetch the most-starred repositories created during a selected recent period through the GitHub Search API. This is not GitHub's private trending algorithm.","tags":["Miscellaneous"],"x-price-usdc":"0.10","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"GitHub Search API","x-tags":["developer","github","code","trends"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What are the trending Rust repos today?","responses":{"200":{"description":"Popular Recently Created GitHub Repositories response","content":{"application/json":{"example":{"language":"Rust","period":"daily","repositories":[{"name":"ratatui","owner":"ratatui-org","stars_today":145,"total_stars":10200,"description":"A Rust library to build rich terminal user interfaces.","url":"https://github.com/ratatui-org/ratatui"},{"name":"leptos","owner":"leptos-rs","stars_today":89,"total_stars":15400,"description":"Build fast web applications with Rust.","url":"https://github.com/leptos-rs/leptos"}]}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.10"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"language","in":"query","required":false,"schema":{"type":"string"},"description":"Programming language to filter by."},{"name":"period","in":"query","required":false,"schema":{"type":"string"},"description":"Time period: daily, weekly, or monthly."}]}},"/api/v1/job_postings":{"get":{"operationId":"job_postings","summary":"Remote Job Postings","description":"Fetch and filter current remote job listings from Remote OK with source and apply links.","tags":["Miscellaneous"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"Remote OK public API","x-tags":["jobs","careers","hiring","recruitment"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Find remote data engineer roles posted in the last 3 days.","responses":{"200":{"description":"Remote Job Postings response","content":{"application/json":{"example":{"jobs":[{"id":"job_991823","company":"Stripe","title":"Data Engineer, Infrastructure","location":"Remote (US)","salary_range":"$150k - $210k","posted_at":"2026-08-01T10:00:00Z","apply_url":"https://stripe.com/jobs/..."},{"id":"job_991824","company":"Snowflake","title":"Senior Data Engineer","location":"Remote (Global)","salary_range":"Not Disclosed","posted_at":"2026-07-31T12:00:00Z","apply_url":"https://snowflake.com/careers/..."}],"total_found":42}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"title","in":"query","required":true,"schema":{"type":"string"},"description":"Job title or keyword."},{"name":"remote","in":"query","required":false,"schema":{"type":"boolean"},"description":"Filter for remote-only roles."},{"name":"days_old","in":"query","required":false,"schema":{"type":"integer"},"description":"Maximum age of the posting in days."}]}},"/api/v1/tech_stack_lookup":{"get":{"operationId":"tech_stack_lookup","summary":"Public Website Technology Fingerprint","description":"Fetch a public website with private-network blocking and report transparent heuristic technology signatures from markup and headers.","tags":["B2B & Leads"],"x-price-usdc":"0.05","x-data-mode":"live_source","x-billable":true,"x-availability":"operational","x-source":"live page and response-header fingerprinting","x-tags":["developer","b2b","sales","technographics"],"x-freshness":"live_upstream_on_request","x-latency-ms":null,"x-reliability":null,"x-example-prompt":"What tech stack does stripe.com use?","responses":{"200":{"description":"Public Website Technology Fingerprint response","content":{"application/json":{"example":{"domain":"stripe.com","technologies":{"frontend":["React","Next.js","Tailwind CSS"],"backend":["Ruby on Rails","Node.js"],"analytics":["Segment","Google Analytics"],"hosting":["AWS"],"marketing":["Marketo"]},"confidence_score":0.95}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"0.05"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"parameters":[{"name":"domain","in":"query","required":true,"schema":{"type":"string"},"description":"Website domain name."}]}},"/api/v1/create_agent_token":{"post":{"operationId":"create_agent_token","summary":"Create Persistent Agent Credit Token","description":"Exchange a verified $1.00 Base USDC payment for a hashed bearer token with persistent marketplace credit valid for 30 days.","tags":["Platform"],"x-price-usdc":"1.00","x-data-mode":"payment_service","x-billable":true,"x-availability":"operational","x-source":"verified Base USDC and Firestore credit ledger","x-tags":["security","auth","agents","platform"],"x-freshness":null,"x-latency-ms":null,"x-reliability":null,"x-example-prompt":"Create a persistent marketplace credit token for my research agent.","responses":{"200":{"description":"Create Persistent Agent Credit Token response","content":{"application/json":{"example":{"success":true,"agent_name":"ResearchBot_1","bearer_token":"x402_bearer_...","credited_balance_usdc":"1.00","expires_in_days":30}}}},"402":{"description":"Payment Required. Read PAYMENT-REQUIRED, sign the x402 v2 challenge, and retry with PAYMENT-SIGNATURE. Existing clients may use the legacy transaction-hash headers documented in the response body."},"409":{"description":"Catalog entry is preview-only and cannot accept payment."},"503":{"description":"A required live dependency is temporarily unavailable."}},"security":[{"x402PaymentSignature":[]},{"x402PaymentTx":[],"x402PaymentId":[]}],"x-payment-info":{"protocols":["x402"],"version":2,"scheme":"exact","price":{"mode":"fixed","currency":"USD","amount":"1.00"},"network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0x7C69323FC27E1CA39bed9822d9D74c9A22618eDC","facilitator":"https://facilitator.payai.network"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"agent_name":{"type":"string","description":"Identifier for the sub-agent."}}},"example":{"agent_name":"ResearchBot_1"}}}}}}}}