# tariffmonkee.com Paid Ping

> tariffmonkee.com Paid Ping is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Health and payment-path verification endpoint that returns server time and confirms an x402 micropayment settled successfully.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/ping
- 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/tariffmonkee-com-paid-ping-33d2a1bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_igI4vSd-Sfq1a_SVsjkEC

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 tariffmonkee-com-paid-ping-33d2a1bf
```

Example prompt: Can you do a quick ping to tariffmonkee's paid endpoint to confirm my x402 USDC payment flow is working before we call the more expensive tools?

## When to prefer this

Choose this endpoint when you need the cheapest possible real-money test of an x402 micropayment integration — it costs only $0.001 USDC and is purpose-built for validating payment flows before invoking more expensive paid APIs. Ideal for debugging client configuration, pre-flight checks in automated workflows, or monitoring payment gateway availability.

## Known failure modes

- Payment not settled — x402 payment header missing or malformed, returns 402 Payment Required
- Server unreachable — network or infrastructure issue, returns connection error
- Invalid payment amount — USDC value below $0.001 threshold, payment rejected
- Expired payment — payment token timestamp too old, returns 402
- Rate limiting — too many rapid pings from the same client

## How this service works

Health and payment-path check. Returns server time and a confirmation that your x402 payment settled. Cheapest endpoint in the catalog; use it to verify your client's payment flow before calling paid tools.

## Output

Returns the current server timestamp and a confirmation message indicating that the x402 micropayment was received and settled, effectively proving end-to-end that the payment client and gateway are functioning correctly.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-com-paid-ping-33d2a1bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tariffmonkee.com](https://www.zero.xyz/host/tariffmonkee.com/llms.txt)
