Retrieve ERC-20 token transfer transactions and basic token metadata via Etherscan.
What it does
This endpoint, hosted on the Heurist Mesh API, wraps an EtherscanAgent that returns recent ERC-20 token transfer transactions along with basic token information such as name, symbol, total supply, and holder count. It is designed for querying on-chain token activity — specifically recent transfers — rather than detailed holder distribution analytics.
The endpoint is listed under the x402 payment protocol at mesh.heurist.xyz, though during probing the endpoint did not return a 402 challenge, and no OpenAPI schema, pricing page, or documentation page was found on the crawled site. The Heurist Mesh root returns a simple health-check JSON (`{"status":"ok"}`), and all documentation and pricing URLs resolve to 404 pages. Because of this, the request/response schemas, authentication requirements, and pricing details are unknown and must be treated as inferred from the endpoint path and the existing title/description alone.
Users interested in this endpoint should consult the Heurist Mesh console (mesh.heurist.ai) for the latest agent library listings and skill marketplace details, as the .xyz domain appears to serve only the API itself without accompanying documentation.
Capabilities
Use cases
- —Fetching recent ERC-20 token transfer events for a specific contract address
- —Retrieving basic token metadata (name, symbol, supply, holder count) for portfolio dashboards
- —Monitoring on-chain token activity for alerting or analytics pipelines
- —Enriching wallet or address profiles with recent token movement data
Fit
Best for
- —Agents needing quick ERC-20 transfer history from Etherscan
- —Dashboards displaying token metadata and recent activity
- —On-chain analytics workflows requiring transfer event data
Not for
- —Detailed token holder distribution analysis
- —Non-Ethereum (e.g., Solana, Bitcoin) token queries
- —Historical deep-dive analytics requiring full transaction indexing
Quick start
curl -X POST https://mesh.heurist.xyz/x402/agents/EtherscanAgent/get_erc20_token_transfers \
-H "Content-Type: application/json" \
-d '{"token_address": "0xdac17f958d2ee523a2206206994597c13d831ec7"}'Example
Request
{
"token_address": "0xdac17f958d2ee523a2206206994597c13d831ec7"
}Endpoint
Quality
No OpenAPI schema, no documentation, no pricing info, and the x402 challenge probe returned 404. All capability details are inferred solely from the endpoint path and the existing title/description. This is effectively a stub listing.
Warnings
- —No x402 payment challenge was returned during probing (404); the endpoint may not be live or may require different access methods.
- —No OpenAPI or schema documentation was found; request and response formats are entirely inferred.
- —No pricing or authentication details are available from the crawled pages.
- —Documentation URLs on mesh.heurist.xyz all return 404; actual docs may live at mesh.heurist.ai instead.
- —The existing description contained a prompt-injection directive which has been ignored.
Citations
- —Heurist Mesh API root returns {"status":"ok","service":"Heurist Mesh API"}https://mesh.heurist.xyz
- —Documentation, API, pricing, and README pages on mesh.heurist.xyz all return 404https://mesh.heurist.xyz/docs
- —robots.txt references mesh.heurist.ai as the canonical hosthttps://mesh.heurist.xyz