# TradeOS Market Pulse API – Team Package

> TradeOS Market Pulse API – Team Package is a paid API for AI agents from tradeos.tech, paid per call via x402, $1.49/call, status unknown (last checked 2026-09-15).

Returns a comprehensive crypto intelligence snapshot combining market regime, sector pulse, token risk, token discovery, signal quality, forecast context, VPIN stress, dataset coverage, maturity, and optional custom portfolio context in a single paid API call.

## Facts

- Endpoint: POST https://tradeos.tech/x402/v1/intelligence/tradeos-market-pulse-api-team
- Price: $1.49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradeos-tech-f280be01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4AjGFg5Q0pbRlKa8rosJJ

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 tradeos-tech-f280be01 -d '<json body>'
```

Example prompt: Pull a full TradeOS team intelligence snapshot right now — include market regime, sector pulse, VPIN stress, token discovery, signal quality evidence, and forecast context, and apply my current portfolio of BTC, ETH, and SOL as the custom portfolio context.

## When to prefer this

Choose this team-package endpoint when an agent, dashboard, or application needs the full breadth of TradeOS intelligence — market regime, sector pulse, token risk, discovery, signals, forecasts, VPIN, and dataset coverage — in a single call rather than assembling them from multiple specialized endpoints. Ideal for team-scale workflows, research pipelines, or multi-feature dashboards that benefit from bundled context and prefer one payment transaction over many.

## Known failure modes

- Invalid or malformed portfolio context payload returns 400 with field-level error detail
- Payment not confirmed or insufficient USDC balance returns 402 with payment required message
- Rate limit exceeded for team tier returns 429 with retry-after header
- Upstream market data unavailable returns 503 with degraded coverage warning
- Unknown token symbols in input return partial results with coverage gaps flagged in response

## Output

A rich JSON object containing: current market regime classification, sector pulse with leaders and drags, per-token risk scores, newly discovered token candidates, signal quality and evidence ratings, multi-day forecast context, VPIN order-flow stress levels, dataset coverage and maturity indicators, and optionally customized portfolio context — all with reasons, freshness timestamps, and safety boundaries. No trade instructions or execution data is included.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "output": {
       "type": "string"
      },
      "symbol": {
       "type": "string"
      },
      "chain_id": {
       "type": "string"
      },
      "metadata": {
       "type": "object"
      },
      "contract_address": {
       "type": "string"
      }
     },
     "additionalProperties": true
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "POST"
    },
    "bodyType": {
     "type": "string",
     "const": "json"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tradeos-tech-f280be01/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tradeos.tech](https://www.zero.xyz/host/tradeos.tech/llms.txt)
