# HYPERNATT NATT Signal - BTC/USDC Cycle State

> HYPERNATT NATT Signal - BTC/USDC Cycle State is a paid API for AI agents from hypernatt.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the current NATT neural agentic trading cycle state for a BTC/USDC pair, including direction, leg count, and entry price on a 15-minute timeframe.

## Facts

- Endpoint: GET https://hypernatt.com/api/m2m/signal
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hypernatt-natt-signal-btc-usdc-cycle-state-9aca3487
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1NyyxwbH7tMpHJFPwoimX

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 hypernatt-natt-signal-btc-usdc-cycle-state-9aca3487
```

Example prompt: What's the current NATT cycle state for BTC/USDC — is there an active position, which direction is it, and how many legs have been completed?

## When to prefer this

Use this endpoint when you need real-time autonomous trading signals from HYPERNATT's NATT neural system specifically for BTC/USDC on a 15-minute timeframe, especially when monitoring multi-leg cycle trades and needing to know the current direction, entry price, and leg completion status.

## Known failure modes

- No active cycle returns has_active: false with empty cycle fields
- Invalid or unsupported trading pair returns an error
- Service unavailable if NATT system is offline or restarting
- Payment failure (402) if USDC payment of $0.001 is not included or rejected
- Malformed request may return 400 bad request

## How this service works

Pay $0.001 USDC to access: BTC/USDC trading signal from a live Hyperliquid vault — cycle direction (LONG/SHORT/HOLD), legs and entries. Read-only context, not trade advice.

## Output

Returns a JSON object with ok status, trading pair (BTC/USDC), symbol (BTC), product identifier (hypernatt_mimo_cycle_state_v1), timeframe (15m), whether there is an active cycle, and cycle details including direction (LONG/SHORT), max legs, total legs completed, and initial entry price.

## 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",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hypernatt-natt-signal-btc-usdc-cycle-state-9aca3487/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hypernatt.com](https://www.zero.xyz/host/hypernatt.com/llms.txt)
