x402basequality 0.45

Retrieve early buyers of a Tron token 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 Bridge, returns early-buyer data for a specified token on the Tron blockchain. It is an x402 v2 paid endpoint that accepts a POST request with a JSON body containing a `token` field (a token address or symbol). The response is JSON with a `success` boolean and a `data` object containing the early-buyer intelligence.

Payment is required per-call at a cost of 10,000 base units — which is $0.01 USD when paying with USDC on Base (eip155:8453, 6 decimals) or $0.01 when paying with USDT on Tron (tron:728126428, 6 decimals). The x402 challenge was captured live and the endpoint is confirmed operational. Payment is facilitated through the EruditePay Bridge, which supports 20 blockchains and settles via the x402 v2 protocol.

Documentation beyond the landing page and the x402 challenge itself is sparse — the `/docs` path returns a 404, and no OpenAPI spec is published. The input/output schema is provided inline in the x402 challenge's Bazaar extension, but no detailed field-level documentation for the response `data` object is available. The provider is described as a FinCEN MSB-registered entity (BSA ID 31000324258137) operating in a non-custodial model.

Capabilities

tron-token-analysisearly-buyer-detectioncrypto-data-intelligencex402-paymentmulti-chain-settlement

Use cases

  • Identify early buyers of a newly launched Tron token to assess insider activity
  • Screen tokens for potential rug-pull signals by analyzing early wallet concentration
  • Build trading dashboards that surface early-mover wallets for Tron tokens
  • Automate due diligence on Tron token launches by checking early buyer patterns

Fit

Best for

  • Crypto analysts investigating Tron token launches
  • Trading bots needing on-chain early-buyer intelligence
  • DeFi researchers studying token distribution patterns

Not for

  • Non-Tron blockchain token analysis (endpoint is Tron-specific)
  • Free or high-volume bulk data scraping (each call costs $0.01 via x402)
  • Users without crypto wallets or x402-compatible payment infrastructure

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/token/early-buyers \
  -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 to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear input schema and pricing, but the response data object is entirely opaque (example shows empty {}), no OpenAPI spec exists, and /docs returns 404. The actual structure and fields of the early-buyer data are unknown.

Warnings

  • No documentation available — /docs returns 404 and no OpenAPI spec is published
  • Response data schema is completely unspecified; the example output shows an empty object
  • Output fields and their meanings must be discovered empirically
  • Tron network identifier 'tron:728126428' is non-standard (Tron mainnet is typically 'tron:mainnet')

Citations

Provenance

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

Agent access