# Kristo Intelligence Bot Status API

> Kristo Intelligence Bot Status API is a paid API for AI agents from kristo-intelligence-api.onrender.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the current operational status of the Kristo Intelligence trading/signal bot

## Facts

- Endpoint: GET https://kristo-intelligence-api.onrender.com/api/bot-status
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kristo-intelligence-bot-status-api-2d1a3da3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gc0GByKDL-oG4SwoFlADm

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 kristo-intelligence-bot-status-api-2d1a3da3
```

Example prompt: Check whether the Kristo Intelligence bot is currently active and running.

## When to prefer this

Use this endpoint when you need to verify the Kristo Intelligence bot is operational before acting on its signals, or when building a monitoring system to track bot uptime. Prefer this over the /api/v1/signal endpoint when you only need operational health information, not trading signal data.

## Known failure modes

- Payment failure: insufficient USDC balance for the $0.005 per-call fee
- Bot status unavailable if the backend service on Render.com is experiencing downtime
- Empty or malformed JSON response if the bot service is unreachable
- Rate limiting if too many requests are made in a short period

## How this service works

Kristo Intelligence - paid API data (/api/bot-status)

## Output

A JSON payload indicating the current operational status of the Kristo Intelligence bot, likely including fields such as active/inactive state, uptime indicators, or health metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Paid JSON response payload"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kristo-intelligence-bot-status-api-2d1a3da3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kristo-intelligence-api.onrender.com](https://www.zero.xyz/host/kristo-intelligence-api.onrender.com/llms.txt)
