# Base Intel TokenPulse — On-Chain Token Metrics API

> Base Intel TokenPulse — On-Chain Token Metrics API is a paid API for AI agents from base-intel.deleonanalytics.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns real-time on-chain pulse metrics for a given Base Mainnet token contract address, including price, volume, liquidity, and activity signals.

## Facts

- Endpoint: GET https://base-intel.deleonanalytics.com/token/pulse
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-intel-tokenpulse-on-chain-token-metrics-api-ebf623e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ykjHiIsFB5qk8tFr9wfzZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability base-intel-tokenpulse-on-chain-token-metrics-api-ebf623e6
```

Example prompt: What are the current on-chain pulse metrics for the Base Mainnet token at contract address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 — I want to see price, volume, and liquidity activity right now.

## When to prefer this

Use this endpoint when you need real-time on-chain token metrics specifically for Base Mainnet tokens and want per-request USDC micropayment pricing (no subscription required). Prefer this over general crypto price APIs when you need Base-native on-chain data depth rather than CEX price feeds. Best for agents doing token research, DeFi analysis, or portfolio monitoring on Base.

## Known failure modes

- Invalid or non-existent contract address returns 400 or empty result
- Token contract exists but has no recent on-chain activity — sparse data returned
- Payment not fulfilled (x402 unpaid) — 402 Payment Required response
- Token is on a different chain (not Base Mainnet) — data not found
- Rate limiting or quota exceeded if payment fails
- Network congestion causing stale or delayed on-chain data

## How this service works

4 production x402 APIs on Base Mainnet: AlphaStream, TokenPulse, WalletWatch, RugRadar. Pay per request in USDC or subscribe via Stripe.

## Output

Returns real-time on-chain intelligence for the specified Base Mainnet token, including metrics such as current price, trading volume, liquidity depth, holder activity, and other market pulse signals derived from on-chain data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "token"
 ],
 "properties": {
  "token": {
   "type": "string",
   "description": "Token contract address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-intel-tokenpulse-on-chain-token-metrics-api-ebf623e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-intel.deleonanalytics.com](https://www.zero.xyz/host/base-intel.deleonanalytics.com/llms.txt)
