Bitcoin payment support check via x402-gated crypto data intelligence endpoint
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
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
Quality
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
- —Endpoint is operated by Erudite Intelligence LLChttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchainshttps://bridge.eruditepay.com
- —FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —USDC on Base and USDT on Tron accepted at 10000 base units ($0.01) per callhttps://bridge.eruditepay.com/v1/btc/payment/supported
- —Settlement pricing is 0.5% per successful settlement with no monthly feeshttps://bridge.eruditepay.com