x402basequality 0.40

Cross-chain arbitrage opportunity detection via x402-paid crypto data intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-gated endpoint at bridge.eruditepay.com provides crypto arbitrage opportunity data. Operated by Erudite Intelligence LLC, the endpoint accepts a POST request with a token address (or pair identifier) and returns arbitrage opportunity information. The endpoint is described as "Crypto data intelligence" in its x402 challenge.

Payment is accepted via two options: USDC on Base (eip155:8453) at $0.01 per call, or USDT on Tron (tron:728126428) at $0.01 per call. Both use the x402 v2 protocol with the "exact" payment scheme. The facilitator for the Base payment option is Coinbase CDP. The maximum payment timeout is 300 seconds for both options.

The endpoint is live and returns a proper 402 challenge. However, documentation is extremely sparse — the only schema information comes from the Bazaar extension embedded in the x402 challenge. The input takes a JSON body with a "token" field (a token address or pair identifier), and the output example is a generic `{"success": true, "data": {}}` stub, giving no insight into the actual structure of arbitrage opportunity data returned. The provider's main site (bridge.eruditepay.com) primarily documents the x402 facilitator/bridge service rather than this specific data intelligence endpoint, and the docs subdomain returns a 404-equivalent error.

Capabilities

crypto-arbitrage-detectioncross-chain-datax402-paymentbase-usdctron-usdttoken-analysisjson-api

Use cases

  • Detect arbitrage opportunities for a given token across chains or DEXes
  • Automated trading bot integration for cross-chain arbitrage strategies
  • Portfolio monitoring tools that surface profitable token movements
  • DeFi dashboard enrichment with real-time arbitrage signals

Fit

Best for

  • Crypto trading bots needing programmatic arbitrage data
  • DeFi developers building cross-chain arbitrage tools
  • Agents that need pay-per-call access to arbitrage intelligence without subscriptions

Not for

  • Users needing historical arbitrage data or backtesting (no evidence of historical support)
  • Non-crypto use cases or general financial data needs
  • Users who need detailed documentation before integrating (docs are minimal)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/arb/opportunities \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}'

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

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 v2 challenge with clear pricing. However, documentation is extremely thin — the output example is a stub with an empty data object, there is no OpenAPI spec, and the provider's docs page returns an error. The actual shape of arbitrage opportunity data is unknown.

Warnings

  • Output schema example is a stub ({"data": {}}) — actual response structure is undocumented
  • Provider docs endpoint (bridge.eruditepay.com/docs) returns endpoint_not_found error
  • No OpenAPI specification available
  • The Bazaar schema describes the meta-structure (input/output types) rather than the actual data payload

Citations

Provenance

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

Agent access