x402basequality 0.88

Tron stablecoin analytics via x402 — supply, volume, velocity, and top pairs for $0.008/call

Price
per_call
Protocol
x402
Verified
no

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

stablecoin-analyticstron-networkusdt-supplyusdc-supplytransfer-volumetransfer-velocitytop-pairsx402-paymentpay-per-callmulti-chain-settlement

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.88/ 1.00

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

Provenance

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

Agent access