# AllInOneCents Rugcheck — Solana Token Rug Pull Risk Analysis

> AllInOneCents Rugcheck — Solana Token Rug Pull Risk Analysis 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).

Analyzes a Solana token or project query to assess rug pull risk and safety signals

## Facts

- Endpoint: POST https://allinonecents.orbonomy.xyz/api/rugcheck
- 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-rugcheck-solana-token-rug-pull-risk-analysis-7315f446
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GkXckZyRdBzUzCgbig92q

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-rugcheck-solana-token-rug-pull-risk-analysis-7315f446 -d '<json body>'
```

Example prompt: Can you run a rugcheck on the Solana token at address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me if it's safe or a likely rug pull?

## When to prefer this

Use this endpoint when you need a quick, cheap ($0.01) automated rug pull risk check on a Solana token or DeFi project before investing or interacting with it. Prefer this over manual research when speed and cost matter and the token is on Solana.

## Known failure modes

- Invalid or unrecognized token address returns empty or error data object
- Query too vague or token not indexed returns no results
- Payment not included results in 402 response
- Upstream rugcheck data unavailable causes service failure
- Malformed query string causes bad request error

## 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 structured safety assessment for the queried Solana token or project, including risk indicators, audit signals, and a success flag indicating whether the analysis completed successfully.

## 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-rugcheck-solana-token-rug-pull-risk-analysis-7315f446/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)
