x402basequality 0.45

Cross-chain bridge history lookup via x402-paid POST endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

The `/v1/bridge/history` endpoint on EruditePay's x402 Bridge returns cross-chain bridge transaction history filtered by source and destination blockchain. It accepts a JSON POST body with `sourceChain` and `destChain` parameters and returns structured data about bridge operations between those networks. The endpoint is described as providing "Crypto data intelligence."

Payment is handled via the x402 protocol (HTTP 402 challenge). The endpoint accepts payment in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at 10,000 base units — which equals $0.01 per request (6-decimal stablecoins). The facilitator is Coinbase CDP for the Base/USDC option. The provider is Erudite Intelligence LLC, a FinCEN-registered MSB (BSA ID 31000324258137).

The parent Bridge service supports 20 blockchains and implements the x402 v2 facilitator specification with verify and settle endpoints. Documentation at docs.eruditepay.com is referenced but the /docs path on the bridge itself returns a 404. The output schema example is sparse — `{"success": true, "data": {}}` — so the exact shape of the history response is not fully documented. The endpoint is live and returning a valid x402 challenge.

Capabilities

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

Use cases

  • Querying historical bridge transactions between two specific blockchains
  • Monitoring cross-chain fund flows for analytics or compliance
  • Building dashboards that track bridge activity across networks
  • Auditing bridge operations between Base, Tron, and other supported chains

Fit

Best for

  • Agents needing programmatic access to cross-chain bridge history
  • Crypto analytics pipelines requiring bridge transaction data
  • Compliance workflows tracking cross-chain fund movements

Not for

  • Initiating or executing bridge transfers (this is read-only history)
  • Free or high-volume bulk data extraction (each call costs $0.01)
  • Non-crypto use cases with no blockchain component

Quick start

curl -X POST https://bridge.eruditepay.com/v1/bridge/history \
  -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 to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 challenge and has a basic input schema with example, but the output schema is essentially empty (data: {}), documentation links return 404, and the actual response structure is undocumented. Pricing is clear at $0.01/call.

Warnings

  • Output schema example is a stub — actual response shape for bridge history data is unknown
  • docs.eruditepay.com is referenced but /docs on the bridge returns endpoint_not_found
  • The exact fields returned in the 'data' object are not documented anywhere in available materials
  • Only two chain values ('base', 'tron') are shown in examples; full set of valid sourceChain/destChain values is unspecified

Citations

Provenance

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

Agent access