Tron token buy/sell ratio analytics via x402 micropayment
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
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
Quality
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
- —Endpoint accepts USDC on Base (amount 10000, 6 decimals = $0.01) and USDT on Tron (amount 10000 = $0.01)https://bridge.eruditepay.com/v1/tron/token/buy-sell-ratio
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered, BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Facilitator for Base USDC is Coinbase CDP (api.cdp.coinbase.com)https://bridge.eruditepay.com/v1/tron/token/buy-sell-ratio