x402basequality 0.40

Stablecoin spread data via x402 micropayment on Base (USDC) or Tron (USDT).

Price
per_call
Protocol
x402
Verified
no

What it does

The `/api/stablecoin-spread` endpoint on EruditePay's x402 Bridge returns crypto data intelligence — specifically stablecoin spread information — for a given token. It accepts a POST request with a JSON body containing a `token` field (a token address or symbol) and returns structured JSON with spread data.

Payment is handled via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment methods: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on Tron at 0.01 USDT per call. The provider is Erudite Intelligence LLC, a FinCEN-registered MSB. The x402 facilitator for Base payments is Coinbase CDP.

Documentation is sparse — the endpoint description in the 402 challenge simply says "Crypto data intelligence" and the output example is a generic `{"success": true, "data": {}}` stub. There is no OpenAPI spec, and the dedicated docs site (`docs.eruditepay.com`) was not reachable during crawl. The exact fields returned in the `data` object are unknown, so callers should expect to discover the response shape experimentally.

Capabilities

stablecoin-spreadcrypto-datax402-paymentbase-usdctron-usdttoken-lookupjson-api

Use cases

  • Querying real-time stablecoin spread data for arbitrage or monitoring
  • Integrating stablecoin health metrics into trading bots or dashboards
  • Automated agents paying per-call for on-demand crypto market intelligence

Fit

Best for

  • Crypto trading bots that need stablecoin spread signals
  • DeFi dashboards monitoring stablecoin peg stability
  • AI agents with x402-compatible wallets needing on-demand crypto data

Not for

  • Users who need free or bulk historical spread data
  • Non-crypto financial data queries
  • Applications that cannot settle payments in USDC on Base or USDT on Tron

Quick start

curl -X POST https://bridge.eruditepay.com/api/stablecoin-spread \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}'

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with a valid schema for input, but the output is a generic stub with no documented fields. No OpenAPI spec exists, docs site returns errors, and the description is vague ('Crypto data intelligence'). Pricing is clear at $0.01/call but actual response content is unknown.

Warnings

  • Output schema is a generic stub — actual response fields are undocumented
  • docs.eruditepay.com was not reachable; /docs path returns endpoint_not_found
  • Endpoint description is vague: 'Crypto data intelligence' — exact data returned is unclear
  • No OpenAPI specification available

Citations

Provenance

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

Agent access