Tron stablecoin analytics via x402 — supply, volume, velocity, and top pairs for $0.008/call
What it does
This endpoint provides stablecoin analytics on the Tron network, returning supply, transfer volume, velocity, unique senders/receivers, average transfer size, and top trading pairs for USDT and USDC. It is part of the EruditePay x402 Facilitator platform, which exposes 353 pay-per-call blockchain analytics endpoints across Base, Tron, Bitcoin, XRP, and Kaspa.
The endpoint accepts optional query parameters `token` (e.g. USDT, USDC, or all) and `timeframe` (1h, 4h, 24h). It costs $0.008 per call, payable in USDC on Base (network eip155:8453) or USDT on Tron. The 402 challenge includes a free preview showing real data — circulating supply, transfer count, volume, velocity ratio, and top sender/receiver pairs. Data is sourced from TronGrid USDT/USDC contract events and totalSupply() calls.
The facilitator URL is https://bridge.eruditepay.com. The provider (Erudite Intelligence LLC) is a FinCEN-registered MSB. The endpoint returned a live x402 v2 challenge with a free preview containing fresh data, confirming it is operational. Payment settlement is non-custodial at 0.5% per settlement; verification calls are free.
Capabilities
Use cases
- —Monitor USDT/USDC circulating supply and transfer volume on Tron in real time
- —Analyze stablecoin velocity and average transfer sizes for market intelligence
- —Identify top sender/receiver pairs to detect whale activity or exchange flows
- —Feed stablecoin metrics into trading bots or risk dashboards
- —Compare stablecoin activity across timeframes (1h, 4h, 24h)
Fit
Best for
- —AI agents needing on-demand Tron stablecoin data without API keys
- —Crypto analytics dashboards tracking USDT/USDC on-chain metrics
- —Compliance and AML workflows monitoring large stablecoin flows
Not for
- —Historical time-series data beyond the supported timeframes (use dedicated indexers)
- —Real-time streaming or websocket-based stablecoin event feeds
Quick start
curl -X GET "https://bridge.eruditepay.com/api/tron/stablecoin-analytics?token=USDT&timeframe=24h"Example
Response
{
"data": {
"token": "USDT",
"analytics": {
"USDT": {
"name": "Tether USD (TRC20)",
"velocity": "0.0291",
"totalSupply": "86371791506.73",
"transferCount": 600,
"uniqueSenders": 403,
"transferVolume": "6878715.06",
"avgTransferSize": "11464.53",
"contractAddress": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
"uniqueReceivers": 538,
"circulatingSupply": "86371791506.73"
}
},
"timeframe": "24h"
},
"success": true
}Endpoint
Quality
Full OpenAPI schema with parameter definitions, live 402 challenge captured with free preview containing real response data, clear pricing ($0.008 USDC), and dual-network payment support. Docked slightly because response schema is only shown via example (no formal JSON Schema for output) and no dedicated docs page exists.
Warnings
- —No dedicated documentation page found (GET /docs returns 404); rely on OpenAPI spec and free preview for integration details
- —Response output schema is provided only as an example in the 402 challenge, not as a formal JSON Schema
Citations
- —The endpoint costs $0.008 USDC per call with fixed pricinghttps://bridge.eruditepay.com/api/tron/stablecoin-analytics
- —EruditePay x402 Facilitator exposes 353 x402-payable blockchain analytics endpointshttps://bridge.eruditepay.com/openapi.json
- —Payment accepts USDC on Base (eip155:8453) or USDT on Tronhttps://bridge.eruditepay.com/api/tron/stablecoin-analytics
- —EruditePay is a FinCEN MSB registered entity (BSA ID 31000324258137)https://x402.eruditepay.com
- —Settlement fee is 0.5% per successful settlement; verification is freehttps://x402.eruditepay.com
- —Free preview in 402 challenge shows real USDT analytics data from TronGridhttps://bridge.eruditepay.com/api/tron/stablecoin-analytics