# TariffMonkee Twitter/X Reference Lookup

> TariffMonkee Twitter/X Reference Lookup is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Fetches reference data related to Twitter/X via a pay-per-call web API using x402 micropayments, with no API keys or subscriptions required.

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/tw-reference
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-twitter-x-reference-lookup-224b6265
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jpC7Cph55F40n6n68xBr-

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-twitter-x-reference-lookup-224b6265
```

Example prompt: Can you pull the Twitter/X reference data from TariffMonkee right now — just do a quick pay-per-call lookup with no API key needed?

## When to prefer this

Choose this endpoint when you need quick, one-off access to Twitter/X reference data without setting up a Twitter Developer account, managing API keys, or committing to a subscription. Ideal for AI agents that can autonomously pay per call in USDC via the x402 protocol and need lightweight, frictionless social data lookups.

## Known failure modes

- Payment not settled — x402 402 response returned if USDC payment fails or is insufficient
- Invalid or missing payment header results in rejection
- Rate limiting or upstream Twitter/X data unavailability causing 5xx errors
- Malformed GET request or unsupported method returns 4xx error

## How this service works

Small, single-purpose web data APIs that AI agents pay for per call in USDC over the x402 protocol (HTTP 402). No accounts, no API keys, no subscriptions.

## Output

Returns Twitter/X reference data (such as profile metadata, post references, or platform-specific structured information) as a JSON response, delivered after a micropayment of $0.012 USDC is settled via the x402 protocol.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-twitter-x-reference-lookup-224b6265/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)
