x402basequality 0.40

TRON arbitrage opportunity scanner via x402 micropayment, pay-per-call in USDC or USDT.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge infrastructure, provides crypto arbitrage opportunity data for the TRON network. Callers POST a JSON body containing a token address or pair identifier and receive arbitrage opportunity intelligence in response. The endpoint is gated behind the x402 v2 payment protocol, requiring per-call micropayments.

Two payment options are accepted: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on TRON (tron:728126428) at 0.01 USDT per call. Payments are facilitated through the Coinbase CDP x402 facilitator (for Base) or directly on TRON. The provider is described as offering "Crypto data intelligence" and is operated by Erudite Intelligence LLC, a FinCEN MSB-registered entity (BSA ID 31000324258137).

Documentation is sparse — the endpoint's output schema only shows a generic `{"success": true, "data": {}}` example, so the exact shape of the arbitrage data returned is unknown. There is no OpenAPI spec, and the docs subdomain returns a 404. The input schema accepts a `token` field described as a "Token address or pair identifier," suggesting you can query specific tokens or trading pairs for arbitrage signals on TRON.

Capabilities

crypto-arbitragetron-networkx402-paymentpay-per-calltoken-analysisdefi-intelligence

Use cases

  • Scanning for arbitrage opportunities across TRON DEXes for a specific token or pair
  • Building automated trading bots that consume real-time arb signals on TRON
  • Monitoring DeFi markets on TRON for price discrepancies
  • Integrating TRON arbitrage data into a multi-chain trading dashboard

Fit

Best for

  • DeFi traders looking for TRON-specific arbitrage signals
  • Automated trading systems that can pay per API call via x402
  • Developers building cross-DEX arbitrage tools on TRON

Not for

  • Users needing free or subscription-based API access (this is strictly pay-per-call)
  • Non-TRON arbitrage use cases (endpoint is TRON-specific)
  • Users who need detailed documentation before integrating (output schema is underspecified)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/arb/opportunities \
  -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.40/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing. However, documentation is effectively absent — the output schema example is a stub ({"data": {}}), there is no OpenAPI spec, and the docs URL returns 404. The actual structure and content of arbitrage data returned is unknown.

Warnings

  • Output schema is a stub — the example response is just {"success": true, "data": {}} with no detail on what 'data' contains
  • No OpenAPI specification or detailed documentation available (docs endpoint returns 404)
  • The exact nature and quality of arbitrage intelligence returned is unverifiable from available materials
  • TRON chain identifier uses numeric form 'tron:728126428' rather than the more common 'tron:mainnet'

Citations

Provenance

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

Agent access