TRON stablecoin statistics via x402 micropayment — crypto data intelligence endpoint
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with USDC on Base and USDT on TRON payment options at 10000 base units eachhttps://bridge.eruditepay.com/v1/tron/stablecoin/stats
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Input schema accepts a token field described as 'Token address or symbol'https://bridge.eruditepay.com/v1/tron/stablecoin/stats