# TraBot Grid Range Desk LIVE

> TraBot Grid Range Desk LIVE is a paid API for AI agents from trabotpro.it, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Returns live Kraken grid spot trading signals and Donchian range regime indicators for stagnant/ranging market conditions, with public PnL proof available.

## Facts

- Endpoint: GET https://trabotpro.it/api/a2a/x402/trading/grid-range-desk
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/trabot-grid-range-desk-live-de4504c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gdvfu0JV78ZGjfK8lKvzM

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 trabot-grid-range-desk-live-de4504c8
```

Example prompt: Pull the latest live grid range signals from the TraBot Grid Range Desk and tell me if Kraken spot is currently in a stagnant regime, what the Donchian range signals say, and what the verified PnL stats look like.

## When to prefer this

Choose this endpoint when you need real-time, live Kraken spot grid trading signals specifically calibrated for stagnant or range-bound market regimes using Donchian channel analysis. It is distinct from TraBot's trend-following or arb desks and is ideal when price action is consolidating sideways. Prefer this over generic market data APIs when you want actionable grid signals with verified PnL proof rather than raw price data.

## Known failure modes

- Payment not received — 402 response if USDC micropayment not attached
- Kraken data feed delay or unavailability causing stale signals
- Rate limiting if called too frequently without session desk
- Empty or null signal fields if no qualifying range condition detected
- Network timeout if upstream Kraken feed is slow

## How this service works

LIVE Kraken grid spot + Donchian range signals; public PnL proof on /stats. STAGNANT regime desk.

## Output

A JSON response containing live Kraken grid spot trading signals, Donchian channel range indicators, current market regime classification (stagnant/ranging), and publicly verifiable PnL performance statistics for the grid range strategy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "type",
      "method"
     ],
     "properties": {
      "type": {
       "enum": [
        "http"
       ],
       "type": "string"
      },
      "method": {
       "enum": [
        "GET"
       ],
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/trabot-grid-range-desk-live-de4504c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from trabotpro.it](https://www.zero.xyz/host/trabotpro.it/llms.txt)
