TRON arbitrage opportunity scanner via x402 micropayment, pay-per-call in USDC or USDT.
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with 402 status, confirming it is livehttps://bridge.eruditepay.com/v1/tron/arb/opportunities
- —USDC on Base payment: 10000 base units = $0.01 (6 decimals), asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://bridge.eruditepay.com/v1/tron/arb/opportunities
- —USDT on TRON payment: 10000 base units = $0.01, asset TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6thttps://bridge.eruditepay.com/v1/tron/arb/opportunities
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered, BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Input schema accepts a 'token' field described as 'Token address or pair identifier'https://bridge.eruditepay.com/v1/tron/arb/opportunities