# GrowVib Social Media Growth Orders

> GrowVib Social Media Growth Orders is a paid API for AI agents from api.growvib.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Places a paid order to grow a social media account's followers, subscribers, views, likes, plays, or engagement on platforms like Instagram, TikTok, YouTube, Telegram, X, Facebook, Twitch, or Spotify, paying in USDC via x402.

## Facts

- Endpoint: POST https://api.growvib.com/v1/agent/orders
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/growvib-social-media-growth-orders-5d7bab9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-HHN3-AOc9DJ4038m7JZG

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 growvib-social-media-growth-orders-5d7bab9c -d '<json body>'
```

Example prompt: Buy me 1,000 real Instagram followers for my account @morningbloomcoffee using GrowVib — find the best service for that and place the order now.

## When to prefer this

Choose this endpoint when you need to programmatically purchase social media growth (followers, views, likes, plays, subscribers, members) across major platforms without requiring a pre-registered account or API key — ideal for AI agents that can sign x402 USDC payments on Base or Solana. Prefer it over manual SMM panels when you want wallet-native, account-free ordering with leftover balance automatically retained for future orders.

## Known failure modes

- Insufficient USDC payment — order price exceeds amount sent via x402
- Invalid or private profile/post URL — target account must be public
- Invalid service_id — service not found in catalog or no longer available
- Quantity out of range — below minimum or above maximum for selected service
- Payment transaction rejected or not confirmed on-chain
- Network/platform-side delivery delay or partial fulfillment

## How this service works

Buy Telegram, Instagram, TikTok &amp; YouTube growth from $0.31/1K. Verified retention data, tracked delivery, free tools, and crypto checkout.

## Output

Returns an order confirmation including an order ID, the service details, quantity ordered, estimated delivery timeframe, amount charged in USDC, and any remaining wallet balance available for future orders.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "required": [
      "service_id",
      "quantity",
      "link"
     ],
     "properties": {
      "link": {
       "type": "string",
       "format": "uri",
       "description": "The public social media profile, post, channel, video or other destination that receives the service."
      },
      "quantity": {
       "type": "integer",
       "minimum": 1,
       "description": "How many units to deliver (followers, members, views, likes...), within the option's accepted range. The price is computed server-side from service, option and quantity; the 402 names the exact amount."
      },
      "service_id": {
       "type": "string",
       "format": "uuid",
       "description": "Stable GrowVib catalog service id, from search_catalog or recommend_service on the public MCP endpoint, or from GET https://api.growvib.com/v1/services."
      },
      "idempotency_key": {
       "type": "string",
       "description": "Optional on a paying request (the signed payment nonce already makes it idempotent). Required when paying from the balance an earlier payment left, with an agent token in the Authorization header: a retried key returns the same order instead of buying twice."
      },
      "service_option_id": {
       "type": "string",
       "format": "uuid",
       "description": "Optional. The specific option of the service, as returned by recommend_service or get_service. Omitted, the service's primary option is used."
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "link": "https://www.instagram.com/example",
  "status": "PENDING",
  "message": "Payment received and your order has been created.",
  "order_id": "1b2f8e3a-6d1c-4e0f-9b7a-2c3d4e5f6a7b",
  "quantity": 1000,
  "payment_id": "9c8b7a6d-5e4f-4a3b-8c2d-1e0f9a8b7c6d",
  "service_id": "00000000-0000-4000-8000-000000000000",
  "agent_token": "<bearer token for placing further orders from any remaining balance>",
  "balance_usd": 0,
  "charged_usd": 2.43,
  "tracking_code": "ORD-5G6PG0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/growvib-social-media-growth-orders-5d7bab9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.growvib.com](https://www.zero.xyz/host/api.growvib.com/llms.txt)
