# FINNPUTER Quick Token Check

> FINNPUTER Quick Token Check is a paid API for AI agents from api.finnputerdex.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-17).

Performs a rapid safety check on a Solana token mint address, returning contract authority status, LP lock info, holder concentration, and market data

## Facts

- Endpoint: POST https://api.finnputerdex.com/scan/quick
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finnputer-quick-token-check-0ac569d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kvx0zuhhVercykAEsyCZM

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 finnputer-quick-token-check-0ac569d9 -d '<json body>'
```

Example prompt: Can you do a quick safety check on the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to know about its contract authorities, LP lock status, and holder concentration before I buy.

## When to prefer this

Use this endpoint when you need a fast, lightweight safety check on a Solana token and only need contract authority, LP lock, holder concentration, and market data — without the deeper cluster analysis or forwarded-supply tracing provided by the full /scan endpoint. Ideal for quick pre-trade checks or screening multiple tokens rapidly.

## Known failure modes

- Invalid or malformed Solana mint address returns a 400 error
- Token mint address not found on-chain returns a not-found or empty result
- Network timeout or RPC congestion causes delayed or failed response
- Payment failure via x402 protocol results in 402 response and no data

## How this service works

Quickly checks a Solana token’s contract, holders, LP lock, and market basics.

## Output

Returns a quick token safety report including contract authority flags, liquidity pool lock status, holder concentration metrics, and current market data for the specified Solana mint address

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address for a quick check: contract authorities, LP lock, holder concentration and market. Does NOT include cluster or forwarded-supply analysis — use /scan for that."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finnputer-quick-token-check-0ac569d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.finnputerdex.com](https://www.zero.xyz/host/api.finnputerdex.com/llms.txt)
