# ScriptMasterLabs New Token Detection API

> ScriptMasterLabs New Token Detection API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Detects newly launched or listed cryptocurrency tokens on-chain, delivered as a pay-per-call endpoint settled in USDC on Base via x402.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/new-token-detection
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-new-token-detection-api-697666db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_APd-B3dNTb2JV6movwNwR

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 scriptmasterlabs-new-token-detection-api-697666db
```

Example prompt: Can you pull the latest newly detected crypto tokens from ScriptMasterLabs — I want to see what fresh token contracts have been deployed recently so I can evaluate them for early opportunities?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time detection of newly launched or deployed cryptocurrency tokens and are comfortable paying micro-fees in USDC via the x402 protocol. It is particularly useful for DeFi monitoring agents, token scouting bots, or compliance workflows that need early awareness of new token contracts. Prefer alternatives if you need deeply structured token data, historical archives, or free-tier access.

## Known failure modes

- Empty or null response if no new tokens detected in the query window
- 402 Payment Required if USDC payment via x402 is not attached or fails
- Malformed or incomplete token data due to sparse response schema
- Rate limiting or service unavailability on the Render-hosted infrastructure
- Timeout if the underlying on-chain data source is slow to respond

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns data about newly detected cryptocurrency tokens, likely including token contract addresses, names/symbols, deployment timestamps, and basic metadata about each new token. The response schema is minimal and may vary; expect a JSON object with token-level details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-new-token-detection-api-697666db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
