x402basequality 0.45

Token intelligence: holder concentration, whale ID, team wallets, and liquidity lock analysis via x402.

Price
per_call
Protocol
x402
Verified
no

What it does

The `/api/defi/token-intel` endpoint is part of DeFi Shield, a suite of 69 paid API endpoints providing security intelligence for autonomous AI agents. This specific endpoint performs token-level intelligence analysis including holder concentration metrics, whale identification, team wallet detection, and liquidity lock verification. It accepts POST requests and costs $1.00 per call, paid in USDC on Base via the x402 protocol.

DeFi Shield advertises a pay-per-request model where an agent sends a POST with an x402 payment header, the facilitator verifies USDC payment on Base, the endpoint processes the request and returns JSON, and payment settles only on a successful response. Each endpoint also supports free GET-based discovery that returns schema information and an `llm_usage_prompt` describing how to use it. The platform provides service discovery via `/.well-known/agent-card.json` and a health endpoint at `/api/health` listing all endpoints with pricing.

Note that no OpenAPI schema, detailed parameter documentation, or example responses were found during probing. The 402 challenge was captured but returned an empty challenge object, which means the x402 payment parameters (accepted token address, network, facilitator details) could not be confirmed from the probe alone. The landing page describes the endpoint's purpose but does not provide request/response schemas. Agents should call the endpoint via GET first to retrieve its discovery metadata and `llm_usage_prompt` before making paid requests.

Capabilities

token-holder-analysiswhale-identificationteam-wallet-detectionliquidity-lock-checkx402-paymentusdc-on-basedefi-intelligencepay-per-request

Use cases

  • AI agents evaluating token safety before executing a swap or investment
  • Automated due diligence on new token listings to detect concentrated holdings
  • Identifying whale wallets and team allocations for risk assessment
  • Checking whether liquidity is locked before providing liquidity or buying a token
  • Portfolio monitoring agents flagging tokens with deteriorating holder distributions

Fit

Best for

  • Autonomous DeFi agents needing per-call token security intelligence
  • Workflows requiring whale and team wallet identification without API key management
  • Agents that settle payments in USDC on Base via x402 protocol

Not for

  • High-frequency trading requiring sub-second latency (pay-per-call overhead)
  • Users needing free or subscription-based token analytics
  • Non-blockchain token or equity analysis

Quick start

# Free discovery (returns schema + llm_usage_prompt)
curl https://defi-shield-hazel.vercel.app/api/defi/token-intel

# Paid request (requires x402 payment header)
curl -X POST https://defi-shield-hazel.vercel.app/api/defi/token-intel \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{"address": "0x..."}'

Example

Request

{
  "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x4765092Fe75D2A42C76CEac2Cc249bB2246a527d
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 returned on POST) and the landing page describes its purpose and price clearly, but the 402 challenge object was empty, no OpenAPI schema exists, no docs page was found, and no example responses are available. Request schema is inferred from analogous endpoints on the same platform.

Warnings

  • The x402 challenge object was empty — payment parameters (token address, facilitator, network) could not be confirmed from the probe.
  • No OpenAPI or JSON schema documentation was found; request/response formats are inferred from the landing page.
  • The /docs, /pricing, and /README pages all return 404.
  • Example request body is inferred from similar endpoints on the platform, not from official documentation.

Citations

Provenance

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

Agent access