Web3 Data Fetcher Tool (powered by Uniblock)

What is an AI Tool?

An AI tool is a feature or integration available to your AI agent that lets it access, retrieve, or act on external data in real time. By connecting to APIs or other data sources, AI tools expand what the agent can do - making it possible to fetch live web3 data, interact with blockchains, and much more, directly through natural language prompts.

What is the Web3 Data Fetcher Tool?

The Web3 Data Fetcher Tool, powered by Uniblock, allows your AI agent to access live and historical data from multiple blockchains and tokens using natural language commands. This tool lets you check token prices, wallet balances, transaction histories, NFT details, gas fees, and more, simply by describing what you want to know.

Below are the types of queries you can make and example prompts to use. All commands are in plain English - no code or blockchain expertise needed.


Example Prompts by Category

1. Token Metadata & Pricing

  • Get me the name, symbol, logo URL, and decimals for WBTC on Ethereum

  • Show me current price of WBTC for on Ethereum

  • Show me the historical price of WBTC for May 26th 2024 on Ethereum

  • Show me the historical price and volume of DAI May 20 2025 to May 22 2025 on Ethereum

  • What are the current USD prices for ETH, USDT, and SOL?

  • Fetch market cap and volume history for Bitcoin on May 23, 2025

2. Wallet Balances & Portfolio

  • Tell me the ETH token balances for wallet 0x712b6458c76dA98B33b0696F2599060536d4A2Db on Ethereum

  • What does the portfolio of 0x712b6458c76dA98B33b0696F2599060536d4A2Db look like, including NFTs and USD valuations on ethereum

  • Retrieve the historical token balances of 0x712b6458c76dA98B33b0696F2599060536d4A2Db on May 29 2025 on ethereum

3. Transactions & Transfers

  • List the last 10 ERC-20 transfers for 0x712b6458c76dA98B33b0696F2599060536d4A2Db on ethereum

  • Fetch all NFT transfers of CryptoPunk #87 on Ethereum

  • What NFTs does 0x712b6458c76dA98B33b0696F2599060536d4A2Db hold on Ethereum

  • Give me the floor price for the Bored Ape Yacht Club collection on ethereum: 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d

  • Show the rarity breakdown of traits for Bored Ape Yacht Club collection. Address on ethereum: 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d

4. Chain & Account Scans

  • What’s the latest gas price on Arbitrum?

  • Get the block number mined at UNIX timestamp 1625097600 on Polygon


How to Use the Data in Your Workflow

All data returned by the Web3 Data Fetcher Tool comes as raw, structured data (not human-readable summaries). To make it actionable - like sending results in an email, displaying a report, or summarizing token balances - you should use another AI agent step after this one.

Example: Suppose you fetched wallet balances and want to send the summary by email. After getting the data, add a follow-up AI Agent with a prompt such as:

“Take the token balances output and summarize them as a plain English report I can send to my team by email. Format it as a short list, and include total USD value at the end.”

You can customize this step for any format you need—tables, charts, plain lists, etc.

Tip: The quality and completeness of the data you get may vary by model. Advanced models can handle more complex or ambiguous requests, troubleshoot errors, and return better-structured data. Simpler models will attempt exactly what you ask, one time—so if your prompt is vague or the data is tricky, you may get less robust results.


Additional Tips

  • Use clear and specific prompts (see examples above).

  • You can combine this tool with others (notifications, email, reports) to automate end-to-end web3 workflows.

  • If your agent supports context, you can reference wallet addresses or token names across multiple steps.


If you have more advanced needs, such as filtering by dates, combining different types of data, or creating custom notifications, simply describe what you want in plain English and the AI agent will translate that into the correct data fetch and processing steps.


More info on what data you can access

If you want to learn more about which data you can access using this tool, you can access the following API endpoint information link.

Last updated