x402basequality 0.45

Retrieve total cryptocurrency market capitalization via x402 micropayment on Base or Tron.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint returns total crypto market capitalization data, payable per-call via the x402 protocol. It accepts a POST request with a JSON body containing a `token` field (token address or symbol) and returns market-cap intelligence in JSON format. The endpoint is operated by Erudite Intelligence LLC.

Payment is required at $0.01 per call (10,000 base units of USDC on Base or USDT on Tron, both 6-decimal stablecoins). The x402 v2 challenge is live and well-formed, with two accepted payment options: USDC on Base (eip155:8453) settled via the Coinbase CDP facilitator, or USDT on Tron (tron:728126428). The maximum payment timeout is 300 seconds.

Documentation is sparse — the provider's landing page describes the EruditePay Bridge facilitator infrastructure but does not document the `/v1/market/total-mcap` data endpoint specifically. The example output in the Bazaar schema extension is a generic `{"success": true, "data": {}}` stub, so the exact shape of the returned market-cap data is unknown. No OpenAPI spec or dedicated docs page was found for this endpoint.

Capabilities

crypto-market-datatotal-market-capx402-paymentusdc-baseusdt-tronper-call-micropaymentjson-api

Use cases

  • Querying real-time total crypto market capitalization for dashboards or analytics
  • Feeding market-cap data into trading bots or portfolio trackers
  • Enriching financial reports with on-demand crypto market size data

Fit

Best for

  • Agents or apps that need on-demand crypto market cap data with per-call pricing
  • Developers already using x402-compatible wallets on Base or Tron
  • Lightweight market intelligence queries without subscription commitments

Not for

  • High-frequency bulk data ingestion where per-call fees add up quickly
  • Users who need detailed per-token market cap breakdowns (response schema unclear)
  • Anyone without an x402-compatible payment client or USDC/USDT wallet

Quick start

curl -X POST https://bridge.eruditepay.com/v1/market/total-mcap \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "0x0000000000000000000000000000000000000000"}'

Example

Request

{
  "token": "0x0000000000000000000000000000000000000000"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The x402 challenge is live and well-structured with clear pricing ($0.01/call), but there is no dedicated documentation for this endpoint, the example response is a generic stub with an empty data object, and no OpenAPI spec exists. The actual response schema and data semantics must be inferred.

Warnings

  • No dedicated documentation found for /v1/market/total-mcap — /docs returns 404
  • Example output in Bazaar schema is a stub with empty data object; actual response shape is unknown
  • The token input parameter semantics are unclear — it may filter by token or may be ignored for total market cap

Citations

Provenance

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

Agent access