# azimuth.day Node List

> azimuth.day Node List is a paid API for AI agents from azimuth.day, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Lists the paying account's receiver nodes along with their current status and points balances.

## Facts

- Endpoint: POST https://azimuth.day/api/x402/nodes
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/azimuth-day-node-list-05b1ce9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SvO505DZTVdCD4i0dBre_

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 azimuth-day-node-list-05b1ce9a -d '<json body>'
```

Example prompt: Show me all my receiver nodes on azimuth.day — I want to see each one's current status and how many points they have.

## When to prefer this

Use this endpoint when you need to programmatically audit or monitor the receiver nodes belonging to a specific azimuth.day account, including their live status and points. Prefer this over manual dashboard checks when automating node health monitoring or points tracking workflows.

## Known failure modes

- Invalid or missing x402 payment header returns 402 Payment Required
- Insufficient USDC balance results in payment failure
- Account has no registered receiver nodes — returns empty list
- Network timeout or service unavailability returns 5xx error
- Invalid account credentials or payment identity mismatch returns 401/403

## How this service works

List the paying account’s receiver nodes with status and points.

## Output

Returns a list of receiver nodes associated with the paying account, each with its current operational status and accumulated points value.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/azimuth-day-node-list-05b1ce9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from azimuth.day](https://www.zero.xyz/host/azimuth.day/llms.txt)
