---
name: ybu2kkps.nx.link
description: This host exposes a single paid endpoint that fetches the JSON Placeholder todo item with id=1, returning its userId, id, title, and completed status. Access requires a payment of 0.001 USDC on Base (eip155:8453). No other todo items or operations are available.
host: ybu2kkps.nx.link
---

# ybu2kkps.nx.link

ybu2kkps.nx.link is a minimal demonstration host that gates a single read-only API call — fetching a fixed JSON Placeholder todo record — behind a micropayment. It serves agents or developers testing x402 payment-gated API access patterns on Base, not production todo management use cases.

## When to use this host

Use this host only when an agent specifically needs to retrieve the JSON Placeholder todo item with id=1 and is set up to pay 0.001 USDC on Base. Do not use it for fetching any other todo item by ID, bulk todo retrieval, searching or filtering todos, or any write or update operations. For general-purpose todo API access without payment requirements, query the JSON Placeholder API directly. For other payment-gated data needs, look for hosts with broader skill sets.

## Capabilities

### Todo Item Retrieval

Fetches the single fixed JSON Placeholder todo record (id=1), returning its userId, id, title, and completed status after a 0.001 USDC payment on Base.

- **`fetch-todo-item`** — Fetches a single JSON Placeholder todo item (id=1) after payment of 0.001 USDC on Base (eip155:8453), returning userId, id, title, and completed status.

## Skill reference

### `fetch-todo-item`

**USDC-Paid Todo Fetcher** — Fetches a single JSON Placeholder todo item (id=1) after payment of 0.001 USDC on Base (eip155:8453), returning userId, id, title, and completed status.

*Use when:* Use when an agent needs to retrieve the JSON Placeholder todo item with id=1 and is prepared to pay 0.001 USDC on Base as the access fee.

*Not for:* Do not use for fetching todo items other than id=1, for bulk todo retrieval, or for any write/update operations on todos.

**Returns:** Returns a JSON object with userId=1, id=1, title='delectus aut autem', and completed=false for the fixed todo item.

**Example:** `GET https://ybu2kkps.nx.link/todos/1`

---
