Tron stablecoin velocity/intelligence data via x402 micropayment on Base or Tron
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
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
Quality
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
- —Endpoint returns x402 v2 402 challenge and is livehttps://bridge.eruditepay.com/v1/tron/stablecoin/velocity
- —Accepts USDC on Base (10000 base units = $0.01) and USDT on Tron (10000 base units = $0.01)https://bridge.eruditepay.com/v1/tron/stablecoin/velocity
- —Provider is Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains as an x402 facilitatorhttps://bridge.eruditepay.com
- —/docs path returns endpoint_not_found errorhttps://bridge.eruditepay.com/docs