developer & data tools · built for agents

x402node

Precise, deterministic tools an LLM cannot guess — on-chain data, parsing, crypto, conversion, text and more — priced and structured for autonomous agents, settled trustlessly over x402.

556 endpoints · 50 categories · USDC on Base · no accounts, no API keys, no subscriptions

01 Quick start

Install (JS / TypeScript)

npm i x402-fetch viem
import { wrapFetchWithPayment } from "x402-fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_KEY");
const wallet  = createWalletClient({ account, chain: base, transport: http() });
const pay     = wrapFetchWithPayment(fetch, wallet);

const r = await pay("https://api.x402node.dev/chain/tx-decode?tx=0x...");
console.log(await r.json());   // 402 -> auto-sign EIP-3009 -> 200 + data

Inspect from the command line

curl -i https://api.x402node.dev/dev/uuid
# HTTP/1.1 402 Payment Required
# the body carries the x402 payment terms (network, amount, asset)
# a paying client signs EIP-3009 and retries with the X-PAYMENT header

Any x402-capable client or agent works — the protocol is plain HTTP. Python client and MCP server are on the way.

02 How it works

x402 is HTTP's native payment standard. The server returns 402 Payment Required with payment terms; the client signs an EIP-3009 authorization; the Coinbase CDP facilitator settles on Base; the request is fulfilled. End-to-end in roughly one second. No account, no key, no subscription — the agent simply pays per call.

03 Links

04 Get your API on x402

x402 onboarding service

Have an API or data feed you want agents to pay for? We handle the full x402 integration — payment gating, pricing, on-chain settlement, manifest and directory listing — and get you live and discoverable for autonomous agents.

support@x402node.dev →

05 Endpoints (556)

⚠ These endpoints are paid programmatically by AI agents and x402 clients. Clicking a link opens the raw API and returns HTTP 402 — do not try to pay manually with a browser wallet; it will not complete. Integrate with an x402 client (x402-fetch) or an x402-capable agent.

crypto · 78

/crypto/abi-decode $0.02 ABI-decode hex data given an ordered list of solidity types. /crypto/abi-encode $0.02 ABI-encode typed values into calldata-ready hex. /crypto/address-checksum $0.003 Validate and compute the EIP-55 checksum of an Ethereum address - precise mixed-case checksum that catches typos, which LLMs cannot reliably produce. /crypto/aes-decrypt $0.016 Decrypt AES-256-GCM ciphertext given the key, IV, and authentication tag. /crypto/aes-encrypt $0.016 Encrypt plaintext using AES-256-GCM with a 32-byte key. /crypto/convert/ada/usd/ada-usd $0.004 Convert ADA to USD at live price. /crypto/convert/apt/usd/apt-usd $0.004 Convert APT to USD at live price. /crypto/convert/arb/usd/arb-usd $0.004 Convert ARB to USD at live price. /crypto/convert/atom/usd/atom-usd $0.004 Convert ATOM to USD at live price. /crypto/convert/avax/usd/avax-usd $0.004 Convert AVAX to USD at live price. /crypto/convert/bch/usd/bch-usd $0.004 Convert BCH to USD at live price. /crypto/convert/bnb/usd/bnb-usd $0.004 Convert BNB to USD at live price. /crypto/convert/btc/usd/btc-usd $0.004 Convert BTC to USD at live price. /crypto/convert/dai/usd/dai-usd $0.004 Convert DAI to USD at live price. /crypto/convert/doge/usd/doge-usd $0.004 Convert DOGE to USD at live price. /crypto/convert/dot/usd/dot-usd $0.004 Convert DOT to USD at live price. /crypto/convert/etc/usd/etc-usd $0.004 Convert ETC to USD at live price. /crypto/convert/eth/usd/eth-usd $0.004 Convert ETH to USD at live price. /crypto/convert/fil/usd/fil-usd $0.004 Convert FIL to USD at live price. /crypto/convert/inj/usd/inj-usd $0.004 Convert INJ to USD at live price. /crypto/convert/link/usd/link-usd $0.004 Convert LINK to USD at live price. /crypto/convert/ltc/usd/ltc-usd $0.004 Convert LTC to USD at live price. /crypto/convert/matic/usd/matic-usd $0.004 Convert MATIC to USD at live price. /crypto/convert/near/usd/near-usd $0.004 Convert NEAR to USD at live price. /crypto/convert/op/usd/op-usd $0.004 Convert OP to USD at live price. /crypto/convert/pepe/usd/pepe-usd $0.004 Convert PEPE to USD at live price. /crypto/convert/shib/usd/shib-usd $0.004 Convert SHIB to USD at live price. /crypto/convert/sol/usd/sol-usd $0.004 Convert SOL to USD at live price. /crypto/convert/sui/usd/sui-usd $0.004 Convert SUI to USD at live price. /crypto/convert/ton/usd/ton-usd $0.004 Convert TON to USD at live price. /crypto/convert/trx/usd/trx-usd $0.004 Convert TRX to USD at live price. /crypto/convert/uni/usd/uni-usd $0.004 Convert UNI to USD at live price. /crypto/convert/usdc/usd/usdc-usd $0.004 Convert USDC to USD at live price. /crypto/convert/usdt/usd/usdt-usd $0.004 Convert USDT to USD at live price. /crypto/convert/xlm/usd/xlm-usd $0.004 Convert XLM to USD at live price. /crypto/convert/xrp/usd/xrp-usd $0.004 Convert XRP to USD at live price. /crypto/eip712-hash $0.005 Compute the exact EIP-712 typed-data hash, domain separator and struct hash from domain, types, primaryType and message - the precise keccak256 digest used for signature recovery that LLMs cannot calculate. /crypto/hmac $0.008 Compute HMAC of a message with a secret key using any standard hash algorithm. /crypto/keccak $0.004 Compute the exact keccak256 hash and 4-byte function selector of any string or hex input - the precise Ethereum hash that LLMs cannot calculate correctly. /crypto/namehash $0.01 Compute the ENS namehash and keccak labelhash for a name like vitalik.eth. /crypto/pbkdf2 $0.016 Derive a cryptographic key from a password using PBKDF2 with configurable iterations, salt, and hash algorithm. /crypto/price $0.01 Universal crypto price with smart localization for ANY coin. /crypto/price/ada/usd/ada-usd $0.004 Live ADA to USD price (Cardano / US Dollar). /crypto/price/apt/usd/apt-usd $0.004 Live APT to USD price (Aptos / US Dollar). /crypto/price/arb/usd/arb-usd $0.004 Live ARB to USD price (Arbitrum / US Dollar). /crypto/price/atom/usd/atom-usd $0.004 Live ATOM to USD price (Cosmos / US Dollar). /crypto/price/avax/usd/avax-usd $0.004 Live AVAX to USD price (Avalanche / US Dollar). /crypto/price/bch/usd/bch-usd $0.004 Live BCH to USD price (Bitcoin Cash / US Dollar). /crypto/price/bnb/usd/bnb-usd $0.004 Live BNB to USD price (BNB / US Dollar). /crypto/price/btc/usd/btc-usd $0.004 Live BTC to USD price (Bitcoin / US Dollar). /crypto/price/dai/usd/dai-usd $0.004 Live DAI to USD price (Dai / US Dollar). /crypto/price/doge/usd/doge-usd $0.004 Live DOGE to USD price (Dogecoin / US Dollar). /crypto/price/dot/usd/dot-usd $0.004 Live DOT to USD price (Polkadot / US Dollar). /crypto/price/etc/usd/etc-usd $0.004 Live ETC to USD price (Ethereum Classic / US Dollar). /crypto/price/eth/usd/eth-usd $0.004 Live ETH to USD price (Ethereum / US Dollar). /crypto/price/fil/usd/fil-usd $0.004 Live FIL to USD price (Filecoin / US Dollar). /crypto/price/inj/usd/inj-usd $0.004 Live INJ to USD price (Injective / US Dollar). /crypto/price/link/usd/link-usd $0.004 Live LINK to USD price (Chainlink / US Dollar). /crypto/price/ltc/usd/ltc-usd $0.004 Live LTC to USD price (Litecoin / US Dollar). /crypto/price/matic/usd/matic-usd $0.004 Live MATIC to USD price (Polygon / US Dollar). /crypto/price/near/usd/near-usd $0.004 Live NEAR to USD price (NEAR Protocol / US Dollar). /crypto/price/op/usd/op-usd $0.004 Live OP to USD price (Optimism / US Dollar). /crypto/price/pepe/usd/pepe-usd $0.004 Live PEPE to USD price (Pepe / US Dollar). /crypto/price/shib/usd/shib-usd $0.004 Live SHIB to USD price (Shiba Inu / US Dollar). /crypto/price/sol/usd/sol-usd $0.004 Live SOL to USD price (Solana / US Dollar). /crypto/price/sui/usd/sui-usd $0.004 Live SUI to USD price (Sui / US Dollar). /crypto/price/ton/usd/ton-usd $0.004 Live TON to USD price (Toncoin / US Dollar). /crypto/price/trx/usd/trx-usd $0.004 Live TRX to USD price (TRON / US Dollar). /crypto/price/uni/usd/uni-usd $0.004 Live UNI to USD price (Uniswap / US Dollar). /crypto/price/usdc/usd/usdc-usd $0.004 Live USDC to USD price (USD Coin / US Dollar). /crypto/price/usdt/usd/usdt-usd $0.004 Live USDT to USD price (Tether / US Dollar). /crypto/price/xlm/usd/xlm-usd $0.004 Live XLM to USD price (Stellar / US Dollar). /crypto/price/xrp/usd/xrp-usd $0.004 Live XRP to USD price (XRP Ripple / US Dollar). /crypto/random-bytes $0.0022 Generate cryptographically secure random bytes in hex or base64 encoding. /crypto/selector $0.01 Compute the 4-byte function/error selector and full keccak topic from a solidity signature, e.g. /crypto/sign-verify $0.02 Recover the signer of an EIP-191 personal_sign signature over a message, and optionally check it against an expected address. /crypto/supply $0.0022 Token supply data by symbol via CoinGecko. /crypto/units $0.01 Convert between EVM units (wei, gwei, ether) or arbitrary token decimals.

