x402basequality 0.45

Tron market top-gainers data via x402 micropayment on Base (USDC) or Tron (USDT)

Price
per_call
Protocol
x402
Verified
no

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

tron-market-datatop-gainersx402-paymentmulti-chain-paymentcrypto-intelligencejson-api

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access