IQ.NET

listed

chain.openverbs.com

chain.openverbs.com · chain.openverbs.com

X402

Query a contract's event logs over a bounded block range via `eth_getLogs`: filter by `address` (required) and optional `topics`, get back raw logs (topics, data, block, tx hash, log index) with ERC-20/721 Transfer logs auto-decoded to `{from, to, value}`. Block span is capped (large windows are clamped); results are capped by `limit`. Reads live on-chain data with automatic endpoint fallback.

other
Website
POSTx402 · listed

https://chain.openverbs.com/v1/address

Native ETH / wallet balance for an address on any EVM chain: native balance (wei + ether), transaction count (nonce), and whether it's a contract or an externally-owned account (with deployed code size). Reads live on-chain data with automatic endpoint fallback.

  • 0.002 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/block

Live block summary by number, hex, or tag (latest/earliest/pending/safe/finalized; default latest): number, hash, parent, timestamp (unix + ISO), transaction count, gas used/limit, base fee and miner. Reads live on-chain data with automatic endpoint fallback.

  • 0.001 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/btc-address

Balance and activity for a Bitcoin address (base58 1…/3… or bech32 bc1…): confirmed balance (sats and BTC), total received and sent, confirmed transaction count, and unconfirmed/pending value and tx count from the mempool. On-chain ground truth an agent cannot compute locally.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/btc-fees

Live recommended Bitcoin transaction fee rates (in sat/vB) for next-block, ~30-minute, ~1-hour, economy and minimum confirmation targets, straight from the mempool. Also estimates the total fee (in sats and BTC) for a transaction of the given virtual size, so an agent can pick a fee tier and know the cost before broadcasting.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/btc-mempool

Live snapshot of the Bitcoin mempool: number of unconfirmed transactions, total pending virtual size (bytes and MB), the current backlog in blocks, total fees pending (sats and BTC), the fee-rate histogram, and the current chain tip height. Lets an agent gauge network congestion and time a transaction.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/btc-tx

Look up a Bitcoin transaction by txid: confirmation status, block height and time, fee (sats), effective fee rate (sat/vB), size, weight and virtual size, input and output counts, and total output value (sats and BTC). On-chain ground truth for verifying a payment.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/decode

Turn a 4-byte function selector or full calldata into its human-readable function signature, and (when calldata is present) the decoded argument values. Supply an `abi` for a fully deterministic offline decode, or omit it to look the selector up in public signature registries. Reads with automatic fallback.

  • 0.004 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/ens-records

Read an ENS name's address plus its text records (avatar, url, email, description, com.twitter, com.github and more) in one call, live from the resolver on Ethereum mainnet. Pass `keys` to fetch specific records, or omit it for a sensible default set. Only records that are set are returned. Live reads with automatic endpoint fallback.

  • 0.002 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/ens-resolve

Resolve an ENS name (like alice.eth) to its Ethereum address, read live from the ENS resolver on Ethereum mainnet. Offchain names such as *.base.eth resolve too. Returns `found:false` (a real answer, not an error) when the name has no address record. Live reads with automatic endpoint fallback.

  • 0.003 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/ens-reverse

Reverse-resolve an Ethereum address to its primary ENS name (the reverse record set by the owner), read live on Ethereum mainnet. Returns `found:false` when the address has no primary name set. Live reads with automatic endpoint fallback.

  • 0.003 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/explain

Decode a transaction into plain language: native ETH transfer, contract call (with decoded method name for common ERC-20/DEX functions like transfer, approve, swap, mint, multicall) or contract creation; ERC-20 and NFT (ERC-721) transfers it triggered (token, from, to, amount/tokenId from logs); gas spent in ETH; success/failed/pending; and a one-line summary. Reads live on-chain data with automatic endpoint fallback.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/gas

Live gas conditions for an EVM chain: current gas price, the latest block's base fee (EIP-1559) and the suggested max priority fee — all in both wei and gwei. Ground truth an agent can't compute. Reads live on-chain data with automatic endpoint fallback.

  • 0.002 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/gas-estimate

