x402basequality 0.40

Crypto category performance data via x402 micropayment, $0.01/call on Base or Tron

Price
per_call
Protocol
x402
Verified
no

What it does

The `/v1/market/category-performance` endpoint on EruditePay's Bridge provides crypto market data intelligence. It accepts a POST request with a JSON body containing a `token` field (token address or symbol) and returns category performance data for that token. The endpoint is described as "Crypto data intelligence" in its x402 challenge.

Payment is handled via the x402 protocol (HTTP 402 challenge/response). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) or USDT on Tron at 10,000 base units ($0.01). Payment is facilitated through Coinbase CDP's x402 facilitator on Base, and directly on Tron. The provider is Erudite Intelligence LLC, a FinCEN MSB-registered entity.

Documentation is sparse — the endpoint's output schema only shows a generic `{"success": true, "data": {}}` example, and no dedicated docs page was found (the `/docs` path returns a 404). The exact structure of the returned category performance data is not documented in the available materials. The endpoint is live and responding with a valid x402 v2 challenge.

Capabilities

crypto-market-datacategory-performancetoken-analysisx402-paymentmulti-chain-paymentusdc-baseusdt-tron

Use cases

  • Retrieve performance metrics for a specific crypto token's market category
  • Analyze sector-level trends in the cryptocurrency market
  • Feed category performance data into trading or portfolio management agents
  • Enrich token metadata with sector/category context

Fit

Best for

  • AI agents needing on-demand crypto market category data
  • Automated trading systems requiring sector performance signals
  • Crypto analytics dashboards that need category-level metrics

Not for

  • Historical time-series data (no evidence of time-range parameters)
  • Non-crypto market data or traditional equities
  • Users who need detailed documentation before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/market/category-performance \
  -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 with a valid x402 v2 challenge and clear pricing ($0.01/call). However, documentation is effectively absent — no dedicated docs page exists, the output example is an empty object, and the exact nature of 'category performance' data is undefined. The input schema is minimal (just a token field).

Warnings

  • No dedicated documentation found — /docs returns 404
  • Output schema example contains only an empty data object; actual response structure is unknown
  • The description 'Crypto data intelligence' is vague and the specific fields returned are not documented
  • Cannot verify what 'category performance' actually measures without a successful paid call

Citations

Provenance

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

Agent access