x402 List

x402 Protocol Service Directory

TaskFleet

Data PAYMENT-READY

payment-ready until 2026-08-19

Structured-data and data-access APIs for AI agents: web search (with recency filter) via Serper+Brave failover, JS-rendering scraper to clean Markdown or schema-driven JSON, on-chain Base wallet analysis (balances, holdings, activity tags), schema-validated JSON extraction, bulk translation, and structured code review. Every response is a guaranteed-valid JSON envelope. No account or API key — pay per call in USDC on Base via x402.

Pay from $0.01 to $0.25 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-12 · no on-chain settlement recorded yet

BASE URL https://taskfleet.net WEBSITE https://taskfleet.net ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-12 MONITORED SINCE 2026-08-12

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
124ms
avg response
124ms
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.25 (p53 in Data)
price (min)
$0.01
price (max)
$0.25
category percentile (min)
p53 in Data
category percentile (max)
p88 in Data
endpoints / prices
8 / 5
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
13d
registrar
Tucows Domains Inc.
hosting
custom
domain created
2026-07-30

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /code-review $0.02 Base USDC header
POST /code-review-pro $0.10 Base USDC header
POST /extract $0.01 Base USDC header
POST /extract-large $0.25 Base USDC header
POST /scrape $0.02 Base USDC header
POST /search $0.01 Base USDC header
POST /translate-batch $0.08 Base USDC header
POST /wallet-intel $0.02 Base USDC header
8 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /code-review returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://taskfleet.net/code-review'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/extract",
      "mimeType": "application/json",
      "description": "Extract structured data / JSON from text or a URL — GUARANTEED-valid, schema-validated, and auto-repaired before you get it. Give comma-separated field names or a full JSON Schema. Input: { text? | url?, fields? OR schema? }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "Jane Doe, VP Sales at Acme, [email protected]",
              "fields": "name,title,email"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Public http(s) URL (or provide text)"
                    },
                    "text": {
                      "type": "string",
                      "description": "Raw text (max 100k chars; or provide url)"
                    },
                    "fields": {
                      "type": "string",
                      "description": "Comma-separated field names"
                    },
                    "schema": {
                      "type": "object",
                      "description": "JSON Schema the output must conform to (type/properties/required/items/enum subset)"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/extract-large",
      "mimeType": "application/json",
      "description": "Structured extraction from LARGE documents (up to 400k chars) as guaranteed-valid JSON. Input: { text, fields? OR schema? }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "A large document to extract structured fields from.",
              "fields": "title,date,parties"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "text"
                  ],
                  "properties": {
                    "text": {
                      "type": "string",
                      "description": "Raw text (max 400k chars)"
                    },
                    "fields": {
                      "type": "string"
                    },
                    "schema": {
                      "type": "object"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "80000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/translate-batch",
      "mimeType": "application/json",
      "description": "Translate up to 200 strings in one call (localization workflows) — returns a guaranteed-valid JSON array in the same order, placeholders preserved. Input: { texts: [..], target, source? }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "texts": [
                "Hello",
                "Goodbye",
                "Thank you"
              ],
              "target": "Spanish"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "texts",
                    "target"
                  ],
                  "properties": {
                    "texts": {
                      "type": "array",
                      "description": "Array of strings (max 200 items, 40k chars total)"
                    },
                    "source": {
                      "type": "string",
                      "description": "Source language (optional)"
                    },
                    "target": {
                      "type": "string",
                      "description": "Target language"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/code-review",
      "mimeType": "application/json",
      "description": "Review code or a diff (up to 60k chars). Default output: guaranteed-valid JSON findings [{line, severity, issue, fix}]. Input: { code? | diff?, language?, focus?, format? ('json'|'text') }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "code": "function add(a, b) { return a - b; }",
              "language": "javascript"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "properties": {
                    "code": {
                      "type": "string",
                      "description": "Code to review (max 60k chars; or provide diff)"
                    },
                    "diff": {
                      "type": "string",
                      "description": "Unified diff to review (max 60k chars)"
                    },
                    "focus": {
                      "type": "string",
                      "description": "e.g. 'security'"
                    },
                    "format": {
                      "type": "string",
                      "description": "json (default) | text"
                    },
                    "language": {
                      "type": "string",
                      "description": "Language hint"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "100000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/code-review-pro",
      "mimeType": "application/json",
      "description": "Premium-model code review (up to 40k chars) — deeper reasoning on subtle bugs, race conditions, security. Same JSON findings format. Input: { code? | diff?, language?, focus? }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "code": "def divide(a, b): return a / b",
              "language": "python"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "properties": {
                    "code": {
                      "type": "string"
                    },
                    "diff": {
                      "type": "string"
                    },
                    "focus": {
                      "type": "string"
                    },
                    "language": {
                      "type": "string"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/search",
      "mimeType": "application/json",
      "description": "Web search API — search the web and get clean ranked JSON results (title, url, snippet) via Serper with automatic Brave failover and cross-provider dedup. Optional recency filter and cited answer. Input: { query, num? (1-20), recency? (day|week|month|year), answer? (bool) }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "num": 5,
              "query": "x402 protocol adoption 2026"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "query"
                  ],
                  "properties": {
                    "num": {
                      "type": "integer",
                      "description": "Number of results, 1-20 (default 10)"
                    },
                    "query": {
                      "type": "string",
                      "description": "Search query (max 400 chars)"
                    },
                    "answer": {
                      "type": "boolean",
                      "description": "If true, also return an LLM answer citing the results"
                    },
                    "recency": {
                      "type": "string",
                      "description": "Restrict to recent results: day | week | month | year"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/scrape",
      "mimeType": "application/json",
      "description": "Scrape any website to clean Markdown, text, or structured JSON. Renders JavaScript/SPA pages with headless Chromium (captures content raw-fetch scrapers miss), handles PDFs, optional schema-driven extraction. Input: { url, format? (markdown|text|html), links? (bool), fields? OR schema? }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "url": "https://example.com",
              "format": "markdown"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Public http(s) URL (HTML or PDF)"
                    },
                    "links": {
                      "type": "boolean",
                      "description": "Include extracted links"
                    },
                    "fields": {
                      "type": "string",
                      "description": "Comma-separated fields to extract as JSON"
                    },
                    "format": {
                      "type": "string",
                      "description": "markdown (default) | text | html"
                    },
                    "schema": {
                      "type": "object",
                      "description": "JSON Schema for structured extraction"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://taskfleet.net/wallet-intel",
      "mimeType": "application/json",
      "description": "On-chain wallet analysis for any Base (EVM) address: native balance, CURRENT token holdings with USD values (live balanceOf), portfolio total, transfer-history summary, top counterparties, and rule-based activity tags. Guaranteed-valid JSON from free public RPC + Blockscout. Input: { address, explain? (bool: add a plain-English narrative) }."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "address": "0x04CCE6f938fb8E48aFc10daB0fF2f09CCE392A7B"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "required": [
                    "address"
                  ],
                  "properties": {
                    "address": {
                      "type": "string",
                      "description": "0x EVM address on Base"
                    },
                    "explain": {
                      "type": "boolean",
                      "description": "If true, add a short LLM narrative summary"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/taskfleet/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-12 · uptime 100.0% · 141ms avg08-1208-12
90d UPTIME 100%
RESPONSE TIME
08-12 · 141ms avg08-12 · 141ms avg08-1208-12
AVG RESP 141ms
PRICE (captured 402, USD)
building price history ($0.02)

Median across 8 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-12 · last up 2026-08-12

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (16) live · click to expand
TIME STATUS RESP CAUSE
● OK 149ms
● OK 152ms
● OK 139ms
● OK 153ms
● OK 158ms
● OK 115ms
● OK 177ms
● OK 114ms
● OK 154ms
● OK 144ms
● OK 83ms
● OK 150ms
● OK 210ms
● OK 91ms
● OK 140ms
● OK 124ms

EMBED THIS BADGE

Show that TaskFleet is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

TaskFleet listed on x402-list
status
TaskFleet uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/taskfleet?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/taskfleet.svg" alt="TaskFleet listed on x402-list" height="28">
</a>
// Markdown
[![TaskFleet on x402-list](https://x402-list.com/badge/taskfleet.svg)](https://x402-list.com/services/taskfleet?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/taskfleet?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/taskfleet.svg?data=uptime" alt="TaskFleet uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/taskfleet/update.