Token buy-pressure intelligence for any on-chain asset, paid per-call via x402 (USDC on Base or USDT on Tron).
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with 0.01 USDC on Base and 0.01 USDT on Tron pricinghttps://bridge.eruditepay.com/v1/base/token/buy-pressure
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Input schema accepts a 'token' field described as 'Token address or symbol'https://bridge.eruditepay.com/v1/base/token/buy-pressure