# Losbeto Rugcheck — Solana Token Rug Pull Risk Analyzer

> Losbeto Rugcheck — Solana Token Rug Pull Risk Analyzer is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Analyzes a Solana token for rug pull risk signals and returns a safety assessment via x402 micropayment-gated API

## Facts

- Endpoint: GET https://markets.losbeto.xyz/rugcheck
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-rugcheck-solana-token-rug-pull-risk-analyzer-502d3caa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tVXMxlCmX1xEtd9OHBIM0

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 losbeto-rugcheck-solana-token-rug-pull-risk-analyzer-502d3caa
```

Example prompt: Can you rugcheck this Solana token address for me — I want to know if it's a scam or safe to buy before I put money in?

## When to prefer this

Use this endpoint when you need a quick, cheap ($0.025 USDC) automated rug pull risk check on a Solana token before trading or investing. Prefer it over manual on-chain inspection when building trading bots or DeFi agents that need to screen tokens at scale with micropayment-based access.

## Known failure modes

- Invalid or missing token address returns error
- Token not found on Solana returns empty or error response
- Payment not processed (402 response) if USDC micropayment fails
- Malformed properties input returns schema validation error
- Recently deployed tokens may have insufficient data for analysis

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response containing rug pull risk assessment data for the queried Solana token, including risk score, safety flags, and indicators such as liquidity status, contract ownership, mint authority, and other on-chain risk signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "mint": {
       "type": "string",
       "description": "Solana SPL token mint address"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Solana token rug-pull screening: mint and freeze authority, liquidity lock, holder concentration and the specific red flags found."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-rugcheck-solana-token-rug-pull-risk-analyzer-502d3caa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
