WURK API – Base 100 Dex Rockets is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-13).
Creates a quick job that sends 100 rocket engagements to a specified Dexscreener page, paid via x402 micropayment using USDC on Base for 2.5 USDC.
Base 100 Dex Rockets — Dex Rockets quick job for a single Dexscreener page paid via x402 using USDC on Base. Each rocket slot costs 0.025 USDC; total prepaid price = slots × 0.025. You can choose between 5 and 250 rockets via the numeric path segment (/dex-rocket-5..250) or the ?amount= query on the dynamic endpoints (e.g., /solana/dex-rocket?amount=80&url=...). Requests without an explicit amount/winners default to 40 rockets (≈ 1 USDC); this descriptor currently describes 100 rockets for ≈ 2.5 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.
Returns a JSON object with ok (boolean confirming success), jobId (internal WURK job identifier), network ('base'), kind ('dex-rocket-100'), winners (100), and paid (boolean alias for ok). The jobId can be used with other WURK job APIs to track progress.
GEThttps://wurkapi.fun/base/dex/100Use this endpoint when you specifically want to send exactly 100 rocket engagements to a Dexscreener token page on the Base network and want a fixed cost of 2.5 USDC. Prefer this over the dynamic /base/dex/dex-rocket endpoint when you don't need to customize the rocket count. Choose this over Solana-based dex rocket endpoints when your token is on Base.
| Field | Type | Description |
|---|---|---|
| urlrequired | string | Link to the Dexscreener page where users should send a rocket. |
{
"ok": {
"type": "boolean",
"description": "True when payment is confirmed and the quick job is created."
},
"kind": {
"type": "string",
"description": "Quick job kind (e.g., dex-rocket-100)."
},
"paid": {
"type": "boolean",
"description": "Alias for ok; kept for backwards compatibility."
},
"jobId": {
"type": "string",
"description": "Internal WURK job identifier that can be used with other job APIs."
},
"network": {
"type": "string",
"description": "Network where the job is running (e.g., base)."
},
"winners": {
"type": "number",
"description": "Total rocket slots for this job (here: 100)."
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"