# astro.dutchdata.io

> astro.dutchdata.io is a paid API for AI agents from astro.dutchdata.io, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://astro.dutchdata.io/api/mundane_chart
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-mundane-chart-f6d3ee09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P22FT10_xUvvV13rFfswK

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 api-mundane-chart-f6d3ee09 -d '<json body>'
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "aspect_context",
      "y_0",
      "m_0",
      "d_0",
      "y_1",
      "m_1",
      "d_1",
      "q",
      "t_f1",
      "n_f2"
     ],
     "properties": {
      "q": {
       "type": "integer",
       "minimum": 1
      },
      "d_0": {
       "type": "integer",
       "maximum": 31,
       "minimum": 1
      },
      "d_1": {
       "type": "integer",
       "maximum": 31,
       "minimum": 1
      },
      "m_0": {
       "type": "integer",
       "maximum": 12,
       "minimum": 1
      },
      "m_1": {
       "type": "integer",
       "maximum": 12,
       "minimum": 1
      },
      "y_0": {
       "type": "integer"
      },
      "y_1": {
       "type": "integer"
      },
      "n_f2": {
       "type": "array",
       "items": {
        "type": "integer",
        "maximum": 11,
        "minimum": 0
       }
      },
      "t_f1": {
       "type": "array",
       "items": {
        "type": "integer",
        "maximum": 11,
        "minimum": 0
       }
      },
      "contact_uuid": {
       "type": [
        "string",
        "null"
       ],
       "format": "uuid"
      },
      "aspect_context": {
       "enum": [
        0,
        1,
        2
       ],
       "type": "integer"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "schema": {
      "type": "object",
      "required": [
       "data",
       "labels",
       "metadata"
      ],
      "properties": {
       "data": {
        "type": "array",
        "items": {
         "type": "array",
         "items": {
          "type": "number"
         }
        }
       },
       "labels": {
        "type": "array",
        "items": {
         "type": "string"
        }
       },
       "metadata": {
        "type": "array",
        "items": {
         "type": "array",
         "items": {
          "type": "object"
         }
        }
       }
      }
     },
     "example": {
      "data": [
       [
        0
       ]
      ],
      "labels": [
       "2026-07-01T00:00:00Z"
      ],
      "metadata": [
       []
      ]
     },
     "mimeType": "application/msgpack"
    }
   }
  }
 },
 "description": "x402 Bazaar discovery metadata"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-mundane-chart-f6d3ee09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from astro.dutchdata.io](https://www.zero.xyz/host/astro.dutchdata.io/llms.txt)
