x402basequality 0.85

Tron network statistics via x402 micropayment — active nodes, TPS, block info, USDT supply

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint returns Tron network statistics including active node count, current TPS, latest block info, USDT supply, and chain parameters. 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 specific endpoint `/api/tron/network-stats` costs $0.003 per call, payable in USDC on Base (eip155:8453) or USDT on Tron. It accepts a simple GET request with no required parameters and returns JSON with network health data. The 402 challenge includes a free preview showing real data: active nodes, latest block number and timestamp, transaction count, current TPS, total USDT supply, and a sample of chain parameters.

The broader EruditePay platform covers wallet profiling, token security analysis, DEX quotes, whale tracking, stablecoin analytics, DeFi yields, NFT metadata, sanctions checks, cross-chain bridge operations, MEV detection, arbitrage opportunities, and more — all gated behind x402 micropayments. Prices range from $0.001 to $0.50 per call depending on endpoint complexity. Payment settlement is handled via the EruditePay Bridge facilitator at bridge.eruditepay.com, which supports 20 blockchains.

Capabilities

tron-network-statstron-tpstron-block-infousdt-supplychain-parametersx402-micropaymentpay-per-callblockchain-analyticsmulti-chainwallet-profilingtoken-securitydex-quoteswhale-trackingstablecoin-analyticssanctions-check

Use cases

  • Monitoring Tron network health (TPS, block production, node count) for operational dashboards
  • Tracking USDT supply on Tron for stablecoin analytics
  • Agent-driven blockchain data retrieval with automatic x402 micropayments
  • Building Tron-focused trading bots that need real-time network congestion data
  • Compliance workflows checking network parameters before submitting transactions

Fit

Best for

  • AI agents needing pay-per-call Tron network data without API keys
  • Developers building multi-chain analytics dashboards
  • Researchers tracking Tron network metrics and USDT supply over time
  • Trading bots that need real-time TPS and block info

Not for

  • Users needing free or subscription-based blockchain data APIs
  • Applications requiring historical time-series network data (this returns current snapshots)
  • Non-crypto use cases

Quick start

curl -X GET https://bridge.eruditepay.com/api/tron/network-stats
# Returns 402 with payment challenge. Use an x402-compatible client
# to pay $0.003 USDC on Base and receive Tron network stats.

Example

Response

{
  "data": {
    "network": "tron-mainnet",
    "timestamp": "2026-04-22T01:32:27.486Z",
    "currentTps": 84,
    "activeNodes": 5,
    "latestBlock": {
      "number": 82051226,
      "timestamp": "2026-04-22T01:32:24.000Z",
      "transactionCount": 252
    },
    "avgBlockTimeSec": 3,
    "chainParameters": {
      "count": 75,
      "sample": [
        {
          "key": "getTransactionFee",
          "value": 1000
        }
      ]
    },
    "totalUsdtSupply": "86371791506.73 USDT"
  },
  "price": "$0.001 USDC",
  "source": "TronGrid",
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.85/ 1.00

Full OpenAPI schema with clear endpoint descriptions, live 402 challenge captured with free preview data, clear pricing ($0.003 USDC per call), and 353 documented endpoints. Docked slightly because response schemas are not formally defined (only examples in freePreview), and no dedicated docs page was reachable.

Warnings

  • No formal response JSON schema defined — only example output in freePreview
  • The /docs, /api, /pricing, /README pages all return 404, suggesting documentation is only available via the OpenAPI spec and landing page
  • The freePreview shows price as '$0.001 USDC' but the x402 challenge and OpenAPI both specify $0.003 — minor inconsistency

Citations

Provenance

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

Agent access