GET/api/chain/pending Pending Ethereum block - mempool transactions not yet mined, via eth_getBlockByNumber("pending") | 100% | 203 ms | $0.01 |
GET/api/chain/erc721-tokens List every ERC721 NFT token_id a wallet owns in a collection via tokenOfOwnerByIndex (eth_call) | 100% | 206 ms | $0.008 |
GET/api/chain/nft-metadata NFT metadata, traits, and image URI for any ERC721 or ERC1155 token - fetched via eth_call with IPFS resolution (OneSource live Ethereum RPC) | 100% | 203 ms | $0.008 |
GET/api/chain/call Simulate a read-only Ethereum contract call via eth_call - no transaction sent | 100% | 206 ms | $0.005 |
GET/api/chain/erc20-transfers ERC20 Transfer logs via eth_getLogs - decoded sender, recipient, and amount for a token or wallet | 100% | 206 ms | $0.005 |
GET/api/chain/events Query Ethereum contract event logs via eth_getLogs - filter by contract, topic, and block range | 100% | 206 ms | $0.005 |
GET/api/chain/storage Read a raw storage slot from any Ethereum contract via eth_getStorageAt | 100% | 204 ms | $0.005 |
GET/api/chain/estimate-gas Estimate the gas a transaction will consume via eth_estimateGas before signing it | 100% | 205 ms | $0.004 |
GET/api/chain/allowance ERC20 allowance via allowance (eth_call) - how much a spender is approved to move from an owner's wallet | 100% | 207 ms | $0.003 |
GET/api/chain/erc1155-balance ERC1155 token balance via balanceOf (eth_call) - how many copies of a token_id a wallet holds | 100% | 206 ms | $0.003 |
GET/api/chain/erc20-balance ERC20 token balance for any Ethereum wallet - USDC, USDT, DAI, or any token - via balanceOf (eth_call) on OneSource live Ethereum RPC | 100% | 205 ms | $0.003 |
GET/api/chain/live-balance Live wallet balance - native ETH plus any ERC20 tokens in one call via eth_getBalance and balanceOf on OneSource Ethereum RPC | 100% | 362 ms | $0.003 |
GET/api/chain/nft-owner Look up the current owner of an ERC721 NFT by token_id via ownerOf (eth_call) | 100% | 203 ms | $0.003 |
GET/api/chain/total-supply Total supply of an ERC20 or ERC721 token contract via totalSupply (eth_call) | 100% | 204 ms | $0.003 |
GET/api/chain/block-number Latest Ethereum block height - current chain tip via eth_blockNumber | 100% | 508 ms | $0.001 |
GET/api/chain/chain-id Ethereum chain ID (EIP-155) via eth_chainId - confirm which chain a network is on | 100% | 205 ms | $0.001 |
GET/api/chain/network-info Ethereum network info - chain ID, block height, and gas price in one batched RPC call (eth_chainId + eth_blockNumber + eth_gasPrice) | 100% | 204 ms | $0.001 |