# AllInOneCents Mega API — Search

> AllInOneCents Mega API — Search 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-13).

Unified search endpoint across 60 data categories including crypto, medical, macro, stocks, and utilities via a single natural-language query

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-mega-api-search-d71f2641
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RgFpT6j65RdmsCA8fMx-A

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-mega-api-search-d71f2641 -d '<json body>'
```

Example prompt: Search across crypto, stocks, medical, and macro data for 'Bitcoin current price and recent trend' — give me whatever the AllInOneCents mega API returns for that query.

## When to prefer this

When you need a single low-cost ($0.01) catch-all search across diverse domains — crypto, stocks, medical, macro, utilities — without knowing which specific sub-endpoint to call; ideal for exploratory or multi-domain queries where routing to a specialized API is unnecessary overhead.

## Known failure modes

- Missing or empty 'query' field returns validation error
- Query too vague or ambiguous returns no matching data
- Network timeout if upstream data sources are slow
- 402 Payment Required if x402 payment not included or insufficient
- Unknown domain query returns empty or null data object

## How this service works

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

## Output

A JSON object with a 'success' boolean and a 'data' object containing the search results from whichever of the 60 domain endpoints matched the query — could include crypto prices, stock data, medical info, macroeconomic figures, or utility data depending on the query.

## 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-mega-api-search-d71f2641/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)
