# x402-portfolio.x402iom.workers.dev

> x402-portfolio.x402iom.workers.dev is a paid API for AI agents from x402-portfolio.x402iom.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://x402-portfolio.x402iom.workers.dev/vat
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vat-bd4d285f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rJnqjWloXaCJHVC39clpU

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 vat-bd4d285f -d '<json body>'
```

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "amount",
      "country"
     ],
     "properties": {
      "rate": {
       "enum": [
        "standard",
        "reduced"
       ],
       "type": "string",
       "description": "default standard"
      },
      "amount": {
       "type": "number",
       "minimum": 0
      },
      "country": {
       "type": "string",
       "description": "ISO 3166-1 alpha-2, e.g. DE, FR, GB"
      },
      "direction": {
       "enum": [
        "net_to_gross",
        "gross_to_net"
       ],
       "type": "string",
       "description": "default net_to_gross"
      }
     }
    }
   },
   "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/vat-bd4d285f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-portfolio.x402iom.workers.dev](https://www.zero.xyz/host/x402-portfolio.x402iom.workers.dev/llms.txt)
