# tradeos.tech

> tradeos.tech is a paid API for AI agents from tradeos.tech, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://tradeos.tech/x402/v1/intelligence/tradeos-venice-claude-opus-4-7
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-v1-intelligence-tradeos-venice-claude-opus-4-7-e0d1b16f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sjfW7uEX_UkMAQJgVn8UD

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 x402-v1-intelligence-tradeos-venice-claude-opus-4-7-e0d1b16f -d '<json body>'
```

## Example request

```json
{
 "input": {
  "body": {
   "output": "json",
   "symbol": "AAPL",
   "chain_id": "1",
   "metadata": {
    "test": true
   },
   "contract_address": "0x0000000000000000000000000000000000000000"
  },
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## 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/x402-v1-intelligence-tradeos-venice-claude-opus-4-7-e0d1b16f/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)
