# AllInOneCents — New Pairs

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

Returns newly listed cryptocurrency trading pairs, likely from DEX or CEX sources, via a unified micro-payment API

## Facts

- Endpoint: POST https://allin-onecents.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-f886ae38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uozgdIJc19XTN9TnNuaRc

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-f886ae38 -d '<json body>'
```

Example prompt: What new crypto trading pairs have been listed recently on Base or Solana? Show me any pairs added in the last 24 hours.

## When to prefer this

Choose this endpoint when you need quick, cheap ($0.01) access to newly listed crypto trading pairs across Base and Solana chains. Useful for trading bots, market scanners, or DeFi dashboards monitoring new pair activity.

## Known failure modes

- Empty or vague query string may return no results or an error
- Invalid query format may return success:false
- Stale or unavailable upstream data source may return empty data
- Payment failure (x402) blocks the request before it reaches the endpoint
- Rate limiting or network timeout on the backend aggregator

## 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 JSON object with a 'data' field containing newly listed trading pairs and a 'success' boolean indicating request status. Pair data likely includes token names, addresses, and listing metadata.

## 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-f886ae38/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from allin-onecents.orbonomy.xyz](https://www.zero.xyz/host/allin-onecents.orbonomy.xyz/llms.txt)
