x402basequality 0.35

Exchange net-flow crypto data intelligence via x402 micropayment on Base and Tron

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides crypto data intelligence focused on exchange net-flow data. It is an x402-gated POST endpoint operated by Erudite Intelligence LLC. Callers send a JSON body with a `query` parameter and receive structured JSON results. Payment is required per-call via the x402 protocol (version 2), accepting USDC on Base (eip155:8453) or USDT on Tron (tron:728126428) at $0.01 per request (10,000 base units with 6 decimals).

The endpoint is live and returns a proper 402 challenge. However, documentation is extremely sparse — the crawled docs, API, pricing, and README paths all return 404. The bazaar schema in the x402 challenge describes a generic input/output contract: POST a JSON body with a `query` string and receive `{"success": true, "data": {}}`. No further detail on what queries are supported, what exchange net-flow metrics are available, or what the `data` object contains is provided anywhere in the crawled material.

The facilitator for Base payments is Coinbase CDP (api.cdp.coinbase.com). The provider is registered as a FinCEN MSB (BSA ID 31000324258137) and operates a non-custodial settlement model. The bridge itself supports 20 blockchains for settlement, though this specific data endpoint only accepts payment on Base and Tron.

Capabilities

exchange-net-flowcrypto-data-intelligencex402-paymentusdc-baseusdt-tronjson-apipost-endpoint

Use cases

  • Querying net flow of funds into and out of crypto exchanges
  • Monitoring exchange deposit/withdrawal trends for trading signals
  • Building dashboards that track exchange-level fund movements
  • Integrating on-chain exchange flow data into automated trading agents

Fit

Best for

  • Agents or apps that need pay-per-call exchange net-flow data without API key management
  • Crypto analysts tracking exchange inflows and outflows
  • x402-native applications that settle micropayments in USDC or USDT

Not for

  • Users needing detailed documentation or well-defined query schemas before integrating
  • Applications requiring free or subscription-based pricing models
  • Non-crypto data use cases

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/exchange/net-flow \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"query": "bitcoin"}'

Example

Request

{
  "query": "example"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but documentation is effectively nonexistent — all doc paths return 404. The bazaar schema is generic (a single 'query' string input, an empty 'data' object output) with no specifics on supported queries, available exchanges, time ranges, or response fields. Pricing is clear ($0.01/call) but the actual data contract is opaque.

Warnings

  • No documentation available — /docs, /api, /pricing, /README all return 404
  • The bazaar schema is generic placeholder-level: input is just {"query": "string"} and output example is {"data": {}}
  • Exact query syntax, supported exchanges, and response data structure are unknown
  • Cannot verify what data is actually returned without making a paid request

Citations

Provenance

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

Agent access