x402basequality 0.40

Tron stablecoin velocity/intelligence data via x402 micropayment on Base or Tron

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides crypto data intelligence focused on Tron stablecoin velocity. It accepts a POST request with a JSON body containing a token address or symbol and returns analytical data about that token. The endpoint is gated behind the x402 payment protocol (version 2) and accepts payment in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), each costing $0.01 per call (10,000 base units with 6 decimals).

The provider, Erudite Intelligence LLC, operates the EruditePay x402 Bridge — a payment facilitator supporting 20 blockchains. The Bridge itself handles verify/settle steps for x402-compliant servers. This particular endpoint is a data product built on top of that infrastructure. The response schema indicates a JSON object with a `success` boolean and a `data` object, though the exact fields within `data` are not documented in the available material.

Documentation is sparse: the provider's /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a minimal example with an empty `data` object. The endpoint description is simply "Crypto data intelligence," leaving the precise metrics (e.g., transfer volume, velocity scores, holder counts) unclear. The endpoint is confirmed live via a 402 challenge response.

Capabilities

tron-stablecoin-analyticstoken-velocity-datax402-micropaymentusdc-base-paymentusdt-tron-paymentcrypto-data-intelligenceper-call-pricing

Use cases

  • Analyzing stablecoin transfer velocity on the Tron network for a given token
  • Monitoring token activity and flow patterns for trading or compliance signals
  • Integrating on-chain stablecoin intelligence into automated trading or risk pipelines

Fit

Best for

  • Developers building crypto analytics dashboards that need Tron stablecoin data
  • Trading bots or agents that need per-call, pay-as-you-go token intelligence
  • Compliance or risk teams monitoring stablecoin flows on Tron

Not for

  • Users needing detailed documentation or well-defined response schemas before integrating
  • Analytics across non-Tron blockchains (this endpoint is Tron-specific)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/stablecoin/velocity \
  -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.40/ 1.00

The endpoint is confirmed live via a valid x402 402 challenge, and pricing/payment details are clear. However, documentation is effectively absent (the /docs path 404s), the response example contains only an empty data object, and the endpoint description is vague ('Crypto data intelligence'). The actual fields returned are unknown.

Warnings

  • No documentation available — /docs returns 404
  • Response schema example shows empty data object; actual returned fields are unknown
  • Endpoint description is vague: 'Crypto data intelligence' — exact metrics not specified
  • The Bazaar schema input example uses an Ethereum zero-address placeholder, not a Tron address

Citations

Provenance

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

Agent access