Retrieve buy-pressure data for Tron tokens via x402-paid crypto intelligence endpoint.
What it does
This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge, provides "buy pressure" analytics for tokens on the Tron blockchain. Callers POST a JSON body containing a token address (or symbol), and the endpoint returns structured data about that token's buy pressure. The endpoint is gated behind the x402 payment protocol (v2), requiring per-call micropayments before data is served.
Payment can be made in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), with each call costing 10,000 base units — equivalent to $0.01 USD given 6-decimal stablecoins. The facilitator for Base payments is Coinbase CDP. The maximum payment timeout is 300 seconds. The response format is JSON, with a structure of `{"success": true, "data": {}}`, though the exact fields within `data` are not documented beyond the example stub.
Documentation is sparse: the provider's /docs path returns a 404, and no OpenAPI spec is available. The endpoint is live (returns a proper 402 challenge), but the actual shape of the buy-pressure analytics payload is unknown. The provider describes the service broadly as "Crypto data intelligence."
Capabilities
Use cases
- —Analyze buy-side demand for a specific Tron token before making trading decisions
- —Integrate Tron token buy-pressure signals into an automated trading bot
- —Monitor token market dynamics as part of a crypto portfolio dashboard
Fit
Best for
- —Agents or bots needing on-demand Tron token buy-pressure metrics
- —Developers building crypto analytics dashboards with pay-per-call data
- —Automated trading systems that consume token demand signals
Not for
- —Users needing buy-pressure data for non-Tron blockchains (this endpoint is Tron-specific)
- —Anyone requiring detailed documentation or guaranteed response schemas before integration
- —Free-tier or bulk-discount analytics consumers — every call costs $0.01
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/token/buy-pressure \
-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 and returns a valid x402 v2 challenge with clear pricing and payment options. However, documentation is effectively absent (no OpenAPI spec, /docs returns 404), the response schema is a stub with an empty data object, and the actual analytics payload is completely unknown.
Warnings
- —No OpenAPI or detailed documentation available — /docs returns 404
- —Response example from the bazaar schema contains only an empty data object; actual response fields are unknown
- —Provider description is generic ('Crypto data intelligence') with no specifics about what buy-pressure metrics are returned
- —Cannot verify what analytics are actually delivered without making a paid call
Citations
- —Endpoint is live and returns x402 v2 challenge with payment options on Base (USDC) and Tron (USDT)https://bridge.eruditepay.com/v1/tron/token/buy-pressure
- —Each call costs 10,000 base units ($0.01) in USDC on Base or USDT on Tronhttps://bridge.eruditepay.com/v1/tron/token/buy-pressure
- —Provider is Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and implements x402 facilitator specificationhttps://bridge.eruditepay.com