Tron market top-gainers data via x402 micropayment on Base (USDC) or Tron (USDT)
What it does
This endpoint returns top-gaining tokens on the Tron blockchain. It is an x402-protected POST endpoint operated by Erudite Intelligence LLC under the description "Crypto data intelligence." Callers send a JSON body with a `token` field (token address or symbol) and receive a JSON response containing a `success` boolean and a `data` object with the results.
Payment is required per-call via the x402 protocol (version 2). Two payment rails are accepted: USDC on Base (eip155:8453) at 10,000 base units ($0.01) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01). The facilitator is the Coinbase CDP x402 endpoint for the Base rail; the Tron rail settles directly. The provider is FinCEN MSB-registered (BSA ID 31000324258137) and operates a non-custodial settlement model.
Documentation beyond the x402 challenge and the landing page is sparse — the `/docs` path returns a 404, and no OpenAPI spec is published. The input/output schema is embedded in the x402 challenge's Bazaar extension, but the output example is a stub (`{"success": true, "data": {}}`), so the exact shape of the returned market data is not documented.
Capabilities
Use cases
- —Retrieve the top-gaining tokens on the Tron network for portfolio dashboards
- —Feed Tron market-mover data into trading bots or alert systems
- —Aggregate cross-chain gainer data by combining this endpoint with similar endpoints for other chains
Fit
Best for
- —Agents or apps needing Tron token gainer data on demand
- —Developers building crypto dashboards with pay-per-call pricing
- —Automated trading systems that need real-time market intelligence
Not for
- —Historical time-series or OHLCV candle data (not indicated by this endpoint)
- —Free or high-volume bulk data retrieval (every call costs $0.01)
- —Non-Tron blockchain market data (this endpoint is Tron-specific)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/market/top-gainers \
-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 endpoint is live (402 challenge captured) with clear pricing and a Bazaar schema extension, but documentation is effectively absent — /docs returns 404, no OpenAPI spec exists, and the output example is a stub with an empty data object. The exact structure of the returned market data must be inferred.
Warnings
- —No published OpenAPI or dedicated documentation (docs path returns 404)
- —Output example in the Bazaar extension is a stub with an empty data object — actual response shape is unknown
- —The token field semantics for a 'top-gainers' endpoint are unclear (filtering? or ignored?)
Citations
- —Endpoint returns 402 with x402 v2 challenge advertising USDC on Base and USDT on Tron at 10,000 base units eachhttps://bridge.eruditepay.com/v1/tron/market/top-gainers
- —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 settlement with free verificationhttps://bridge.eruditepay.com
- —USDC on Base uses 6 decimals, so 10000 base units = $0.01https://bridge.eruditepay.com