x402basequality 0.45

Tron token buy/sell ratio analytics via x402 micropayment

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on the EruditePay x402 Bridge, returns buy/sell ratio data for tokens on the Tron blockchain. You POST a JSON body containing a token address (or symbol), and the endpoint returns structured JSON with the ratio data. The endpoint is gated behind the x402 protocol (HTTP 402 Payment Required), accepting payment in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), each at 0.01 USD per request.

The x402 challenge confirms the endpoint is live and returns x402 v2 payment requirements. The request schema expects a JSON body with a `token` field (string — a token address or symbol). The response schema shows `{"success": true, "data": {}}` as an example, but the actual structure of the `data` object is not documented beyond this stub. The provider describes the service category as "Crypto data intelligence."

EruditePay Bridge is a FinCEN MSB-registered (BSA ID 31000324258137) x402 facilitator supporting 20 blockchains. The facilitator used for Base USDC payments is Coinbase CDP. Documentation at docs.eruditepay.com was not reachable during crawl, and no OpenAPI spec is available, so the exact fields returned in the `data` object remain unknown.

Capabilities

tron-token-analyticsbuy-sell-ratiox402-paymentcrypto-data-intelligencemulti-chain-paymentusdc-baseusdt-tron

Use cases

  • Analyze buy vs. sell pressure for a specific Tron token before making trading decisions
  • Feed token buy/sell ratio data into an automated trading bot or agent
  • Monitor market sentiment shifts for Tron-based tokens in real time
  • Enrich a crypto dashboard with on-chain buy/sell flow metrics

Fit

Best for

  • Agents or bots needing programmatic Tron token sentiment data
  • Crypto traders analyzing buy/sell pressure on Tron DEXs
  • Data pipelines that require per-call micropayment access to on-chain analytics

Not for

  • Users needing buy/sell ratio data for non-Tron blockchains (endpoint is Tron-specific)
  • Anyone requiring free or bulk-discounted analytics (each call costs $0.01)
  • Use cases needing detailed documentation or guaranteed response schema (docs are sparse)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/token/buy-sell-ratio \
  -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.45/ 1.00

The endpoint is live (402 challenge captured) with a clear payment schema and basic input/output schema from the Bazaar extension. However, the response data structure is entirely opaque (example shows empty object), no OpenAPI spec exists, docs.eruditepay.com was unreachable, and there is no documentation of what fields the `data` object actually contains.

Warnings

  • Response data schema is undocumented — the example output shows an empty object
  • docs.eruditepay.com was not reachable during crawl; no external documentation found
  • No OpenAPI specification available for this endpoint
  • The exact meaning and fields of the buy/sell ratio response must be inferred

Citations

Provenance

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

Agent access