# agentdatum.com Personal All-in-One Data Bundle

> agentdatum.com Personal All-in-One Data Bundle is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.049/call, status unknown (last checked 2026-09-15).

Returns a combined snapshot of weather, AQI, currency exchange rates, cryptocurrency prices, and public holidays in a single call

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/life/personal-all
- Price: $0.049/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-personal-all-in-one-data-bundle-74c48146
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g5LDCxspdzIZ6LLH73kfl

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 agentdatum-com-personal-all-in-one-data-bundle-74c48146
```

Example prompt: Give me today's complete personal data snapshot — weather, air quality index, exchange rates, crypto prices, and any public holidays — all in one go.

## When to prefer this

Choose this endpoint when you need multiple personal daily data points (weather, AQI, exchange rates, crypto, holidays) and want to minimize the number of API calls. It saves round-trips and cost compared to calling each data type separately. It is a good fit for daily briefing agents, personal dashboards, or any workflow that needs a broad real-world snapshot rather than a deep dive into one specific domain.

## Known failure modes

- Upstream data source unavailability may cause partial or empty sub-fields
- Payment not processed (x402 payment required before data is returned)
- Rate limiting or quota exceeded if called too frequently
- Stale data if upstream providers have delayed feeds

## How this service works

个人数据全查：天气+AQI+汇率+加密货币+节假日

## Output

A unified JSON response containing current weather conditions, air quality index (AQI), live foreign exchange rates, cryptocurrency price data, and public holiday information — all returned in a single API response for the calling date/context.

## 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/agentdatum-com-personal-all-in-one-data-bundle-74c48146/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