Simulate a transaction before signing: runs `eth_estimateGas` for `{ to, from?, data?, value? }` and returns the estimated gas units and estimated fee (current gas price x gas, in wei + ETH). If the node rejects the call it returns `ok:false` with the decoded `revertReason` (why it would fail) instead of erroring. Reads live on-chain state with automatic endpoint fallback.

  • 0.004 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/logs

Query a contract's event logs over a bounded block range via `eth_getLogs`: filter by `address` (required) and optional `topics`, get back raw logs (topics, data, block, tx hash, log index) with ERC-20/721 Transfer logs auto-decoded to `{from, to, value}`. Block span is capped (large windows are clamped); results are capped by `limit`. Reads live on-chain data with automatic endpoint fallback.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/nft-metadata

Resolve one NFT (contract + tokenId) into normalized metadata: name, description, image, attributes and token standard (ERC-721 or ERC-1155). Reads the on-chain tokenURI/uri, then fetches and normalizes the metadata document (ipfs/ar/http/data), rewriting ipfs image links to a gateway URL. Returns `found:false` for non-NFT contracts. Live reads with automatic endpoint fallback.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/proxy

Detect whether a contract is an upgradeable proxy and resolve its implementation: reads the standard EIP-1967 implementation/admin/beacon slots, EIP-1822 (UUPS), the OpenZeppelin legacy slot, and EIP-1167 minimal-proxy bytecode. Returns the proxy type, implementation, admin and beacon addresses when present. Reads live on-chain data with automatic endpoint fallback.

  • 0.004 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/receipt

Live transaction receipt by hash via `eth_getTransactionReceipt`: success/failed status, block number, from/to, created contract address, gas used, cumulative gas, effective gas price (wei + gwei), tx type and the emitted event logs (capped). Complements `tx` (which reads the transaction itself). Returns `found:false` for unknown/pending hashes. Reads live on-chain data with automatic endpoint fallback.

  • 0.003 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/token

Live ERC-20 metadata read directly from the contract: name, symbol, decimals and total supply (raw + decimal-formatted). Handles both string and legacy bytes32 name/symbol encodings. Returns `isToken:false` for EOAs or non-token contracts. Reads live on-chain data with automatic endpoint fallback.

  • 0.002 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/token-allowance

Live ERC-20 spending allowance an owner has granted a spender: calls `allowance(owner, spender)` on the token and returns the raw amount, a decimal-formatted amount (using the token's decimals) with its symbol, and an `isUnlimited` flag for effectively-infinite approvals. Use it to audit token approvals / approval risk before signing. Reads live on-chain data with automatic endpoint fallback.

  • 0.002 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/token-balance

Live ERC-20 token balance held by a wallet: calls `balanceOf(address)` on the token contract and returns the raw balance plus a decimal-formatted amount (using the token's own decimals) with its symbol. Distinct from `address` (native ETH balance) and `token` (contract metadata). Reads live on-chain data with automatic endpoint fallback.

  • 0.002 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/token-risk

Deterministic risk screen of an ERC-20 token from on-chain bytecode and metadata, no third-party risk API. Flags privileged or abuse capabilities: blacklist/freeze, owner mint, pausable transfers, upgradeable proxy and a privileged owner, plus tokens missing symbol/decimals or code. Returns each flag with a severity, a 0-100 score and a verdict. Reads live on-chain data with automatic endpoint fallback.

  • 0.006 USD Coin / request · eip155:8453
POSTx402 · listed

https://chain.openverbs.com/v1/tx

Live status and details of a transaction by hash: success/failed/pending, from/to, value (wei + ether), nonce, block number, gas used, effective gas price and any created contract address. Returns `found:false` for unknown hashes. Reads live on-chain data with automatic endpoint fallback.

  • 0.003 USD Coin / request · eip155:8453

ATTRIBUTION

This listing is taken from the catalogues and the provider named above. The price is what that source advertised.