Tron market top losers data via x402 micropayment — crypto data intelligence endpoint
What it does
This endpoint at bridge.eruditepay.com provides Tron blockchain market data, specifically identifying the top-losing tokens. It is an x402-protocol paid endpoint operated by Erudite Intelligence LLC. Callers send a POST request with a JSON body containing a token address or symbol, and receive structured JSON data about top losers on the Tron network.
The endpoint accepts payment via two channels: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on Tron (tron:728126428) at 0.01 USDT per call. The x402 v2 challenge is live and functioning. Payment is facilitated through the EruditePay Bridge, which supports 20 blockchains and uses the Coinbase CDP facilitator for the Base chain option.
Documentation is sparse — the provider's /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a minimal example output (`{"success": true, "data": {}}`). The exact structure of the returned market data (e.g., which fields describe each losing token, how many losers are returned, time window) is not documented. The input schema accepts a `token` field described as "Token address or symbol," though its role in a "top losers" query is unclear — it may act as a filter or be optional.
Capabilities
Use cases
- —Monitor which Tron tokens are losing the most value in real time
- —Build dashboards or alerts for Tron market downturns
- —Feed Tron market loser data into trading bots or portfolio rebalancers
- —Provide crypto market intelligence to end users in chat or agent workflows
Fit
Best for
- —Agents or apps tracking Tron ecosystem token performance
- —Developers building crypto market analytics tools
- —Automated trading systems needing loser/decliner signals on Tron
Not for
- —Non-Tron blockchain market data (endpoint is Tron-specific)
- —Users needing detailed historical time-series data (no evidence this is supported)
- —Free-tier or unauthenticated bulk data access
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/market/top-losers \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"token": "0x0000000000000000000000000000000000000000"}'Example
Request
{
"token": "0x0000000000000000000000000000000000000000"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The x402 challenge is live and well-formed with clear pricing, but documentation is effectively absent — /docs returns 404, the output example is an empty object, and the role of the input 'token' field for a 'top losers' query is unclear. No OpenAPI spec or detailed response schema is available.
Warnings
- —No documentation available — /docs, /api, /pricing, /README all return 404
- —Output example in Bazaar schema is an empty object; actual response structure is unknown
- —The input field 'token' purpose is ambiguous for a 'top losers' endpoint
- —No rate limits or usage quotas documented
Citations
- —Endpoint is live and returns x402 v2 challenge with payment options on Base (USDC) and Tron (USDT)https://bridge.eruditepay.com/v1/tron/market/top-losers
- —Price is 10000 base units of USDC (6 decimals) = $0.01 per call on Basehttps://bridge.eruditepay.com/v1/tron/market/top-losers
- —Price is 10000 base units of USDT (6 decimals) = $0.01 per call on Tronhttps://bridge.eruditepay.com/v1/tron/market/top-losers
- —Operated by Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and uses Coinbase CDP facilitatorhttps://bridge.eruditepay.com