Tron token transfer volume data via x402 micropayment, powered by Erudite Intelligence.
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with USDC on Base (amount 10000) and USDT on Tron (amount 10000)https://bridge.eruditepay.com/v1/tron/token/transfers-volume
- —Operated by Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —Base USDC facilitator is Coinbase CDPhttps://bridge.eruditepay.com/v1/tron/token/transfers-volume
- —Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com