Blog
Onchain reads, decoded .
Guides, comparisons, and integrations for reading smart contract data from Claude, your code, n8n, or a REST client.
Latest posts
Multi-Wallet ERC-20 Balance Scanning from TypeScript: No ABIs, No RPC, No Viem
Scan ERC-20 token balances for many wallets, across Ethereum, Base, and BNB Chain, using TypeScript fetch. No Viem, no ABI files, no RPC provider needed.
Blockchain Monitoring in Python: Poll EVM Contract State Without the Boilerplate
How to write a Python script that polls EVM contract state (Aave health factors, ERC-20 balances, multi-wallet checks) using evmquery's REST API. No ABIs, no ABI decoders, no Multicall3 setup.
Live Onchain Data in LangChain: Build a Custom EVM Blockchain Tool in 30 Lines
Define a custom LangChain tool that queries live EVM smart contract data — USDC balances, ETH prices, Aave positions — without ABIs, RPC nodes, or web3.py boilerplate.
Live Onchain Data in the OpenAI Agents SDK: Add an EVM Blockchain Tool
Wire the OpenAI Agents SDK to live EVM smart contract data with one @function_tool. Reads USDC balances, Chainlink prices, and Aave positions on Ethereum, Base, or BNB. No ABIs needed.
Live Onchain Data in the Vercel AI SDK: Add an EVM Blockchain Tool
Define a custom evmquery tool in the Vercel AI SDK and give your AI app live access to USDC balances, Aave positions, and any EVM contract read on Ethereum, Base, or BNB.
Blockchain Indexers in 2026: The Graph, Goldsky, and When to Skip the Index Entirely
When The Graph wins and when a direct contract query is faster. A practical guide to blockchain indexers with TypeScript examples for ERC-20, Uniswap v3, and DeFi.
Moralis vs Alchemy vs QuickNode vs evmquery: Picking the Right API for Smart Contract Reads
A fair comparison of the four main ways to read EVM contract data in 2026. What each vendor is best at, where they stop helping, and how to pick without lock-in.
Multicall3 in 2026: The Practical Guide to Batching EVM Contract Reads
Multicall3 lets you collapse hundreds of RPC roundtrips into a single call. This guide covers how it works, Viem / Ethers / Wagmi usage, common pitfalls, and when to hand it off.
Query EVM Contract Data from Python: No ABIs, No RPC Nodes, No web3.py
How to read live EVM smart contract data from Python using the evmquery REST API — no ABI files, no RPC nodes, no web3.py boilerplate. Five working recipes.
Read Smart Contracts in n8n: Fetching EVM Data in Automation Workflows (No Code)
How to read live smart contract data from an n8n workflow. Install the evmquery community node, then ship three paste-in recipes — price alerts, DAO votes, and NFT floor monitors.