x402basequality 0.45

Upcoming token unlock schedule data via x402-paid crypto intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint from Erudite Intelligence LLC provides upcoming token unlock data for cryptocurrency projects. Callers send a POST request with a token address or symbol and receive structured JSON about upcoming unlock events. The endpoint is part of a broader "crypto data intelligence" offering hosted on the EruditePay Bridge infrastructure.

Payment is required per-call via the x402 protocol (v2). The endpoint accepts two payment methods: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on Tron (tron:728126428) at 0.01 USDT per call. The facilitator for Base payments is Coinbase CDP. The provider is registered as a FinCEN MSB (BSA ID 31000324258137) and operates non-custodially.

Documentation is sparse — the endpoint's behavior is inferred primarily from the x402 challenge payload and the Bazaar schema extension. The input schema accepts a JSON body with a `token` field (token address or symbol), and the output is JSON with a `success` boolean and a `data` object. No detailed field-level documentation for the response `data` object was found, so the exact structure of unlock event records is unknown. The example output in the schema shows an empty `data` object, which limits what can be confirmed about response richness.

Capabilities

token-unlock-schedulecrypto-market-datax402-paymentusdc-baseusdt-tronjson-apiper-call-micropayment

Use cases

  • Querying upcoming token unlock dates and amounts for a specific cryptocurrency project
  • Building dashboards that track vesting schedules across multiple tokens
  • Alerting systems that notify when large token unlocks are imminent
  • Research tools that correlate token unlock events with price movements

Fit

Best for

  • Agents or bots that need programmatic access to token unlock data
  • Crypto analytics platforms requiring on-demand vesting schedule lookups
  • Pay-per-call usage where no subscription commitment is desired

Not for

  • Historical token unlock data (endpoint name implies upcoming/future only)
  • Non-crypto market data or traditional finance vesting schedules
  • Users who need detailed documentation before integrating — response schema is undocumented

Quick start

curl -X POST https://bridge.eruditepay.com/v1/market/upcoming-unlocks \
  -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 endpoint is live (402 challenge captured) with a clear payment scheme and basic input/output schema from the Bazaar extension. However, there is no detailed documentation for the response payload, no OpenAPI spec, and the example output contains an empty data object, making it impossible to confirm what fields are actually returned.

Warnings

  • No detailed documentation found — /docs returns 404
  • Response data schema is completely unspecified; the example shows an empty object
  • Token field description says 'Token address or symbol' but no list of supported tokens is provided
  • The zero-address example token (0x000...000) is likely a placeholder and may not return meaningful data

Citations

Provenance

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

Agent access