chain · 71

/chain/account-nonce $0.005 Transaction count (nonce) for an address across 7 EVM chains, including pending vs confirmed to reveal stuck mempool transactions - agents need the correct nonce to build and send transactions and to detect pending txs. /chain/address-info $0.005 Profile any address on five EVM chains: contract or EOA detection, bytecode size, transaction nonce and native balance. /chain/address-type $0.006 Detect whether an address is an EOA, generic contract, Gnosis Safe multisig, ERC20 token, ERC721 NFT or upgradeable proxy via on-chain probing, with an interaction hint - critical for agents because each type requires completely different handling before transacting. /chain/airdrop-check $0.005 Check whether a wallet holds or has claimed a specific airdrop/token contract balance on EVM chains, with symbol and formatted amount. /chain/allowance-risk $0.005 Check the exact ERC20 allowance an owner granted a spender and flag unlimited approvals that let a contract drain funds - a pre-transaction safety check agents need that LLMs cannot perform. /chain/balance $0.004 Native coin balance for any address on Ethereum, Base, Arbitrum, Optimism or Polygon, optionally an ERC20 token balance with symbol and decimals. /chain/balance-multi $0.012 Native token balance of an address across major EVM chains (Ethereum, Base, Arbitrum, Optimism, Polygon, BSC) in a single call, each valued in USD with a portfolio total. /chain/base-gas $0.005 Base L2 mainnet current gas price (gwei) via LlamaRPC eth_gasPrice. /chain/block $0.004 Block info on five EVM chains, latest by default or by number: timestamp, transaction count, gas used, base fee and sample transaction hashes. /chain/block-info $0.004 Latest block on 7 EVM chains with gas utilization and a congestion rating (low/moderate/high) plus block age - lets agents check chain liveness and whether the network is busy before submitting a transaction, real-time data. /chain/btc-balance $0.005 Bitcoin address balance and stats via blockstream.info (no key). /chain/btc-fees $0.005 Bitcoin recommended fee rates (sat/vB) for fast/half-hour/hour/economy/minimum via mempool.space. /chain/chainlink-price $0.004 Onchain ETH, BTC or LINK USD price straight from Chainlink mainnet oracles with round id, update time and the feed address for auditability. /chain/code-size $0.004 Bytecode size of an address across 7 EVM chains - zero means a regular wallet (EOA), non-zero means a contract with the byte count indicating complexity - a fast primitive for agents to distinguish wallets from contracts before interacting. /chain/contract-abi $0.005 Fetch the verified ABI of a smart contract with function and event signatures across multiple EVM chains - required for agents to correctly encode contract calls, which LLMs cannot retrieve live. /chain/contract-creation $0.005 Find who deployed a contract and in which transaction on Ethereum mainnet - lets agents verify a contract's deployer and origin before trusting it, provenance data LLMs cannot look up. /chain/contract-verify $0.005 Check whether a smart contract's source code is verified on the block explorer, with contract name, compiler and proxy status across Ethereum/Base/Arbitrum/Optimism/Polygon/BSC - a pre-interaction safety check agents need that LLMs cannot perform live. /chain/counterparties $0.018 Map an address's most frequent counterparties from token transfers with known exchange and entity labels - reveals who a wallet deals with (exchanges, contracts, related wallets) for counterparty due diligence and relationship mapping - intelligence agents cannot assemble, from labelled data behind an API key. /chain/counterparty-graph $0.01 Build a counterparty interaction graph for an address from on-chain transfers - ranks who it sends to and receives from, flagging bidirectional links for cluster and AML analysis, on Base. /chain/defi-tvl $0.005 Total value locked for any DeFi protocol with per-chain breakdown via DefiLlama, by protocol slug such as aave-v3 or uniswap. /chain/dex-price $0.005 token price, dex price, erc20 usd price, defi token value, onchain price feed, swap rate, token quote, coingecko alternative. /chain/early-buyers $0.018 The earliest buyers of a token in chain order with wallet labels - reveals who got in first, the early smart money, insiders or snipers, so agents can study entry patterns and follow early movers, from data behind an API key. /chain/ens $0.005 Resolve ENS names to Ethereum addresses and reverse resolve addresses to their primary ENS name on mainnet. /chain/ens-records $0.006 ens records, ens profile, ens avatar, ens twitter lookup, ens text record, ethereum name service metadata. /chain/erc20-supply $0.004 token supply, erc20 total supply, circulating supply, token info, coin supply. /chain/eth-balance $0.005 Ethereum mainnet native ETH balance for an address via LlamaRPC (no API key). /chain/eth-gas $0.005 Ethereum mainnet current gas price (gwei) via LlamaRPC eth_gasPrice plus latest block base fee. /chain/eth-tx $0.008 Ethereum transaction details and receipt by hash via LlamaRPC. /chain/first-funder $0.01 Pairs with x402 dewash for sybil cluster and burner wallet analysis. /chain/gas-compare $0.005 Live gas price across Base, Ethereum, Arbitrum, Optimism, Polygon and BSC sorted cheapest first - lets agents pick the cheapest chain to execute an operation right now, real-time data that changes constantly and LLMs cannot know. /chain/gas-estimate $0.012 Estimates the USD gas cost of a common action (transfer, erc20-transfer, approve, swap, nft-mint) across EVM chains, combining live gas price per chain with the native token price. /chain/gas-oracle $0.006 Live gas oracle with slow, standard and fast fee tiers computed from recent block fee history - current base fee plus recommended priority fees and the cost of a standard transfer, so agents can set the right gas price and decide when to submit transactions. /chain/holder-distribution $0.01 Top token holders and whale concentration for an ERC20 on Base, estimated from recent Transfer events, with each holder's percentage. /chain/holder-stats $0.015 Token holder statistics with growth trend - total holders, how they acquired the token (swap/transfer/airdrop) and holder count change across time windows flagged as accumulating or distributing - an adoption and accumulation signal for agents that LLMs cannot see, from data behind an API key. /chain/honeypot $0.01 Heuristic honeypot and risk check for an ERC20 token via on-chain eth_call - detects active owner control and transfer restrictions that can trap buyers, on Ethereum and Base. /chain/lp-math $0.08 Uniswap V2 and Aerodrome LP position math on Base: underlying token amounts, pool share, current value, and impermanent loss versus holding. /chain/mempool-gas $0.004 Real-time gas estimates from the pending block base fee with slow/standard/fast tiers in gwei on EVM chains. /chain/multi-gas $0.006 Current gas price across Ethereum, Base, Arbitrum, Optimism and Polygon in one call, returns gwei gas price and latest base fee per chain. /chain/proxy-detect $0.005 Detect whether a contract is an upgradeable proxy and resolve its implementation address by reading EIP-1967/1822 storage slots on Ethereum or Base - on-chain state LLMs cannot access. /chain/sig-decode $0.004 Decode a 4-byte function selector or calldata into human-readable Solidity function signatures via openchain - reverses on-chain selectors that LLMs cannot know. /chain/smart-money-converge $0.02 检测多个钱包在指定时间窗内共同买入(获取)同一代币的聪明钱共振 / FOMO 信号。传入你追踪的聪明钱地址列表,返回被其中至少 N 个地址在窗口内共同买入的代币,含买入地址与首次、最近买入时间。支持多链。Smart-money convergence FOMO signal: detect tokens acquired by multiple watched wallets within a time window. /chain/smart-money-score $0.02 Composite smart-money score (0-100) for any trader wallet - combines realized profit, ROI and trading scale into one rating with tier (elite/strong/competent), after filtering out contracts so only real traders are scored - a computed judgment for agents ranking wallets to copy-trade or vet against other sources. /chain/token-age $0.005 Determine how old a token contract is from its first on-chain activity, flagging very new tokens as high rug-risk - a pre-trade safety signal agents need that LLMs cannot look up. /chain/token-allowance $0.005 Check the ERC20 allowance an owner has granted a spender, returns raw and formatted amount with token symbol and decimals on five EVM chains. /chain/token-approvals $0.005 Check the exact ERC20 allowance an owner has granted to a spender contract, flagging unlimited approvals for revocation, on EVM chains. /chain/token-checkup $0.012 One-call token safety check that aggregates contract verification, on-chain age, proxy status and market cap rank into a single risk score and verdict - combines multiple sources an agent would otherwise query and reason over separately. /chain/token-holders $0.05 Token holder concentration on Base: top holder percentages, top 10 share, holder count, and which top holders are contracts like pools or bridges versus real wallets. /chain/token-holders $0.05 Token holder concentration on Base: top holder percentages, top 10 share, holder count, and which top holders are contracts like pools or bridges versus real wallets. /chain/token-liquidity $0.015 Total DEX liquidity depth for a token across all pools with 24h volume and a depth rating that tells agents whether a large trade is safe or will suffer heavy slippage - essential pre-trade liquidity intelligence aggregated from data behind an API key. /chain/token-meta $0.005 ERC20 token metadata lookup on Base or Ethereum, returns name, symbol, decimals and total supply for a token contract address. /chain/token-smart-money $0.025 Share of a token's recent buyers that are profitable smart-money wallets, filtering out high-frequency bots - tells agents whether smart money is actually accumulating a token right now, a high-conviction buy signal that combines per-wallet profitability scoring across many buyers. /chain/token-tax $0.006 Inspect an ERC20 token contract for buy/sell tax fields, owner renouncement and basic honeypot risk flags on EVM chains. /chain/token-traders $0.018 Recent buyers and sellers of a token with buy/sell pressure ratio and the most active traders labelled - reveals real-time demand and who is accumulating or dumping right now, smart-money trade-flow intelligence agents act on, from data behind an API key. /chain/tx-cost $0.005 Estimate the USD cost of a transaction (transfer, ERC20 transfer, approve, swap, NFT mint) on Base/Ethereum/Arbitrum/Optimism/Polygon from live gas price and native token price - lets agents decide whether an action is worth the fee before sending. /chain/tx-decode $0.05 Decode EVM calldata or a Base tx hash into a readable function call: signature, selector, and decoded typed arguments. /chain/tx-simulate $0.01 Simulate an EVM transaction via static eth_call before sending - predicts return data, revert reason and estimated gas without broadcasting, on Ethereum/Base/Arbitrum/Optimism. /chain/tx-status $0.005 Transaction receipt lookup by hash on five EVM chains: success or reverted status, block, gas used, effective gas price and log count. /chain/wallet-activity $0.008 Wallet activity profile - total transactions, NFT and token counts classified into an activity tier (dormant/regular/active/bot) - helps agents gauge whether a counterparty is an established user or a fresh/suspicious wallet, from data behind an API key. /chain/wallet-approvals $0.015 Active token approvals for a wallet with unlimited-allowance risk flags - shows which contracts (spenders) can move which tokens and highlights the unlimited approvals that are the number one wallet-drain risk, so agents can audit and revoke before funds are lost, from data behind an API key. /chain/wallet-balance $0.004 Wallet balance across EVM chains. /chain/wallet-compare $0.022 Head-to-head comparison of two wallets' smart-money profiles - realized profit, ROI, trading volume and a composite score each, with a clear winner - lets agents decide which wallet to copy-trade or trust when choosing between candidates, a computed judgment across both. /chain/wallet-label $0.005 Heuristic on-chain labels for any address - contract vs EOA, activity tier, balance band and transaction count - on EVM chains. /chain/wallet-networth $0.025 Total USD net worth of a wallet aggregated across Ethereum, Base, Arbitrum, Optimism and Polygon with per-chain breakdown, spam filtered - multi-chain portfolio valuation agents cannot compute themselves. /chain/wallet-pnl $0.018 Realized trading profit and loss for any wallet - total profit USD, ROI percentage, trade count and a smart-money tier (elite/strong/profitable/losing) - lets agents identify profitable smart-money wallets to copy-trade or vet a counterparty's real track record, from data behind an API key. /chain/wallet-portfolio $0.022 Full token portfolio of a wallet with live USD value per token and total, spam filtered and sorted by value via Moralis - a real-time valued portfolio snapshot agents cannot assemble. /chain/wallet-profile $0.015 Counterparty risk profile of a wallet in one call - OFAC sanctions screening plus multi-chain net worth and on-chain activity, combined into a trust score - the pre-transaction due diligence an agent needs on an unknown address, aggregated from sources it would otherwise query separately. /chain/wallet-tokens $0.008 List the ERC20 tokens an address holds on Base with symbol, decimals and formatted balance for each nonzero position. /chain/wallet-trades $0.018 Recent swap activity of a wallet - what tokens it is buying and selling right now and whether it is net accumulating or distributing - a live copy-trade signal letting agents follow what a smart-money wallet is doing, from data behind an API key. /chain/whale-alert $0.006 Detect the largest recent transfers of a token to spot whale accumulation or dumping before price moves - a real-time edge for trading agents that LLMs cannot see. /chain/whale-transfers $0.015 Recent large (whale) transfers of a token across EVM chains - who is moving big amounts, from and to which wallets, signalling accumulation or distribution before price moves - smart-money flow intelligence agents act on, aggregated from data behind an API key. /chain/yield-rates $0.006 Top DeFi yield/APY opportunities across protocols and chains via DefiLlama, filterable by token symbol or chain, sorted by APY.

