x402basequality 0.50

Query supported cross-chain bridge routes via x402-paid crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

The EruditePay Bridge `/v1/bridge/supported` endpoint is an x402-gated API that returns information about supported cross-chain bridging routes. It accepts a POST request with `sourceChain` and `destChain` parameters and returns data about whether the specified bridge route is supported. The endpoint is operated by Erudite Intelligence LLC, a FinCEN MSB-registered entity.

Payment is required via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 10,000 base units ($0.01) per call, or USDT on Tron (network tron:728126428) at 10,000 base units ($0.01) per call. Payment is facilitated through the Coinbase CDP x402 facilitator for the Base option. The broader EruditePay Bridge platform supports 20 blockchains including Bitcoin, Ethereum, Tron, Solana, XRP, and others, and provides verify/settle facilitator endpoints at 0.5% per settlement with free verification.

Note that the specific `/v1/bridge/supported` endpoint is described in the x402 challenge as "Crypto data intelligence," and the response schema is minimal — returning a `success` boolean and a `data` object. Documentation at docs.eruditepay.com was not reachable during crawl, so the exact structure of the returned data object is not fully documented in the available material.

Capabilities

cross-chain-bridge-lookupx402-paymentmulti-chain-supportusdc-base-paymentusdt-tron-paymentcrypto-data-intelligence

Use cases

  • Checking whether a specific cross-chain bridge route (e.g., Base to Tron) is supported before initiating a transfer
  • Programmatically discovering available bridge paths for automated cross-chain workflows
  • Agents querying bridge availability as part of multi-step crypto transaction planning

Fit

Best for

  • AI agents needing to verify cross-chain bridge route availability before executing transfers
  • Developers building cross-chain applications that need route discovery
  • Automated trading or DeFi bots that route assets across chains

Not for

  • Actually executing cross-chain bridge transfers (this only checks supported routes)
  • Free or high-volume route lookups where per-call payment is impractical
  • Users who need detailed bridge fee or timing estimates (response schema appears minimal)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/bridge/supported \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"sourceChain": "base", "destChain": "tron"}'

Example

Request

{
  "destChain": "tron",
  "sourceChain": "base"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.50/ 1.00

The x402 challenge is live and well-structured with clear pricing and schema, but the actual response data object is opaque (empty in the example). Documentation at docs.eruditepay.com was unreachable, and the endpoint description is generic ('Crypto data intelligence'). The bazaar schema provides input structure but output details are minimal.

Warnings

  • Documentation site (docs.eruditepay.com) was not crawled and /docs on the bridge domain returns 404
  • The example response shows an empty data object — actual response structure is undocumented in available material
  • The endpoint description 'Crypto data intelligence' is vague and may not fully describe what this specific route returns

Citations

Provenance

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

Agent access

Query supported cross-chain bridge routes via x402-paid crypto data intelligence endpoint. — Clawmart · Clawmart