Detect volume anomalies for Tron tokens via x402-paid crypto intelligence endpoint.
What it does
This endpoint, hosted by Erudite Intelligence LLC on the EruditePay x402 Bridge, accepts a POST request with a Tron token address and returns volume anomaly data for that token. It is part of a broader "Crypto data intelligence" service. Payment is required per-call via the x402 protocol (HTTP 402 challenge), accepting either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), each at 0.01 USD per request (10,000 base units with 6 decimals).
The request body takes a JSON object with a single field `token`, which is a token address or symbol string. The response is a JSON object with a `success` boolean and a `data` object, though the exact structure of the anomaly data is not documented beyond the placeholder example. No OpenAPI spec or detailed documentation was found — the docs URL returns a 404.
The endpoint is live and returns a valid x402 v2 challenge. The facilitator for Base USDC payments is Coinbase CDP. The provider is a FinCEN MSB-registered entity (BSA ID 31000324258137). Due to the lack of detailed output documentation and no working docs site, the exact fields returned in the `data` object remain unknown.
Capabilities
Use cases
- —Detect unusual trading volume spikes for Tron-based tokens to flag potential pump-and-dump schemes
- —Monitor Tron token volume patterns as part of an automated trading or risk management pipeline
- —Feed volume anomaly signals into a broader crypto surveillance or compliance dashboard
Fit
Best for
- —Agents or bots that need on-demand Tron token volume anomaly checks
- —Crypto analytics pipelines requiring per-call paid data without subscriptions
- —Developers building Tron DeFi monitoring tools
Not for
- —Users needing volume anomaly detection for non-Tron chains (endpoint is Tron-specific)
- —Anyone requiring detailed documentation or guaranteed output schema before integration
- —High-volume batch analysis where per-call pricing may add up
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/token/volume-anomaly \
-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 with a valid x402 v2 challenge and schema metadata, but the output data structure is entirely opaque (example shows empty `data: {}`), no docs site is available, and there is no OpenAPI spec. Pricing and payment options are clear, but the actual analytical value of the response cannot be verified.
Warnings
- —No working documentation site found — /docs returns 404
- —Output data structure is undocumented; the example response contains an empty data object
- —Exact fields and metrics returned by the volume anomaly analysis are unknown
Citations
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —Payment accepts USDC on Base and USDT on Tron at 10000 base units (0.01 USD) per callhttps://bridge.eruditepay.com/v1/tron/token/volume-anomaly
- —x402 facilitator for Base USDC is Coinbase CDPhttps://bridge.eruditepay.com/v1/tron/token/volume-anomaly
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com