# Grov X Comments API

> Grov X Comments API is a paid API for AI agents from grov.fun, paid per call via x402, $3.75/call, status unknown (last checked 2026-09-14).

Places an order for real human-generated X (Twitter) comments on a post, paying $5 USDC per call via x402

## Facts

- Endpoint: POST https://grov.fun/api/base/xcomments
- Price: $3.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grov-x-comments-api-5c8b9ba7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XQYGsnxW3JobHd-tGiDku

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 grov-x-comments-api-5c8b9ba7 -d '<json body>'
```

Example prompt: Can you buy me a round of comments on this X post — https://x.com/myhandle/status/12345678 — I want genuine-looking engagement from real people, and pay for it with USDC through grov.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase real human-generated comments on an X (Twitter) post and can pay in USDC via the x402 protocol. It is purpose-built for agent-driven social growth workflows where crypto-native payment and async fulfillment by human micro-taskers are acceptable. Prefer this over bot-based engagement tools when human authenticity of comments matters.

## Known failure modes

- Payment failure: USDC balance insufficient or x402 payment not accepted — order not created
- Invalid X post URL: post may be deleted, private, or malformed
- Rate limiting or duplicate order rejection
- Order unfulfilled: human task workers may not complete comments within expected window
- Secret lost: if the returned secret is not saved, tracking the order becomes impossible

## How this service works

Buy followers, likes, views, comments and more for X (Twitter), Instagram, TikTok, YouTube, Facebook, Telegram and Spotify. Shop by card or crypto wallet, or use the AI agent API.

## Output

A JSON object confirming the order was placed and paid: includes a boolean 'ok' and 'paid' status, a secret key to track the order (SAVE_THIS_SECRET), a unique orderId, and a statusUrl where the agent can later check fulfillment progress.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "secret": "SAVE_THIS_SECRET",
  "orderId": "ORDER_ID",
  "statusUrl": "https://grov.fun/api/base/xcomments?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-x-comments-api-5c8b9ba7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grov.fun](https://www.zero.xyz/host/grov.fun/llms.txt)
