x402basequality 0.45

Tron token security analysis via x402 micropayment — crypto data intelligence per call.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides token security data for tokens on the Tron blockchain. You POST a JSON body containing a token address (or symbol), pay per request via the x402 protocol, and receive security intelligence about that token. The endpoint is operated by Erudite Intelligence LLC and described as "Crypto data intelligence" in its x402 challenge.

Payment is accepted in two ways: USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at 10,000 base units per call. Since both USDC and USDT use 6 decimals, this works out to $0.01 (one cent) per request. The x402 v2 challenge was successfully captured, confirming the endpoint is live. The facilitator for Base payments is Coinbase CDP.

Documentation is sparse — the provider's landing page focuses on the EruditePay Bridge facilitator service rather than this specific token-security endpoint. The output schema example shows `{"success": true, "data": {}}` but does not detail what fields appear in the `data` object. The exact security checks performed (e.g., honeypot detection, ownership concentration, contract audit flags) are not documented and must be discovered by calling the endpoint.

Capabilities

tron-token-securitytoken-risk-analysiscrypto-data-intelligencex402-paymentper-call-micropaymentusdc-baseusdt-tron

Use cases

  • Check whether a Tron token contract has known security risks before trading
  • Integrate automated token screening into a DeFi aggregator or wallet
  • Agent-driven due diligence on newly listed TRC20 tokens
  • Build a token safety dashboard for Tron ecosystem tokens

Fit

Best for

  • Developers building Tron DeFi tools that need per-token risk data
  • AI agents performing automated crypto research on Tron tokens
  • Wallets or portfolio trackers that want to flag risky tokens

Not for

  • Token security analysis on non-Tron chains (separate endpoints may exist)
  • Detailed smart contract source-code auditing
  • Free or bulk-rate token scanning (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/token/security \
  -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 (402 challenge captured) with clear pricing and a basic input schema, but the output schema is effectively empty (example data is {}), there is no dedicated documentation, and the exact security checks performed are undocumented. Significant inference is required about what the endpoint actually returns.

Warnings

  • Output schema example is empty — actual response fields are unknown
  • No dedicated documentation page exists (docs.eruditepay.com and /docs both return errors)
  • The specific security checks or risk metrics returned are not documented anywhere in the crawl material

Citations

Provenance

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

Agent access