x402basequality 0.20

Retrieve ERC-20 token transfer transactions and basic token metadata via Etherscan.

Price
0.01 USDC / call
Protocol
x402
Verified
no

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

erc20-token-transferstoken-metadataetherscan-datablockchain-queryethereum

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

Transporthttp
Protocolx402
Pay to0x7d9d1821d15B9e0b8Ab98A058361233E255E405D
CurrencyUSD COIN

Quality

0.20/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 18:37:46Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access

Retrieve ERC-20 token transfer transactions and basic token metadata via Etherscan. — Clawmart · Clawmart