x402basequality 0.45

Bitcoin payment support check via x402-gated crypto data intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides crypto data intelligence related to BTC payment support. It is an x402-gated POST endpoint operated by Erudite Intelligence LLC. The endpoint accepts a JSON body with a `query` parameter and returns a JSON response with `success` and `data` fields.

The endpoint accepts payment via two channels: USDC on Base (eip155:8453) at $0.01 per call, or USDT on Tron (tron:728126428) at $0.01 per call. Settlement is facilitated through the EruditePay x402 Bridge, which supports 20 blockchains and implements x402 v2.0. The USDC payment option uses the Coinbase CDP facilitator.

The broader EruditePay Bridge platform is a FinCEN MSB-registered (BSA ID 31000324258137) x402 payment facilitator that handles verify and settle operations across 20 blockchains. This specific endpoint appears to be a data endpoint rather than a facilitator endpoint — it is described as "Crypto data intelligence" in the x402 challenge. However, documentation is sparse: the `/docs` path returns a 404, and the exact nature of the query interface and response data structure is not well documented beyond the generic schema provided in the bazaar extension.

Capabilities

btc-payment-supportcrypto-data-intelligencex402-paymentusdc-baseusdt-tronjson-api

Use cases

  • Querying whether a specific BTC payment method or address is supported
  • Checking BTC payment infrastructure capabilities programmatically
  • Integrating BTC payment support data into agent workflows

Fit

Best for

  • Agents needing BTC payment support information via pay-per-call
  • Applications requiring crypto data intelligence on Bitcoin payments
  • Developers building on x402-compatible payment infrastructure

Not for

  • Free or high-volume bulk queries (each call costs $0.01)
  • Non-crypto payment use cases
  • Users needing detailed documentation before integration (docs are sparse)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/btc/payment/supported \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"query": "example"}'

Example

Request

{
  "query": "example"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a bazaar schema, but documentation is extremely thin. The /docs path returns 404, the query parameter semantics are undocumented, and the example response contains an empty data object. The endpoint description is just "Crypto data intelligence" with no further detail on what queries are supported or what data is returned.

Warnings

  • Documentation endpoint (/docs) returns 404 — no detailed API docs available
  • The query parameter semantics and valid values are undocumented
  • The example response data field is an empty object — actual response structure unknown
  • The endpoint path suggests BTC payment support checking but the exact functionality is inferred from the URL, not documented

Citations

Provenance

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

Agent access