x402basequality 0.45

Detect volume anomalies 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 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

tron-token-analysisvolume-anomaly-detectionx402-paymentcrypto-intelligenceusdc-base-paymentusdt-tron-payment

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access