forex · 65

/forex/convert/aud/jpy/aud-jpy $0.004 Convert AUD to JPY at live rate. /forex/convert/aud/usd/aud-usd $0.004 Convert AUD to USD at live rate. /forex/convert/cad/usd/cad-usd $0.004 Convert CAD to USD at live rate. /forex/convert/chf/usd/chf-usd $0.004 Convert CHF to USD at live rate. /forex/convert/cny/hkd/cny-hkd $0.004 Convert CNY to HKD at live rate. /forex/convert/cny/usd/cny-usd $0.004 Convert CNY to USD at live rate. /forex/convert/eur/gbp/eur-gbp $0.004 Convert EUR to GBP at live rate. /forex/convert/eur/jpy/eur-jpy $0.004 Convert EUR to JPY at live rate. /forex/convert/eur/usd/eur-usd $0.004 Convert EUR to USD at live rate. /forex/convert/gbp/eur/gbp-eur $0.004 Convert GBP to EUR at live rate. /forex/convert/gbp/jpy/gbp-jpy $0.004 Convert GBP to JPY at live rate. /forex/convert/gbp/usd/gbp-usd $0.004 Convert GBP to USD at live rate. /forex/convert/hkd/cny/hkd-cny $0.004 Convert HKD to CNY at live rate. /forex/convert/hkd/usd/hkd-usd $0.004 Convert HKD to USD at live rate. /forex/convert/jpy/aud/jpy-aud $0.004 Convert JPY to AUD at live rate. /forex/convert/jpy/eur/jpy-eur $0.004 Convert JPY to EUR at live rate. /forex/convert/jpy/gbp/jpy-gbp $0.004 Convert JPY to GBP at live rate. /forex/convert/jpy/usd/jpy-usd $0.004 Convert JPY to USD at live rate. /forex/convert/krw/usd/krw-usd $0.004 Convert KRW to USD at live rate. /forex/convert/nzd/usd/nzd-usd $0.004 Convert NZD to USD at live rate. /forex/convert/sgd/usd/sgd-usd $0.004 Convert SGD to USD at live rate. /forex/convert/usd/aud/usd-aud $0.004 Convert USD to AUD at live rate. /forex/convert/usd/cad/usd-cad $0.004 Convert USD to CAD at live rate. /forex/convert/usd/chf/usd-chf $0.004 Convert USD to CHF at live rate. /forex/convert/usd/cny/usd-cny $0.004 Convert USD to CNY at live rate. /forex/convert/usd/eur/usd-eur $0.004 Convert USD to EUR at live rate. /forex/convert/usd/gbp/usd-gbp $0.004 Convert USD to GBP at live rate. /forex/convert/usd/hkd/usd-hkd $0.004 Convert USD to HKD at live rate. /forex/convert/usd/jpy/usd-jpy $0.004 Convert USD to JPY at live rate. /forex/convert/usd/krw/usd-krw $0.004 Convert USD to KRW at live rate. /forex/convert/usd/nzd/usd-nzd $0.004 Convert USD to NZD at live rate. /forex/convert/usd/sgd/usd-sgd $0.004 Convert USD to SGD at live rate. /forex/rate $0.006 Universal forex rate for ANY currency pair. /forex/rate/aud/jpy/aud-jpy $0.004 Live AUD to JPY exchange rate (Australian Dollar / Japanese Yen). /forex/rate/aud/usd/aud-usd $0.004 Live AUD to USD exchange rate (Australian Dollar / US Dollar). /forex/rate/cad/usd/cad-usd $0.004 Live CAD to USD exchange rate (Canadian Dollar / US Dollar). /forex/rate/chf/usd/chf-usd $0.004 Live CHF to USD exchange rate (Swiss Franc / US Dollar). /forex/rate/cny/hkd/cny-hkd $0.004 Live CNY to HKD exchange rate (Chinese Yuan / Hong Kong Dollar). /forex/rate/cny/usd/cny-usd $0.004 Live CNY to USD exchange rate (Chinese Yuan / US Dollar). /forex/rate/eur/gbp/eur-gbp $0.004 Live EUR to GBP exchange rate (Euro / British Pound). /forex/rate/eur/jpy/eur-jpy $0.004 Live EUR to JPY exchange rate (Euro / Japanese Yen). /forex/rate/eur/usd/eur-usd $0.004 Live EUR to USD exchange rate (Euro / US Dollar). /forex/rate/gbp/eur/gbp-eur $0.004 Live GBP to EUR exchange rate (British Pound / Euro). /forex/rate/gbp/jpy/gbp-jpy $0.004 Live GBP to JPY exchange rate (British Pound / Japanese Yen). /forex/rate/gbp/usd/gbp-usd $0.004 Live GBP to USD exchange rate (British Pound / US Dollar). /forex/rate/hkd/cny/hkd-cny $0.004 Live HKD to CNY exchange rate (Hong Kong Dollar / Chinese Yuan). /forex/rate/hkd/usd/hkd-usd $0.004 Live HKD to USD exchange rate (Hong Kong Dollar / US Dollar). /forex/rate/jpy/aud/jpy-aud $0.004 Live JPY to AUD exchange rate (Japanese Yen / Australian Dollar). /forex/rate/jpy/eur/jpy-eur $0.004 Live JPY to EUR exchange rate (Japanese Yen / Euro). /forex/rate/jpy/gbp/jpy-gbp $0.004 Live JPY to GBP exchange rate (Japanese Yen / British Pound). /forex/rate/jpy/usd/jpy-usd $0.004 Live JPY to USD exchange rate (Japanese Yen / US Dollar). /forex/rate/krw/usd/krw-usd $0.004 Live KRW to USD exchange rate (Korean Won / US Dollar). /forex/rate/nzd/usd/nzd-usd $0.004 Live NZD to USD exchange rate (New Zealand Dollar / US Dollar). /forex/rate/sgd/usd/sgd-usd $0.004 Live SGD to USD exchange rate (Singapore Dollar / US Dollar). /forex/rate/usd/aud/usd-aud $0.004 Live USD to AUD exchange rate (US Dollar / Australian Dollar). /forex/rate/usd/cad/usd-cad $0.004 Live USD to CAD exchange rate (US Dollar / Canadian Dollar). /forex/rate/usd/chf/usd-chf $0.004 Live USD to CHF exchange rate (US Dollar / Swiss Franc). /forex/rate/usd/cny/usd-cny $0.004 Live USD to CNY exchange rate (US Dollar / Chinese Yuan). /forex/rate/usd/eur/usd-eur $0.004 Live USD to EUR exchange rate (US Dollar / Euro). /forex/rate/usd/gbp/usd-gbp $0.004 Live USD to GBP exchange rate (US Dollar / British Pound). /forex/rate/usd/hkd/usd-hkd $0.004 Live USD to HKD exchange rate (US Dollar / Hong Kong Dollar). /forex/rate/usd/jpy/usd-jpy $0.004 Live USD to JPY exchange rate (US Dollar / Japanese Yen). /forex/rate/usd/krw/usd-krw $0.004 Live USD to KRW exchange rate (US Dollar / Korean Won). /forex/rate/usd/nzd/usd-nzd $0.004 Live USD to NZD exchange rate (US Dollar / New Zealand Dollar). /forex/rate/usd/sgd/usd-sgd $0.004 Live USD to SGD exchange rate (US Dollar / Singapore Dollar).

