x402basequality 0.45

Token buy-pressure intelligence for any on-chain asset, paid per-call via x402 (USDC on Base or USDT on Tron).

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC provides crypto data intelligence focused on "buy pressure" analysis for a given token. You POST a JSON body containing a token address (or symbol) and receive structured data about that token's buy pressure dynamics. The endpoint is gated behind the x402 payment protocol (v2), requiring a micro-payment of 0.01 USDC on Base (eip155:8453) or 0.01 USDT on Tron before the response is served.

The x402 challenge is live and well-formed. Payment is facilitated through the EruditePay Bridge, which supports settlement via Coinbase CDP on Base and direct on-chain settlement on Tron. The provider is registered as a FinCEN MSB (BSA ID 31000324258137) and operates non-custodially — settlements route directly to the payee address.

Documentation is sparse: the Bazaar schema embedded in the x402 challenge describes the input (a `token` field accepting a token address or symbol) and a generic output example (`{"success": true, "data": {}}`), but no detailed field-level documentation for the response payload is available. The endpoint description is simply "Crypto data intelligence," and no OpenAPI spec or dedicated docs page was found. The exact metrics or signals included in the buy-pressure analysis are not documented in the probe or crawl material.

Capabilities

token-buy-pressure-analysisx402-payment-gatedusdc-base-settlementusdt-tron-settlementjson-apicrypto-data-intelligence

Use cases

  • Analyze buy-side pressure for a specific token before making a trade decision
  • Integrate token demand signals into an automated trading bot
  • Monitor buy pressure trends across multiple tokens for portfolio management
  • Feed buy-pressure data into a DeFi analytics dashboard

Fit

Best for

  • AI agents needing per-call crypto market intelligence without API key management
  • Developers building trading bots that need on-demand token demand signals
  • Analysts who want programmatic access to buy-pressure metrics for any token address

Not for

  • Users needing historical time-series buy-pressure data (no evidence of historical support)
  • Anyone requiring detailed documentation or guaranteed SLA on response schema
  • Non-crypto use cases or fiat-only payment environments

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/token/buy-pressure \
  -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 to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The x402 challenge is live and well-structured with clear pricing (0.01 USDC/USDT per call), but there is no OpenAPI spec, no dedicated docs, and the response schema example is a stub (`data: {}`). The actual fields returned by the buy-pressure endpoint are unknown, making integration speculative.

Warnings

  • No detailed documentation found — /docs, /api, /pricing, /README all return endpoint_not_found errors.
  • Response schema is effectively undocumented; the example output is just {"success": true, "data": {}} with no field definitions.
  • The exact meaning of 'buy pressure' and what metrics are returned is not specified anywhere in available material.
  • Inferred price: 0.01 USDC (10000 base units / 10^6 decimals) — assumes standard 6-decimal USDC on Base and 6-decimal USDT on Tron.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:07:42Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access