# AllInOneCents — New Pairs

> AllInOneCents — New Pairs is a paid API for AI agents from allinonecents.orbonomy.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches newly listed trading pairs from crypto markets, with a focus on tokens recently launched on Base and Solana.

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/new-pairs
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-new-pairs-c0e3f347
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UczB_nrXLsbQvOIfZ8AKG

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 allinonecents-new-pairs-c0e3f347 -d '<json body>'
```

Example prompt: Can you check for any new trading pairs that just launched on Base or Solana and show me what came up — especially anything listed in the last few hours?

## When to prefer this

Choose this endpoint when you need a cheap ($0.01) quick lookup of newly created or listed trading pairs on Base or Solana chains. Useful for agents monitoring DeFi activity or scanning for early token launches without committing to expensive premium data providers.

## Known failure modes

- Empty or malformed query string returns generic error
- No new pairs available returns empty data object
- Service downtime returns non-200 or timeout
- Ambiguous query returns irrelevant pair data
- Rate limits or payment failures return 402

## How this service works

Unified API platform — 60 endpoints across crypto, medical, macro, stocks, and utility. Dual-chain (Base + Solana). All $0.01.

## Output

Returns a data object containing newly listed trading pairs, likely including pair identifiers, token names, chain information, and listing timestamps, wrapped in a success boolean response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Input query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/allinonecents-new-pairs-c0e3f347/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from allinonecents.orbonomy.xyz](https://www.zero.xyz/host/allinonecents.orbonomy.xyz/llms.txt)