market · 37

/market/basis $0.01 Perpetual premium and basis for a symbol: OKX perp mark price versus the spot index, returning the absolute basis, premium percent and an interpretation of perp positioning. /market/coin-derivatives $0.02 One-call perpetual dashboard for a coin: funding rate (annualized), open interest, mark price, spot index and perp premium, aggregated from OKX. /market/commodities $0.012 Live prices for major commodities (gold, silver, WTI and Brent crude, natural gas, copper, platinum) in one call, extending macro coverage beyond crypto. /market/fear-greed $0.005 Current crypto Fear and Greed Index value (0-100) with classification and optional history, a real-time market sentiment signal not available in any LLM training data. /market/funding-arb $0.015 Cross-exchange perpetual funding-rate spread for a symbol across OKX, Bybit and Binance. /market/funding-history $0.01 Lets an agent see whether funding has been persistently positive or negative rather than a single snapshot. /market/funding-rank $0.012 Ranks major coins by perpetual funding rate to surface the most bullish and most bearish perps right now. /market/funding-rate $0.008 Live perpetual futures funding rate for any crypto symbol from OKX, with annualized rate, next funding time and long/short bias interpretation - real-time market data absent from LLM training. /market/funding-rates $0.006 Perpetual funding rates for multiple coins in one call with extreme-rate flags signalling crowded positioning or funding arbitrage - real-time derivatives data agents monitor repeatedly, in a single request instead of N. /market/gas-forecast $0.004 Analyze the short-term base fee trend on Base or Ethereum to advise whether to send a transaction now or wait - a cost-optimization signal for agents that LLMs cannot compute from live blocks. /market/global-stats $0.005 Global crypto market snapshot - total market cap, 24h volume, BTC and ETH dominance and 24h market-cap change - macro context agents use for risk-on/risk-off positioning and market regime detection. /market/indicators $0.008 Live data LLMs cannot see. /market/liquidations $0.007 Recent forced liquidation orders for any crypto perpetual from OKX, split by long/short - real-time liquidation cascade data not available to LLMs. /market/long-short-ratio $0.006 Live long/short account ratio for any crypto from OKX with history and crowding bias - real-time sentiment positioning data not in any LLM training set. /market/ohlcv $0.006 Live OHLCV candlestick data for any crypto symbol from OKX across timeframes (1m to 1w), with high/low/change summary - real-time price history absent from LLM training data. /market/oi-history $0.01 Open-interest and volume history for a coin over a chosen period, with the latest value and percentage change across the window. /market/open-interest $0.006 Live perpetual futures open interest for any crypto symbol from OKX - total outstanding contracts, a real-time positioning signal absent from LLM training data. /market/options-iv $0.015 Implied volatility index (DVOL) for BTC or ETH from Deribit options, with the latest value, recent change and a regime read. /market/options-max-pain $0.015 Max-pain strike for BTC or ETH options at the nearest expiry, computed from Deribit open interest as the price that minimizes total option-holder payout. /market/options-pcr $0.012 Options put/call ratio for BTC or ETH by open interest, aggregated from Deribit, with total call and put open interest and a sentiment read. /market/orderbook $0.012 Live order-book snapshot for a perpetual: best bid and ask, spread, top-of-book depth and the bid/ask imbalance that signals near-term pressure. /market/overview $0.05 One-call market snapshot for a crypto asset: fear & greed sentiment, perpetual funding rate, open interest and recent liquidations aggregated in a single response. /market/perp-volume $0.012 Ranks perpetual swaps by 24h USD volume across the OKX market in a single call, surfacing where derivatives liquidity and trader attention are concentrated right now. /market/price-multi $0.008 Cross-validated token price aggregated from multiple independent sources (Moralis, DefiLlama) with spread and a reliability rating that flags manipulation or illiquidity risk - protects trading agents from acting on a single manipulated or stale price feed. /market/prices-batch $0.005 Live spot prices for multiple crypto symbols in a single call (BTC, ETH, SOL and more) - one request instead of N for agents monitoring a portfolio or watchlist, real-time data that changes every second. /market/sector-momentum $0.008 Crypto sector rotation ranked by 24h market cap momentum - which narratives/sectors capital is flowing into vs out of, with top coins per sector - a computed allocation signal for agents, not raw data. /market/stablecoin-depeg $0.005 Monitor stablecoin peg deviation from $1 across USDT, USDC, DAI and more, flagging depegs in real time - an exit-risk signal for agents holding stables that LLMs cannot know. /market/stablecoin-info $0.006 Deep profile of any stablecoin - peg mechanism (fiat/crypto/algorithmic), circulating supply by chain, audit status and mint/redeem rules - risk intelligence agents need before holding that LLMs cannot look up live. /market/stablecoin-overview $0.006 Full stablecoin market overview - total market cap, top stablecoins by circulating supply, concentration and breakdown by peg mechanism (fiat vs algorithmic) - live systemic-risk data absent from LLM training. /market/stock-quote $0.012 Real-time stock or index quote (price, day high/low, previous close, volume, change) for a ticker, extending coverage beyond crypto into TradFi. /market/support-resistance $0.008 Support and resistance levels for any crypto from live OKX candles - classic floor-trader pivots (P, R1-R3, S1-S3) plus swing-based levels clustered by strength (touches), with nearest support and resistance to the current price and distance in percent. /market/taker-ratio $0.01 Taker buy/sell volume ratio for a coin, showing aggressive order-flow bias over the recent window. /market/ticker $0.005 Live spot ticker for any crypto symbol from OKX - last price, 24h high/low/volume/change and bid/ask, real-time market data absent from LLM training. /market/token-chart $0.015 OHLCV candlestick chart data for a DEX pair across timeframes (1h/4h/1d/1w) - open, high, low, close and volume per candle for agents running technical analysis on price trends, support and resistance, real-time data behind an API key. /market/token-momentum $0.007 Token price momentum signal from real-time 24h change, classifying pump/dump/rising/falling with volatility flags - a timing signal for trading agents to spot breakouts or crashes, computed from live data LLMs cannot see. /market/top-movers $0.006 Top crypto gainers and losers over the last 24 hours among the top-250 market-cap coins - ranked by price change with volume and market cap, a momentum and rotation signal for agents tracking what is moving. /market/trending-tokens $0.012 Trending tokens right now by on-chain activity and momentum across Base, Ethereum, Solana and more - what is gaining attention and volume, an early momentum signal for agents chasing narratives, real-time data behind an API key.

