# FiatDock Web Search

> FiatDock Web Search is a paid API for AI agents from fiatdock.com, paid per call via x402, $0.00198/call, status unknown (last checked 2026-09-15).

Pay-per-call web search API that returns live search results for any query, billed at $0.002 USDC per call via x402.

## Facts

- Endpoint: POST https://fiatdock.com/s/svc_5c47d219-2d92-4ce2-950b-e518ea8491b8
- Price: $0.00198/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fiatdock-web-search-45123b9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4Mqn125vCF03aD69C5UlY

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 fiatdock-web-search-45123b9e -d '<json body>'
```

Example prompt: Search the web for the latest news about OpenAI's GPT-5 release and give me a summary of the top results.

## When to prefer this

Prefer this endpoint when your agent needs live, real-time web search results and you want pay-per-call pricing in USDC with no subscription commitment. Ideal for agents already operating in the FiatDock/x402 ecosystem that need to augment on-chain data with off-chain web intelligence. Best for agents that search infrequently or need cost predictability at $0.002 per call.

## Known failure modes

- Empty query string returns error or zero results
- Network or upstream search provider outage returns 5xx error
- Payment failure via x402 (insufficient USDC balance) blocks the call
- Rate limiting if too many concurrent calls are made
- Query too long or malformed may return a validation error

## How this service works

Pay-per-call: Web Search

## Output

Returns a list of web search results including page titles, URLs, and text snippets relevant to the submitted query, reflecting live indexed web content at time of call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "method": {
   "type": "string",
   "description": "e.g. tools/call"
  },
  "params": {
   "type": "object",
   "description": "the seller's own tool name + arguments"
  },
  "jsonrpc": {
   "type": "string",
   "description": "\"2.0\" — the body is forwarded VERBATIM to the seller's MCP endpoint, so send whatever that server expects"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiatdock-web-search-45123b9e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fiatdock.com](https://www.zero.xyz/host/fiatdock.com/llms.txt)
