x402basequality 0.45

Monitor token activity on Tron and other chains via x402-paid crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, operated by Erudite Intelligence LLC, provides crypto data intelligence focused on monitoring token activity. It accepts a POST request with a token address and a blockchain network identifier, and returns activity data for that token. The endpoint is gated by the x402 protocol (version 2), meaning callers must include a valid payment header to access the data.

Payment is accepted in two ways: USDC on Base (network eip155:8453) or USDT on Tron (network tron:728126428), both at a cost of 10,000 base units per call — which equals $0.01 (one cent) given 6-decimal stablecoins. The facilitator used for payment verification and settlement is the EruditePay Bridge, which supports 20 blockchains and charges 0.5% per settlement. The endpoint returns JSON with a success flag and a data object, though the exact shape of the data payload is not fully documented beyond the example stub.

Documentation is sparse: there is no OpenAPI spec, no dedicated docs page (the /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 URL path suggests Tron-specific token monitoring, but the schema's body allows specifying any chain, so it may support cross-chain queries. Callers should expect to experiment with inputs to discover the full response structure.

Capabilities

token-activity-monitoringtron-blockchainmulti-chain-queryx402-payment-gatedcrypto-data-intelligencestablecoin-paymentbase-usdctron-usdt

Use cases

  • Monitoring token transfer activity on Tron or other supported chains
  • Building alerting systems for specific token movements
  • Aggregating on-chain token data for analytics dashboards
  • Integrating real-time token activity into trading bots
  • Compliance monitoring of token flows

Fit

Best for

  • Developers building crypto analytics tools that need token activity data
  • Agents that need pay-per-call blockchain data without API key management
  • Projects already using x402-compatible payment flows

Not for

  • Users who need free or high-volume bulk blockchain data (each call costs $0.01)
  • Applications requiring detailed documentation or guaranteed response schemas before integration
  • Non-crypto use cases with no stablecoin payment capability

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/monitor/token-activity \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", "chain": "tron"}'

Example

Request

{
  "chain": "tron",
  "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a valid x402 v2 payment structure and embedded Bazaar schema, but documentation is effectively absent — no OpenAPI spec, no docs page, and the example response contains only an empty data object. The actual response shape must be discovered empirically.

Warnings

  • No OpenAPI or dedicated documentation available; /docs returns 404
  • Example response in Bazaar schema shows empty data object — actual response structure is unknown
  • Endpoint path says 'tron' but schema allows arbitrary chain values; cross-chain support is unconfirmed
  • Provider description is generic ('Crypto data intelligence') with no specifics on what token activity data is returned

Citations

Provenance

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

Agent access