stock · 29

/stock/cn-index $0.01 China A-share major indices snapshot in one call: Shanghai Composite, Shenzhen Component, ChiNext, and CSI 300 — with price, change, percent change, day range and volume. /stock/cn-limit $0.02 A-share daily limit-up board review. /stock/cn-moneyflow $0.02 China A-share single-stock money-flow: main-force (institutional) net inflow over recent sessions, with net amount, main-force ratio and daily breakdown. /stock/quote $0.01 Adds local-currency reference value on request. /stock/quote/aapl $0.005 Live AAPL Apple Inc stock quote (NASDAQ). /stock/quote/amd $0.005 Live AMD AMD stock quote (NASDAQ). /stock/quote/amzn $0.005 Live AMZN Amazon stock quote (NASDAQ). /stock/quote/arkk $0.005 Live ARKK ARK Innovation ETF ETF quote (NYSEArca). /stock/quote/avgo $0.005 Live AVGO Broadcom stock quote (NASDAQ). /stock/quote/baba $0.005 Live BABA Alibaba stock quote (NYSE). /stock/quote/dia $0.005 Live DIA SPDR Dow Jones ETF ETF quote (NYSEArca). /stock/quote/dis $0.005 Live DIS Disney stock quote (NYSE). /stock/quote/googl $0.005 Live GOOGL Alphabet Google stock quote (NASDAQ). /stock/quote/intc $0.005 Live INTC Intel stock quote (NASDAQ). /stock/quote/iwm $0.005 Live IWM iShares Russell 2000 ETF ETF quote (NYSEArca). /stock/quote/jpm $0.005 Live JPM JPMorgan stock quote (NYSE). /stock/quote/ko $0.005 Live KO Coca-Cola stock quote (NYSE). /stock/quote/meta $0.005 Live META Meta Platforms stock quote (NASDAQ). /stock/quote/msft $0.005 Live MSFT Microsoft stock quote (NASDAQ). /stock/quote/nflx $0.005 Live NFLX Netflix stock quote (NASDAQ). /stock/quote/nvda $0.005 Live NVDA NVIDIA stock quote (NASDAQ). /stock/quote/qqq $0.005 Live QQQ Invesco QQQ Nasdaq 100 ETF ETF quote (NASDAQ). /stock/quote/spy $0.005 Live SPY SPDR SP500 ETF quote (NYSEArca). /stock/quote/tsla $0.005 Live TSLA Tesla stock quote (NASDAQ). /stock/quote/v $0.005 Live V Visa stock quote (NYSE). /stock/quote/voo $0.005 Live VOO Vanguard SP500 ETF quote (NYSEArca). /stock/quote/vti $0.005 Live VTI Vanguard Total Market ETF ETF quote (NYSEArca). /stock/quote/wmt $0.005 Live WMT Walmart stock quote (NYSE). /stock/quote/xlf $0.005 Live XLF Financial Select ETF ETF quote (NYSEArca).

