# wurk/solanareposts9

> wurk/solanareposts9 is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.225/call, status unknown (last checked 2026-09-14).

Triggers 9 reposts on an X (Twitter) post, paid via Solana USDC using x402

## Facts

- Endpoint: GET https://wurkapi.fun/solana/reposts/9
- Price: $0.225/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-solanareposts9-7fea2d76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xgjuDgQECji8oz-UBDPzC

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 wurk-solanareposts9-7fea2d76
```

Example prompt: Get 9 reposts on this X post — https://x.com/username/status/1234567890 — paid via Solana.

## When to prefer this

Use this endpoint when you need exactly 9 reposts on a specific X/Twitter post and want to pay with USDC on Solana via the x402 protocol. Prefer this over larger raid bundles when a small targeted repost boost is sufficient and cost efficiency matters.

## Known failure modes

- Invalid or malformed X/Twitter post URL returns an error
- Payment not processed or insufficient USDC balance causes job rejection
- Post URL is private or deleted and cannot be accessed
- x402 payment header missing or invalid results in 402 response
- Rate limiting or platform-side blocks prevent reposts from completing

## How this service works

Solana 9 Reposts

## Output

A job result confirming that 9 repost tasks have been queued or completed for the specified X/Twitter post URL, paid via USDC on Solana through the x402 protocol.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "X / Twitter post URL"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-solanareposts9-7fea2d76/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wurkapi.fun](https://www.zero.xyz/host/wurkapi.fun/llms.txt)
