# Wurk Solana 5 Bookmarks Quick Job

> Wurk Solana 5 Bookmarks Quick Job is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.125/call, status unknown (last checked 2026-09-14).

Creates a job to add 5 bookmarks to a single X (Twitter) post, paid via x402 using USDC on Solana for approximately 0.125 USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/solana/bookmarks/5
- Price: $0.125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-wurk-quick-jobs-17-f3df5096
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZtoIpTpun86uUNpingl7g

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-wurk-quick-jobs-17-f3df5096
```

Example prompt: Can you use Wurk to create a 5-bookmark job for this tweet — https://twitter.com/user/status/123456789 — paying with USDC on Solana?

## When to prefer this

Use this endpoint when you need exactly 5 bookmarks on a specific X (Twitter) post at the lowest cost tier (~0.125 USDC), paid via Solana USDC through the x402 protocol. Prefer this over the higher-count endpoints when a minimal bookmark boost is desired or budget is constrained. Choose the Solana variant when you want to pay with USDC on Solana rather than Base.

## Known failure modes

- Missing url query parameter returns 402 discovery schema without creating a job
- Missing X-PAYMENT header triggers 402 payment required response
- Invalid or malformed X/Twitter URL may result in job creation failure or rejection
- Insufficient USDC balance in payment causes payment failure
- Invalid Solana wallet or payment signature returns authentication error
- Network congestion on Solana may delay job confirmation

## How this service works

Solana 5 Bookmarks — multi-bookmark quick job for a single X (Twitter) post paid via x402 using USDC on Solana. Each bookmark slot costs 0.025 USDC; total prepaid price = slots × 0.025. You can choose between 5 and 250 bookmarks via the numeric path segment (/xbookmarks-5..250) or the ?amount= query on the dynamic endpoints (e.g., /solana/xbookmarks?amount=80&url=...). Requests without an explicit amount/winners default to 40 bookmarks (≈ 1 USDC); this descriptor currently describes 5 bookmarks for ≈ 0.125 USDC. First call (without X-PAYMENT and usually without url) returns this 402 discovery with schema; second call with X-PAYMENT and url creates the job and returns jobId, network, kind and winners.

## Output

On the initial (unauthenticated) call, returns a 402 payment-required discovery payload with the schema and pricing. On the second call with X-PAYMENT header and url query param, returns a JSON object containing jobId, network, kind, and winners confirming the bookmark job was created for 5 slots at ~0.125 USDC.

## 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-wurk-quick-jobs-17-f3df5096/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)