commodity · 21

/commodity/price $0.01 Auto-adapts currency and unit to your locale (CNY per gram, JPY per gram) or stays USD. /commodity/price/brent/usd/brent-usd $0.005 Live Brent Crude Oil price (commodity futures, USD). /commodity/price/cattle/usd/cattle-usd $0.005 Live Live Cattle price (commodity futures). /commodity/price/cocoa/usd/cocoa-usd $0.005 Live Cocoa price (commodity futures). /commodity/price/coffee/usd/coffee-usd $0.005 Live Coffee price (commodity futures). /commodity/price/copper/usd/copper-usd $0.005 Live Copper price (commodity futures, USD). /commodity/price/corn/usd/corn-usd $0.005 Live Corn price (commodity futures). /commodity/price/cotton/usd/cotton-usd $0.005 Live Cotton price (commodity futures). /commodity/price/gas/usd/natgas-usd $0.005 Live Natural Gas price (commodity futures, USD). /commodity/price/gold/usd/xau-usd $0.005 Live Gold price (commodity futures, USD). /commodity/price/hogs/usd/hogs-usd $0.005 Live Lean Hogs price (commodity futures). /commodity/price/juice/usd/juice-usd $0.005 Live Orange Juice price (commodity futures). /commodity/price/oats/usd/oats-usd $0.005 Live Oats price (commodity futures). /commodity/price/palladium/usd/xpd-usd $0.005 Live Palladium price (commodity futures, USD). /commodity/price/platinum/usd/xpt-usd $0.005 Live Platinum price (commodity futures, USD). /commodity/price/rice/usd/rice-usd $0.005 Live Rice price (commodity futures). /commodity/price/silver/usd/xag-usd $0.005 Live Silver price (commodity futures, USD). /commodity/price/soybean/usd/soybean-usd $0.005 Live Soybean price (commodity futures). /commodity/price/sugar/usd/sugar-usd $0.005 Live Sugar price (commodity futures). /commodity/price/wheat/usd/wheat-usd $0.005 Live Wheat price (commodity futures). /commodity/price/wti/usd/wti-usd $0.005 Live WTI Crude Oil price (commodity futures, USD).

