x402basequality 0.40

Retrieve buy-pressure data for Tron tokens via x402-paid crypto intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

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

tron-token-analyticsbuy-pressure-datax402-payment-gatedusdc-base-paymentusdt-tron-paymentcrypto-data-intelligenceper-call-micropayment

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

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.40/ 1.00

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

Provenance

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

Agent access