Use when an agent needs fetch x402
Use when an agent needs fetch x402. Returns Fetch and extract content from web pages, handling x402 edge payments automatically. $0.02.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
29 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.oblique.markets/api/v1/paid/fetch-x402
| Category | Search and research |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 29 ms |
Example input (from the provider)
{
"body": {
"url": "URL to fetch (must be https)"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"extract_options": {
"properties": {
"selector": {
"description": "CSS selector to extract (not yet implemented)",
"type": "string"
}
},
"type": "object"
},
"format": {
"description": "Output format (default: markdown)",
"enum": [
"markdown",
"text",
"json"
],
"type": "string"
},
"url": {
"description": "URL to fetch (must be https)",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"content": {
"type": "string"
},
"metadata": {
"properties": {
"author": {
"type": "string"
},
"content_type": {
"type": "string"
},
"published_at": {
"type": "string"
},
"source_url": {
"type": "string"
},
"title": {
"type": "string"
},
"word_count": {
"type": "integer"
}
},
"type": "object"
},
"payment_proof": {
"properties": {
"amount_usdc": {
"type": "number"
},
"block_number": {
"type": "integer"
},
"chain_id": {
"type": "integer"
},
"confirmed_at": {
"type": "string"
},
"payee_address": {
"type": "string"
},
"tx_hash": {
"type": "string"
}
},
"type": "object"
},
"tier": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}