# 402.com.tr New Base Tokens Feed

> 402.com.tr New Base Tokens Feed is a paid API for AI agents from 402.com.tr, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Returns the latest tokens profiled on Base from the DexScreener feed, including address, description, and links for early discovery.

## Facts

- Endpoint: GET https://402.com.tr/api/x402/new-tokens
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/402-com-tr-new-base-tokens-feed-a9b1f7f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3gz7PpkiP1dsfD8haOeDJ

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 402-com-tr-new-base-tokens-feed-a9b1f7f8
```

Example prompt: What are the latest tokens that just launched on Base? Give me their addresses, descriptions, and any relevant links from DexScreener.

## When to prefer this

Use this endpoint when you need to discover newly launched or recently profiled tokens on the Base network early, specifically sourced from DexScreener. Ideal for discovery bots, trend monitors, or agents scanning for new token launches before they gain wide attention. Prefer this over broader market endpoints when the focus is specifically on new/emerging Base tokens rather than trending or established ones.

## Known failure modes

- DexScreener feed unavailable — upstream data source down, returns error
- No new tokens in feed — empty list returned if no recent launches
- Payment failure — x402 micropayment not processed, request rejected
- Rate limiting — too many requests in short window

## How this service works

Returns the latest tokens profiled on Base from the DexScreener feed — address, description, and links. Great for discovery bots hunting new launches early.

## Output

A list of newly profiled Base tokens from DexScreener, each entry containing the token contract address, a description, and associated links (e.g. website, social, DexScreener profile).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/402-com-tr-new-base-tokens-feed-a9b1f7f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 402.com.tr](https://www.zero.xyz/host/402.com.tr/llms.txt)
