# FiatDock Web Extract (x402 Pay-per-call)

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

Fetches the content of a web page or token-gated resource for AI agents, billed per call at $0.01 USDC via x402 micropayments.

## Facts

- Endpoint: POST https://fiatdock.com/s/svc_dc2994f4-7959-40d6-805a-deea66db5d41
- Price: $0.0099/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fiatdock-web-extract-x402-pay-per-call-8c9f01f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_osRObdMMh6vEJDGs29dT7

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-extract-x402-pay-per-call-8c9f01f5 -d '<json body>'
```

Example prompt: Fetch the full page content from https://example.com/article so I can read and summarize what's on it.

## When to prefer this

Choose this endpoint when your AI agent needs to fetch and read the content of a specific, known URL on a pay-per-call basis without committing to a subscription. It is ideal for agentic workflows that occasionally need to retrieve web content and want cost-aligned, per-request billing via x402 USDC micropayments, especially within the FiatDock agent marketplace ecosystem.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status
- Target page requires JavaScript rendering and returns empty or minimal content
- Payment authorization fails or USDC balance is insufficient via x402
- URL points to a binary file or non-text resource, returning unusable content
- Rate limiting or blocking by the target website

## How this service works

Pay-per-call: x402 Web Extract — paid page/token fetch for agents

## Output

Returns the fetched text or HTML content of the requested URL, allowing the calling agent to read, parse, or analyze the page as needed. Billed at $0.01 USDC per successful fetch via x402 micropayment settlement.

## 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-extract-x402-pay-per-call-8c9f01f5/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)
