# Tenjin x402 Algorand Challenge Daily Tracker

> Tenjin x402 Algorand Challenge Daily Tracker is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Retrieves a daily digest of x402 endpoints that entered Algorand's Global x402 Challenge, including prize page details, required mechanics, and newly challenge-tagged endpoints visible in the GoPlausible directory.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/x402-watch/which-x402-endpoints-entered-algorand-s-challenge-today
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-x402-algorand-challenge-daily-tracker-17d16499
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GWyW9j4K269NO-eFQJXq2

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 tenjin-x402-algorand-challenge-daily-tracker-17d16499
```

Example prompt: Can you pull up today's Tenjin article on which x402 endpoints entered Algorand's Global Challenge — I want to see what new APIs showed up in the GoPlausible directory with challenge tags.

## When to prefer this

Choose this endpoint when you need a structured, paid daily briefing specifically about x402 endpoints entering Algorand's Global Challenge, with coverage of GoPlausible directory listings and challenge-tag mechanics — particularly useful for developers and investors monitoring the x402 ecosystem's Algorand participation in near real-time.

## Known failure modes

- Payment not completed — endpoint returns 402 requiring $0.05 USDC before content is served
- Invalid or non-existent slug — returns error if the article slug does not match a published piece
- Handle not found — returns error if the creator handle or wallet address is unrecognized
- Content not yet published — article may not be available if not yet released for the day
- Network timeout — slow response if upstream blog infrastructure is under load

## How this service works

Which x402 endpoints entered Algorand's challenge today? Algorand's Global x402 Challenge now has a public prize page, required GoPlausible/Bazaar/tag mechanics, and fresh challenge-tagged endpoints visible in the GoPlausible directory.

## Output

A paid article returning a curated digest of x402 endpoints that entered Algorand's Global x402 Challenge on the given day, including details about the public prize page, required GoPlausible/Bazaar/tag mechanics, and a list of freshly challenge-tagged endpoints visible in the GoPlausible directory.

## 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"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "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/tenjin-x402-algorand-challenge-daily-tracker-17d16499/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
