x402basequality 0.40

TRON stablecoin statistics via x402 micropayment — crypto data intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides TRON stablecoin statistics as a paid x402 resource. You send a POST request with a JSON body containing a token address (or symbol), and receive stablecoin stats data in return. The endpoint is operated by Erudite Intelligence LLC and described as "Crypto data intelligence."

Payment is handled via the x402 protocol (version 2). The endpoint accepts two payment methods: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on TRON (tron:728126428) at 0.01 USDT per call. Both amounts are 10,000 base units with 6 decimals, equaling $0.01 per request. Settlement is facilitated through the EruditePay Bridge, which supports 20 blockchains and is registered as a FinCEN MSB (BSA ID 31000324258137).

Documentation is sparse — the endpoint's output schema only shows a generic `{"success": true, "data": {}}` example, and no detailed field descriptions or sample responses with actual data are available. The /docs path on the provider's site returns a 404. The input schema accepts a `token` field described as "Token address or symbol," and the example uses a zero address placeholder. Without richer documentation, the exact structure of the returned stablecoin stats is unknown.

Capabilities

tron-stablecoin-statscrypto-data-intelligencex402-paymentusdc-base-paymentusdt-tron-paymenttoken-analyticsstablecoin-metrics

Use cases

  • Querying on-chain stablecoin metrics for TRON-based tokens
  • Building dashboards that track TRON stablecoin activity
  • Automated agents that need real-time stablecoin intelligence for trading or analytics
  • Monitoring stablecoin supply and usage on the TRON network

Fit

Best for

  • Developers building TRON-focused crypto analytics tools
  • AI agents needing programmatic access to stablecoin data via micropayments
  • Applications that require per-call pricing without subscriptions

Not for

  • Users needing detailed historical time-series data (no evidence this is supported)
  • Non-TRON stablecoin analytics (endpoint is TRON-specific)
  • Users who need comprehensive API documentation before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/stablecoin/stats \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'

Example

Request

{
  "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with a clear payment schema and two accepted payment methods. However, documentation is effectively absent — the output example is an empty object, no field descriptions exist, and the provider's /docs path returns 404. The actual data returned is unknown.

Warnings

  • Output schema example contains only an empty data object — actual response structure is undocumented
  • Provider /docs endpoint returns 404; no external documentation found
  • The token input field description is vague ('Token address or symbol') with no enumeration of supported tokens
  • Response data fields are entirely unknown — integrate with caution

Citations

Provenance

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

Agent access