# Solana Snipe Token Search

> Solana Snipe Token Search is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Search for Solana tokens by name, symbol, or contract address to find snipe-worthy candidates including pump.fun launches and Raydium-graduating coins

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/snipe/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-snipe-token-search-051e14a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S3E8sW1epIvNnKraCpAAE

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 solana-snipe-token-search-051e14a1 -d '<json body>'
```

Example prompt: Search for the Solana token called 'PEPE2' and show me up to 15 results including their contract addresses and any safety signals so I can decide which one to snipe.

## When to prefer this

Use this endpoint when you need to discover or identify Solana tokens by name, symbol, or address before executing a snipe or safety check. It is the first step in a snipe workflow when you only have a partial token identifier and need to resolve it to a contract address or confirm its existence on pump.fun or Raydium.

## Known failure modes

- Token not found — returns empty result set if no tokens match the query
- Query too vague — may return many unrelated tokens requiring further filtering
- Stale data — newly launched tokens may not yet be indexed
- Payment failure — call rejected if USDC payment via x402 is not settled
- Rate limiting — too many rapid calls may be throttled

## How this service works

Search tokens and trading pairs across all chains by name, symbol, or address, ranked with price, liquidity, and 24h volume. Send { query, limit? }. Find the right contract fast before sniping.

## Output

A ranked list of up to 30 Solana token results matching the query, including token names, symbols, contract addresses, and associated metadata useful for sniping decisions such as launch platform and pair status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "limit": {
   "type": "number",
   "description": "Max results, default 10 (max 30)"
  },
  "query": {
   "type": "string",
   "description": "Token name, symbol, or contract address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-snipe-token-search-051e14a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
