# Soul Marketplace Service Executor (run-code)

> Soul Marketplace Service Executor (run-code) is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Executes a specific 'run-code' Soul marketplace service on the OneShotAgent platform, running arbitrary code or logic via a named bot endpoint.

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/soul/testbot-mraxw0en-ee95/services/run-code/execute
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/soul-marketplace-service-executor-run-code-1ec1204c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MTV0s-yyMCyqeoRlNvalY

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 soul-marketplace-service-executor-run-code-1ec1204c -d '<json body>'
```

Example prompt: Run the Soul marketplace 'run-code' service on OneShotAgent using bot testbot-mraxw0en-ee95 and pass in these parameters: { "input": "hello world" }.

## When to prefer this

Use this endpoint when you need to invoke a specific pre-deployed Soul marketplace bot (testbot-mraxw0en-ee95) on OneShotAgent for a run-code task, and you have a params object to pass. Prefer this over generic code execution when the target Soul service is already known and you want a pay-per-use model at $0.001 USDC per call.

## Known failure modes

- Invalid or missing params object returns a 400 error
- Bot ID not found or unavailable returns a 404
- Execution timeout if the underlying code takes too long
- Payment failure (x402) if USDC balance is insufficient
- Malformed input params cause unexpected execution errors

## How this service works

Execute a Soul marketplace service

## Output

Returns the output of the executed Soul marketplace run-code service, which varies depending on the bot's logic — could include computed values, transformed data, or arbitrary code execution results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "params": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/soul-marketplace-service-executor-run-code-1ec1204c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