text · 15

wallet · 15

/wallet/age-activity $0.05 Wallet age and activity profile: POST a Base address, returns wallet age (since first inbound), total transaction count, ETH balance, last activity date, days since last tx, and a recent monthly activity heatmap. /wallet/approvals $0.1 Token approval risk scan: lists active ERC20 allowances on a wallet's currently-held tokens and flags unlimited approvals (>= 2^255), especially to unverified spenders. /wallet/classify $0.05 Combines onchain RPC analysis with Coinbase Bazaar payer behavior. /wallet/cluster $0.1 Detect wallet cluster: given seed address, trace USDC funding source backwards then find sibling addresses funded by same source within last 30 days. /wallet/counterparty-graph $0.1 USDC counterparty graph on Base: POST an address, maps who it sends/receives USDC to/from over N days (hop 1), optionally expands the top counterparties one more hop (hop 2) to reveal clusters and indirect links. /wallet/ens-resolve $0.05 Bidirectional ENS + Basename resolution: POST { name } (e.g. /wallet/exposure $0.1 Counterparty exposure analysis: given wallet address, scans last 30 days of Base USDC transfers and aggregates interactions with all labeled entities (CEX, DEX router, bridge, protocol). /wallet/first-funder $0.1 Source-of-funds tracing: POST a Base address, traces its earliest inbound funding (native ETH + ERC20) back up to N hops to find the first funder and ultimate origin. /wallet/label-bulk $0.05 For AI agent due diligence, counterparty screening, automated KYC-lite and payment-routing risk gating. /wallet/pnl $0.1 Realized profit and loss and cost basis for an ERC20 token in a wallet on Base, computed from on-chain DEX trades against a quote asset (USDC by default). /wallet/recent-whales $0.05 Recent large USDC transfers on Base mainnet with auto-classification of sender and receiver addresses. /wallet/risk-profile $0.2 Full wallet risk profile in one call: behavior classification + credit score (0-100) + labeled-counterparty exposure (last N days, default 7). /wallet/score $0.05 Wallet credit score 0-100 from onchain transaction history pattern. /wallet/token-safety $0.1 Token safety check before buying or interacting: given an ERC20 contract on Base, returns risk_score 0-100 and verdict. /wallet/tx-verify $0.05 Onchain transaction verification: POST a Base tx hash, returns whether it confirmed or reverted, confirmation count, the actual ERC20 token transfers that occurred (with token labels), ETH value moved, gas used and gas cost.

defi · 11

