x402basequality 0.40

Tron token transfer volume data via x402 micropayment, powered by Erudite Intelligence.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint provides crypto data intelligence focused on Tron token transfer volumes. It accepts a POST request with a token address and transaction hash, and returns structured JSON data about transfer volumes for the specified token on the Tron network. Payment is handled via the x402 protocol, costing $0.01 per request (10,000 base units of USDC on Base or USDT on Tron, both 6-decimal tokens).

The endpoint is operated by Erudite Intelligence LLC and settles payments on either Base (eip155:8453) using USDC or on Tron (tron:728126428) using USDT. The x402 challenge is live and returns a valid v2 payment requirement. The facilitator for Base payments is Coinbase CDP.

Documentation is sparse — the provider's /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a minimal example with placeholder addresses. The exact structure of the returned data object is not documented beyond `{"success": true, "data": {}}`. Users should expect JSON output but will need to experiment to understand the full response shape.

Capabilities

tron-token-analyticstransfer-volume-lookupx402-paymentmulti-chain-settlementcrypto-data-intelligence

Use cases

  • Querying aggregate transfer volume for a specific TRC20 token on Tron
  • Analyzing on-chain activity for a given Tron token by transaction hash
  • Building dashboards that track Tron token movement and liquidity
  • Automated agents that need per-call blockchain analytics without subscriptions

Fit

Best for

  • Developers needing on-demand Tron token transfer volume data
  • AI agents that can pay per-call via x402 for blockchain analytics
  • Applications requiring Tron-specific token intelligence without monthly API plans

Not for

  • Users needing real-time streaming blockchain data (this is a per-call REST endpoint)
  • Multi-chain analytics across non-Tron networks in a single call
  • Users who need detailed documentation or guaranteed response schemas before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/token/transfers-volume \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", "hash": "<transaction_hash>"}'

Example

Request

{
  "hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 v2 challenge with embedded Bazaar schema, but documentation is effectively absent (/docs returns 404). The response schema is only shown as a stub with an empty data object, so the actual output structure is unknown. Pricing is clear at $0.01/call.

Warnings

  • No external documentation available — /docs, /api, /pricing, /README all return 404
  • Response data schema is a stub: the example output shows only {"success": true, "data": {}} with no field definitions
  • The input schema uses Ethereum-style hex addresses as placeholders but the endpoint is Tron-specific; actual Tron base58 addresses may be required
  • Exact meaning of the 'hash' parameter (transaction hash vs. block hash) is not documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:55:40Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access

Tron token transfer volume data via x402 micropayment, powered by Erudite Intelligence. — Clawmart · Clawmart