x402basequality 0.40

Retrieve top-losing crypto tokens via x402-paid API on Base and Tron

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC returns data about the top-losing cryptocurrency tokens. It is part of a "Crypto data intelligence" service accessible via the x402 payment protocol. Callers POST a JSON body containing a token address (or use the zero address as a wildcard) and receive a JSON response with loss/performance data.

The endpoint accepts payment on two networks: Base (EIP-155:8453) using USDC at 0.01 USDC per call, and Tron using USDT at 0.01 USDT per call. Payment is facilitated through the EruditePay x402 Bridge, which supports the x402 v2 specification. The facilitator for Base payments is Coinbase CDP.

Documentation is sparse — the crawled docs URL returns a 404, and the only schema information comes from the x402 challenge's embedded Bazaar extension. The example output is a generic `{"success": true, "data": {}}` stub, so the exact shape of the returned market data (fields, sorting, pagination) is unknown. The endpoint is live and returning a well-formed 402 challenge, confirming it is operational.

Capabilities

crypto-market-datatop-losersx402-paymentbase-networktron-networkusdc-paymentusdt-paymentjson-api

Use cases

  • Identify the worst-performing tokens in real time for trading signals
  • Feed top-loser data into an automated portfolio rebalancing agent
  • Display a market movers widget showing biggest decliners
  • Screen for tokens experiencing sharp sell-offs for research or alerts

Fit

Best for

  • Agents or bots that need on-demand crypto market loser data
  • Developers building crypto dashboards with pay-per-call pricing
  • Automated trading systems that react to large price drops

Not for

  • Historical backtesting requiring bulk data downloads
  • Users who need free or subscription-based market data
  • Non-crypto financial data needs

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/market/top-losers \
  -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.40/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.01 per call), but documentation is effectively absent — the docs URL 404s, the output example is a stub with an empty data object, and there is no description of the response fields, pagination, or filtering options.

Warnings

  • Documentation URL (https://docs.eruditepay.com/) was not crawled and the /docs path on the bridge returns 404
  • The example output in the Bazaar schema is a stub ({"data": {}}) — actual response shape is unknown
  • No OpenAPI spec available; input/output contracts are inferred from the x402 challenge only
  • The 'token' input field's role is unclear — it may filter results or act as a wildcard when set to the zero address

Citations

Provenance

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

Agent access