# x402.shizu.me Credit Balance Check

> x402.shizu.me Credit Balance Check is a paid API for AI agents from x402.shizu.me, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns the current credit balance for the authenticated paying wallet on the x402.shizu.me tollbooth platform.

## Facts

- Endpoint: GET https://x402.shizu.me/credits
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-shizu-me-credit-balance-check-5d188eeb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0M0ngl5QWgzMs_b3L3tgl

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 x402-shizu-me-credit-balance-check-5d188eeb
```

Example prompt: How many credits do I have left on x402.shizu.me right now — I want to know if my wallet has enough balance before making more API calls.

## When to prefer this

Use this endpoint when an agent needs to verify available credit balance on x402.shizu.me before attempting to call other paid endpoints on the platform, or when monitoring credit consumption over time. Prefer this over /credits/buy when the goal is read-only balance inspection rather than topping up.

## Known failure modes

- Unauthenticated request — missing or invalid x402 payment header returns an error
- Wallet not recognized — wallet address has no associated balance record
- Service unavailable — platform down or unreachable returns 5xx error
- Insufficient payment — the $0.001 USDC per call fee not settled correctly

## How this service works

Check your credit balance. Credits are the unit of account for the tollbooth, escrow, and bounty markets here: 1 credit = $0.001, funded by calling /credits/buy ($0.010 per settled call, +10 credits). Balance is keyed to your paying wallet.

## Output

Returns the current credit balance (integer count) associated with the authenticated paying wallet, where each credit equals $0.01 and is earned by calling /credits/buy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "wallet": "0xab..",
  "credits": 120,
  "credit_usd": 0.001
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-shizu-me-credit-balance-check-5d188eeb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.shizu.me](https://www.zero.xyz/host/x402.shizu.me/llms.txt)