/defi/bridge-quote $0.015 Cross-chain bridge quote: best route, expected received amount, fees, gas and duration to move a token between EVM chains, aggregated across bridges via LI.FI. /defi/chain-fees $0.01 Ranks blockchains by protocol fees and revenue over the last 24 hours, aggregated from DeFiLlama, revealing where real on-chain economic activity and demand are concentrated right now. /defi/dex-pool $0.018 Live Uniswap V3 pool stats on Ethereum - token pair, fee tier, TVL, total volume, tx count and token prices from the subgraph - real-time DEX liquidity data for LP and pricing decisions that LLMs cannot access. /defi/dex-volume $0.01 Ranks decentralized exchanges by 24h trading volume, aggregated from DeFiLlama, revealing where on-chain swap activity is concentrated right now and the total DEX volume. /defi/lending-markets $0.01 Live Aave V3 lending markets ranked by TVL with supply APR, utilization, max LTV, liquidation threshold and penalty per asset - real-time rates and risk parameters agents need to compare lending/borrowing options, computed from the subgraph. /defi/lst-rates $0.01 Liquid staking and restaking token rates: APR, TVL and pool for major LSTs (stETH, rETH, cbETH, sfrxETH, wbETH, osETH and more) aggregated from DeFiLlama yields. /defi/price-impact $0.01 Estimate the price impact (slippage) of a swap of a given size by comparing Uniswap V3 quotes at minimal vs target size - tells trading agents how much a large order will move the price against them before they execute, on-chain data LLMs cannot compute. /defi/protocol-tvl $0.008 Total value locked for any DeFi protocol with per-chain breakdown and 7-day change - shows a protocol's size, momentum and which chains it is concentrated on, for agents assessing protocol health and capital flows. /defi/swap-quote $0.01 On-chain Uniswap V3 swap quote for any token pair - estimated output amount, effective rate and best fee tier, read directly from pools across Base/Ethereum/Arbitrum/Optimism/Polygon - real-time executable pricing agents need before swapping that LLMs cannot compute. /defi/yield-best $0.01 Highest-yield DeFi pools across all chains and protocols, filterable by token and chain, TVL-filtered to exclude dust, with base vs reward APY split and impermanent-loss risk - aggregates 16000+ pools into a ranked shortlist agents cannot assemble. /defi/yield-pools $0.01 Best DeFi yield farming pools filtered by chain, token and minimum TVL, ranked by APY with base vs reward yield, impermanent-loss risk and stablecoin flag - lets agents find and compare real yield opportunities across thousands of pools, aggregated and computed.

web · 11

finance · 10

serp · 9

/serp/cn $0.015 中文市场地理SERP:用中文关键词查Google,返回结构化结果(标题/链接/摘要)。hl=zh-CN界面+gl地区定向,覆盖中文用户真实搜索视角。支持web/news/shopping。China SERP, Chinese keyword search, zh-CN localized Google results for agents doing China market research, Chinese SEO rank tracking, cross-border ecommerce. /serp/cn-news $0.015 中文市场新闻SERP:用中文关键词查Google新闻,返回结构化中文新闻(标题/来源/日期/链接/摘要)。hl=zh-CN+gl地区定向,覆盖中文媒体真实报道视角。China news SERP, Chinese news search, zh-CN localized headlines for agents doing China market monitoring, brand/sentiment tracking, cross-border PR research. /serp/cn-shopping $0.015 华语市场购物SERP:用中文关键词查Google购物,返回结构化商品(标题/价格/卖家/评分/链接)。hl=zh-CN+gl地区定向(默认hk,可传tw/sg),覆盖华语圈真实商品与定价。China/HK/TW Chinese shopping SERP, zh-CN localized product listings for cross-border ecommerce price research and product discovery. /serp/geo $0.02 Geo-targeted web search — organic results as seen from a specific country via residential routing. /serp/images $0.02 Image search — image results (title, image URL, source) for any query. /serp/maps $0.02 For lead generation, local SEO and location data. /serp/news $0.02 Real-time news search — latest headlines, links, sources and dates for any topic. /serp/shopping $0.02 Product and shopping search — listings with prices, sellers and ratings for any query. /serp/web $0.02 Live web search to clean JSON — top organic results (title, link, snippet) for any query via residential-grade routing.

x402 · 9

/x402/authenticity $4 Deep wash-trading detection for an x402 seller - samples buyer wallets for freshness, analyses payment timing bursts and wallet reuse to score how likely the seller's sales are self-generated fakes vs real distinct customers - the forensic layer beyond raw revenue, exposing inflated volume that fools everyone else. /x402/dewash $4.99 De-washed x402 revenue intelligence and wash trading detection. /x402/intel $0.2 x402 ecosystem intelligence and Bazaar analytics. /x402/leaderboard $2.5 The real x402 seller leaderboard with known wash-trading whales filtered out - the genuine top providers by activity that public rankings hide behind inflated wash-traded numbers, from proprietary tracking data. /x402/newcomers $3 New vs exited x402 sellers over a chosen window with net entity change - reveals whether the x402 ecosystem is attracting or losing participants, an entry-momentum signal for investors and researchers, from proprietary multi-day snapshots that cannot be reconstructed retroactively. /x402/pricing $2.5 x402 network pricing distribution - median, percentiles and price bands across all endpoints (wash traders filtered) - tells anyone launching an x402 service the going market rate to price competitively, from proprietary network data impossible to compute without full snapshots. /x402/pulse $3 x402 ecosystem health pulse from a proprietary multi-week dataset - total vs wash-filtered real listings, active entity count, spam ratio and 1d/7d trend with a health verdict - the real state of the x402 economy that public numbers hide, impossible to compute without historical tracking. /x402/revenue $2 Real on-chain USDC revenue for any x402 payTo address on Base - actual payments received, unique buyers, last activity and a verdict (active business / dormant / vaporware) that pierces advertised listing prices - reveals whether an x402 service genuinely has paying customers, intelligence no public listing shows. /x402/trends $4 x402 ecosystem daily time series - listings, active entities and spam ratio over the past 2+ weeks with period-over-period change - reveals whether the agent-payment economy is genuinely growing or just wash-trading churn, from a proprietary dataset that cannot be reconstructed after the fact.

aviation · 8

weather · 7

citation · 6

dev · 6

maps · 6

nft · 6

prices · 6

domain · 5

ecom · 5

encode · 5

image · 5

math · 5

md · 5

password · 5

search · 5

stablecoin · 5

time · 5

token · 5

validate · 5

color · 4

contract · 4

convert · 4

identity · 4

knowledge · 4

nlp · 4

pool · 4

url · 4

feed · 3

forum · 3

generate · 3

npm · 3

pdf · 3

reader · 3

supply · 3

ai · 2

app · 2

security · 1