# AllInOneCents Trending Query

> AllInOneCents Trending Query 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 trending data across crypto, stocks, medical, macro, or utility domains via a unified query interface at $0.01 per call.

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/trending
- 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-trending-query-2bc7c3f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wXdpXQDRJAsnWL44m6gIq

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-trending-query-2bc7c3f3 -d '<json body>'
```

Example prompt: What's trending in crypto right now? Use the AllInOneCents trending endpoint with query 'crypto' to get me the latest trending assets across the market.

## When to prefer this

Choose this endpoint when you need cheap ($0.01) trending data across a wide range of domains (crypto, stocks, macro, medical) without committing to a specialized data provider. Ideal for agents doing broad discovery or trend monitoring across multiple verticals in a single unified API.

## Known failure modes

- Missing 'query' field returns validation error
- Empty or malformed query string may return empty data object
- Payment failure on x402 protocol returns 402 Payment Required
- Overly broad or ambiguous query may return low-relevance trending results
- Service downtime may return 5xx error with no data

## 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 'success' boolean and a 'data' object containing trending results relevant to the submitted query, covering domains such as crypto, stocks, medical, or macro depending on the query content.

## 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-trending-query-2bc7c3f3/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)
