# Grov X Views Purchase

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

Purchases X (Twitter) views for a post by paying $5 USDC, with tasks fulfilled by real human workers.

## Facts

- Endpoint: POST https://grov.fun/api/base/xviews
- 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/grov-x-views-purchase-b2aef02d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VZS3s75N-9f6cFokAhakx

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-views-purchase-b2aef02d -d '<json body>'
```

Example prompt: Use Grov to buy X views for my tweet at https://x.com/user/status/123456789 — pay with USDC and save the order secret so I can check the status later.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase X (Twitter) views using USDC cryptocurrency with no manual intervention, especially in workflows that automate social media growth for creators, brands, or campaigns. Prefer it over manual social media management tools when the agent controls a crypto wallet and needs a machine-payable API for social amplification.

## Known failure modes

- Insufficient USDC balance — payment fails and no order is created
- Invalid or inaccessible X post URL — order cannot be fulfilled
- Post removed or account suspended before delivery completes
- Status URL returns incomplete delivery if human taskers are unavailable
- Duplicate order for the same post may not be detected

## 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

Returns a JSON object confirming the order with: ok (boolean success flag), paid (boolean USDC payment confirmation), a secret token to save for order tracking, an orderId, and a statusUrl to poll for delivery progress of the views.

## 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/xviews?action=view&secret={secret}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grov-x-views-purchase-b2aef02d/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)
