# AllInOneCents Rugcheck API

> AllInOneCents Rugcheck API 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-15).

Checks a crypto token or project for rug pull risk signals and scam indicators using on-chain analysis

## Facts

- Endpoint: POST https://allin-onecents.orbonomy.xyz/api/rugcheck
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allinonecents-rugcheck-api-53aa5078
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g2Uu9rDP3sC-t-kTdJxjM

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-api-53aa5078 -d '<json body>'
```

Example prompt: Can you rugcheck this token for me — the contract address is 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU on Solana? I want to know if it's a scam before I buy.

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.01) rug pull and scam risk check on a crypto token or DeFi project, especially on Base or Solana chains, and want a single unified API call rather than manually querying multiple on-chain data sources.

## Known failure modes

- Unknown or unrecognized token address returns empty or low-confidence data
- Malformed query string returns a generic error or failed success flag
- Token too new or unlisted may yield insufficient on-chain data
- Network-specific tokens may not resolve across both Base and Solana chains
- API timeout or upstream data source unavailability

## 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 object with a success flag and a data payload containing rug pull risk indicators, safety signals, and analysis results for the queried token or project.

## 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-api-53aa5078/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)
