x402 List

x402 Protocol Service Directory

Sivut Public Data APIs

Data

x402-paid public data APIs on Base USDC: SEC crypto filing radar, SEC CSV snapshots, filing markdown, x402 seller intelligence, seller scoring, page markdown, and public-site contact/opportunity briefs.

Pay from $0.003 to $1.00 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

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

BASE URL https://pay.sivut.co WEBSITE https://pay.sivut.co ENDPOINTS 8 NETWORK Base ASSET USDC MEMBER SINCE 2026-06-12 MONITORED SINCE 2026-06-12

ASSESSMENT

updated 1h ago

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

reliability 0%
uptime 24h
0%
uptime 7d
0%
uptime 30d
0%
uptime 90d
8.4%
response p95
-
avg response
-
total checks
2,740
compliance A (13/13), stale (probe failing)

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

jump to compliance checklist

price $0.003 to $1.00 (p31 in Data)
price (min)
$0.003
price (max)
$1.00
category percentile (min)
p31 in Data
category percentile (max)
p94 in Data
endpoints / prices
8 / 6
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
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0 30d · 0 buyers
volume 30d
$0
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
$0
max settlement 30d
$0
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

Provides access to public data including contact information, business opportunities, SEC crypto filings, and seller intelligence through various API endpoints.

category
public-data-api
in
query params
public-datasec-filingsbusiness-intelligencecontact-dataopportunity-datacrypto-filingsseller-intelmarkdown

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/contact-brief $0.25 Base USDC
GET /api/opportunity-brief $1.00 Base USDC
GET /api/public-data/page-markdown $0.003 Base USDC
GET /api/public-data/sec-crypto-filings/latest $0.05 Base USDC
GET /api/public-data/sec-crypto-filings/markdown $0.10 Base USDC
GET /api/public-data/sec-crypto-filings/snapshot.csv $1.00 Base USDC
GET /api/public-data/x402-seller-intel $0.05 Base USDC
GET /api/public-data/x402-seller-score $0.03 Base USDC
8 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/contact-brief returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://pay.sivut.co/api/contact-brief'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/contact-brief",
      "tags": [
        "data",
        "sales",
        "web"
      ],
      "mimeType": "application/json",
      "description": "Fetch a public website and return a compact contact/outreach brief: title, meta description, likely contact links, emails present on page, and a practical outreach angle.",
      "serviceName": "Sivut Contact Brief"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "title": "Example Domain",
              "paidBy": "x402",
              "status": 200,
              "target": "https://example.com/",
              "payment": {
                "asset": "USDC",
                "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
                "network": "eip155:8453"
              },
              "headings": [
                "Example Domain"
              ],
              "checkedAt": "2026-06-09T00:00:00.000Z",
              "elapsedMs": 250,
              "contentType": "text/html",
              "description": "",
              "contactLinks": [
                {
                  "href": "https://www.iana.org/domains/example",
                  "text": "More information"
                }
              ],
              "outreachAngle": "Contact path is visible. Practical angle: offer a same-day cleanup or conversion improvement around \"Example Domain\".",
              "visibleEmails": []
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 2048,
                      "description": "Public http(s) URL to fetch and inspect."
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "target",
                    "status",
                    "title",
                    "visibleEmails",
                    "contactLinks",
                    "headings",
                    "outreachAngle"
                  ],
                  "properties": {
                    "title": {
                      "type": "string"
                    },
                    "paidBy": {
                      "type": "string"
                    },
                    "status": {
                      "type": "integer"
                    },
                    "target": {
                      "type": "string"
                    },
                    "payment": {
                      "type": "object",
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "payTo": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        }
                      }
                    },
                    "headings": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "checkedAt": {
                      "type": "string"
                    },
                    "elapsedMs": {
                      "type": "integer"
                    },
                    "contentType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "contactLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "href": {
                            "type": "string"
                          },
                          "text": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "outreachAngle": {
                      "type": "string"
                    },
                    "visibleEmails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "100000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/public-data/sec-crypto-filings/markdown",
      "tags": [
        "data",
        "sec",
        "crypto",
        "markdown"
      ],
      "mimeType": "application/json",
      "description": "Return LLM-ready markdown for one public SEC crypto filing selected by accession number from the current radar feed.",
      "serviceName": "Sivut SEC Crypto Filing Markdown"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "accession": "0001193125-26-261038"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "filing": {
                "cik": "0001050446",
                "form": "8-K",
                "ticker": "MSTR",
                "company": "Strategy Inc",
                "signals": [
                  "crypto",
                  "bitcoin"
                ],
                "snippet": "Strategy Inc filed 8-K. Signals: crypto, bitcoin.",
                "ownerOrg": "09 Crypto Assets",
                "accession": "0001193125-26-261038",
                "filing_date": "2026-06-08",
                "observed_at": "2026-06-09T00:00:00.000Z",
                "source_hash": "sha256:example",
                "primary_doc_url": "https://www.sec.gov/Archives/edgar/data/1050446/000119312526261038/d130937d8k.htm"
              },
              "product": "public-sec-crypto-filing-markdown",
              "markdown": "# 8-K\n\nPublic SEC filing converted to markdown.",
              "checkedAt": "2026-06-09T00:00:00.000Z",
              "source_hash": "sha256:example"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "accession"
                  ],
                  "properties": {
                    "accession": {
                      "type": "string",
                      "maxLength": 24,
                      "description": "SEC accession number from the latest feed."
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "product",
                    "filing",
                    "markdown",
                    "source_hash"
                  ],
                  "properties": {
                    "filing": {
                      "type": "object"
                    },
                    "paidBy": {
                      "type": "string"
                    },
                    "product": {
                      "type": "string"
                    },
                    "markdown": {
                      "type": "string"
                    },
                    "checkedAt": {
                      "type": "string"
                    },
                    "source_hash": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/public-data/x402-seller-intel",
      "tags": [
        "data",
        "x402",
        "analytics"
      ],
      "mimeType": "application/json",
      "description": "Return a normalized public-data snapshot of live x402 services, pricing, uptime, and chain coverage from unauthenticated public directories.",
      "serviceName": "Sivut x402 Seller Intel"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 20
            }
          },
          "output": {
            "type": "json",
            "example": {
              "stats": {
                "market": {
                  "bySource": {
                    "relai": {
                      "pricedCount": 0,
                      "sampleCount": 1,
                      "verifiedCount": 0
                    },
                    "index402": {
                      "pricedCount": 1,
                      "sampleCount": 1,
                      "verifiedCount": 1
                    },
                    "x402List": {
                      "pricedCount": 1,
                      "sampleCount": 1,
                      "verifiedCount": 0
                    },
                    "x402Scout": {
                      "pricedCount": 1,
                      "sampleCount": 1,
                      "verifiedCount": 1
                    }
                  },
                  "publicCatalogTotals": {
                    "relai": 159,
                    "index402": 63611,
                    "x402Scout": 5211
                  }
                },
                "x402List": {
                  "total_services": 0
                },
                "agentTools": {
                  "total_services": 0
                }
              },
              "paidBy": "x402",
              "caveats": [
                "Public directory data only.",
                "Directory health and pricing can change quickly."
              ],
              "filters": {
                "limit": 20,
                "status": "online",
                "network": null,
                "category": null
              },
              "payment": {
                "asset": "USDC",
                "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
                "network": "eip155:8453"
              },
              "product": "public-x402-seller-intel",
              "sources": [
                {
                  "url": "https://x402-list.com/api/v1/services",
                  "name": "x402-list",
                  "note": "Unauthenticated public service directory API."
                },
                {
                  "url": "https://402index.io/api/v1/services",
                  "name": "402index",
                  "note": "Unauthenticated public x402/L402 service index."
                },
                {
                  "url": "https://x402scout.com/catalog",
                  "name": "x402Scout",
                  "note": "Unauthenticated public x402 endpoint catalog."
                },
                {
                  "url": "https://api.relai.fi/marketplace",
                  "name": "RelAI marketplace",
                  "note": "Unauthenticated public x402 API marketplace catalog."
                }
              ],
              "services": [
                {
                  "url": "https://example.com/api",
                  "name": "Example x402 API",
                  "source": "x402-list",
                  "status": "online",
                  "category": "data",
                  "networks": [
                    "BSE"
                  ],
                  "priceUsd": 0.05,
                  "verified": false,
                  "uptime24h": 100,
                  "description": "Example normalized paid API listing.",
                  "lastCheckedAt": "2026-06-09T00:00:00.000Z"
                }
              ],
              "checkedAt": "2026-06-09T00:00:00.000Z",
              "sourceMeta": {
                "relai": {
                  "count": 159
                },
                "index402": {
                  "limit": 20,
                  "total": 63611,
                  "offset": 0
                },
                "x402List": {
                  "per_page": 20,
                  "current_page": 1
                },
                "x402Scout": {
                  "count": 5211,
                  "retrievedAt": "2026-06-09T00:00:00.000Z"
                }
              },
              "sourceErrors": [],
              "directorySamples": {
                "relai": [],
                "index402": [],
                "x402List": [],
                "x402Scout": []
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 20,
                      "maximum": 50,
                      "minimum": 1
                    },
                    "status": {
                      "enum": [
                        "online",
                        "degraded",
                        "offline"
                      ],
                      "type": "string"
                    },
                    "network": {
                      "type": "string",
                      "maxLength": 20
                    },
                    "category": {
                      "type": "string",
                      "maxLength": 40
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "product",
                    "filters",
                    "sources",
                    "stats",
                    "services",
                    "directorySamples",
                    "sourceErrors",
                    "sourceMeta"
                  ],
                  "properties": {
                    "stats": {
                      "type": "object",
                      "properties": {
                        "market": {
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "x402List": {
                          "type": [
                            "object",
                            "null"
                          ]
                        },
                        "agentTools": {
                          "type": [
                            "object",
                            "null"
                          ]
                        }
                      }
                    },
                    "paidBy": {
                      "type": "string"
                    },
                    "caveats": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "filters": {
                      "type": "object",
                      "required": [
                        "status",
                        "category",
                        "network",
                        "limit"
                      ],
                      "properties": {
                        "limit": {
                          "type": "integer",
                          "maximum": 50,
                          "minimum": 1
                        },
                        "status": {
                          "enum": [
                            "online",
                            "degraded",
                            "offline"
                          ],
                          "type": "string"
                        },
                        "network": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "category": {
                          "type": [
                            "string",
                            "null"
                          ]
                        }
                      }
                    },
                    "payment": {
                      "type": "object",
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "payTo": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        }
                      }
                    },
                    "product": {
                      "type": "string",
                      "const": "public-x402-seller-intel"
                    },
                    "sources": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "name",
                          "url"
                        ],
                        "properties": {
                          "url": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "note": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "services": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "url": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "name": {
                            "type": "string"
                          },
                          "source": {
                            "type": "string"
                          },
                          "status": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "category": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "networks": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "priceUsd": {
                            "type": [
                              "number",
                              "null"
                            ]
                          },
                          "verified": {
                            "type": "boolean"
                          },
                          "uptime24h": {
                            "type": [
                              "number",
                              "null"
                            ]
                          },
                          "description": {
                            "type": "string"
                          },
                          "lastCheckedAt": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "additionalProperties": true
                      }
                    },
                    "checkedAt": {
                      "type": "string"
                    },
                    "sourceMeta": {
                      "type": [
                        "object",
                        "null"
                      ]
                    },
                    "sourceErrors": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "source": {
                            "type": "string"
                          },
                          "message": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "directorySamples": {
                      "type": "object",
                      "properties": {
                        "relai": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "index402": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "x402List": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        },
                        "x402Scout": {
                          "type": "array",
                          "items": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/public-data/x402-seller-score",
      "tags": [
        "data",
        "x402",
        "analytics"
      ],
      "mimeType": "application/json",
      "description": "Score a public x402 seller by domain, resource URL, or pay_to address using public directory data: revenue proof, metadata quality, route reliability, and buyer breadth.",
      "serviceName": "Sivut x402 Seller Score"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "agentic.market"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "score": {
                "total": 72,
                "rating": "developing",
                "components": {
                  "buyerBreadth": 12,
                  "revenueProof": 18,
                  "metadataQuality": 22,
                  "routeReliability": 20
                }
              },
              "target": {
                "domain": "agentic.market"
              },
              "product": "public-x402-seller-score",
              "checkedAt": "2026-06-09T00:00:00.000Z",
              "candidates": []
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "anyOf": [
                    {
                      "required": [
                        "domain"
                      ]
                    },
                    {
                      "required": [
                        "resource"
                      ]
                    },
                    {
                      "required": [
                        "pay_to"
                      ]
                    }
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "maxLength": 253
                    },
                    "pay_to": {
                      "type": "string",
                      "maxLength": 120
                    },
                    "resource": {
                      "type": "string",
                      "maxLength": 2048
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "product",
                    "target",
                    "score",
                    "candidates"
                  ],
                  "properties": {
                    "score": {
                      "type": "object",
                      "required": [
                        "total",
                        "rating",
                        "components"
                      ],
                      "properties": {
                        "total": {
                          "type": "integer",
                          "maximum": 100,
                          "minimum": 0
                        },
                        "rating": {
                          "type": "string"
                        },
                        "components": {
                          "type": "object",
                          "properties": {
                            "buyerBreadth": {
                              "type": "number"
                            },
                            "revenueProof": {
                              "type": "number"
                            },
                            "metadataQuality": {
                              "type": "number"
                            },
                            "routeReliability": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "target": {
                      "type": "object",
                      "anyOf": [
                        {
                          "required": [
                            "domain"
                          ]
                        },
                        {
                          "required": [
                            "resource"
                          ]
                        },
                        {
                          "required": [
                            "pay_to"
                          ]
                        }
                      ],
                      "properties": {
                        "domain": {
                          "type": "string",
                          "maxLength": 253
                        },
                        "pay_to": {
                          "type": "string",
                          "maxLength": 120
                        },
                        "resource": {
                          "type": "string",
                          "maxLength": 2048
                        }
                      },
                      "additionalProperties": false
                    },
                    "product": {
                      "type": "string"
                    },
                    "checkedAt": {
                      "type": "string"
                    },
                    "candidates": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "1000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/opportunity-brief",
      "tags": [
        "data",
        "sales",
        "web"
      ],
      "mimeType": "application/json",
      "description": "Produce a short direct-response opportunity brief for a public website, including likely needs, fit score, and a concise service pitch angle.",
      "serviceName": "Sivut Opportunity Brief"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "title": "Example Domain",
              "paidBy": "x402",
              "status": 200,
              "target": "https://example.com/",
              "payment": {
                "asset": "USDC",
                "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
                "network": "eip155:8453"
              },
              "fitScore": 65,
              "headings": [
                "Example Domain"
              ],
              "checkedAt": "2026-06-09T00:00:00.000Z",
              "elapsedMs": 250,
              "contentType": "text/html",
              "description": "",
              "usefulOffer": "Same-day cleanup of website copy, CSV/contact lists, spreadsheet dashboards, onboarding docs, or public-data scripts, paid in USDC.",
              "contactLinks": [
                {
                  "href": "https://www.iana.org/domains/example",
                  "text": "More information"
                }
              ],
              "outreachAngle": "Contact path is visible. Practical angle: offer a same-day cleanup or conversion improvement around \"Example Domain\".",
              "visibleEmails": [],
              "suggestedPitch": "I can do a same-day practical cleanup for Example Domain: contact list cleanup, spreadsheet/dashboard fixes, onboarding notes, website copy tightening, or a small public-data script. USDC payment is fine."
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 2048,
                      "description": "Public http(s) URL to fetch and inspect."
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "target",
                    "status",
                    "title",
                    "visibleEmails",
                    "contactLinks",
                    "headings",
                    "outreachAngle",
                    "fitScore",
                    "suggestedPitch",
                    "usefulOffer"
                  ],
                  "properties": {
                    "title": {
                      "type": "string"
                    },
                    "paidBy": {
                      "type": "string"
                    },
                    "status": {
                      "type": "integer"
                    },
                    "target": {
                      "type": "string"
                    },
                    "payment": {
                      "type": "object",
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "payTo": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        }
                      }
                    },
                    "fitScore": {
                      "type": "integer",
                      "maximum": 100,
                      "minimum": 0
                    },
                    "headings": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "checkedAt": {
                      "type": "string"
                    },
                    "elapsedMs": {
                      "type": "integer"
                    },
                    "contentType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "usefulOffer": {
                      "type": "string"
                    },
                    "contactLinks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "href": {
                            "type": "string"
                          },
                          "text": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "outreachAngle": {
                      "type": "string"
                    },
                    "visibleEmails": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "suggestedPitch": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "1000000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/public-data/sec-crypto-filings/snapshot.csv",
      "tags": [
        "data",
        "sec",
        "crypto",
        "csv"
      ],
      "mimeType": "text/csv",
      "description": "Return a CSV snapshot of the current public SEC EDGAR crypto filing radar feed with source URLs, signals, snippets, and hashes.",
      "serviceName": "Sivut SEC Crypto Filing Snapshot CSV"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 25
            }
          },
          "output": {
            "type": "json",
            "example": "observed_at,company,ticker,cik,form,filing_date,accession,signals,primary_doc_url,source_hash"
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 50,
                      "minimum": 1
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "string",
                  "contentMediaType": "text/csv"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/public-data/sec-crypto-filings/latest",
      "tags": [
        "data",
        "sec",
        "crypto",
        "filings"
      ],
      "mimeType": "application/json",
      "description": "Return a current public SEC EDGAR crypto filing radar feed: filtered company filings, signals, snippets, source hashes, and provenance. Public SEC data only; forms 3, 4, and 5 are excluded.",
      "serviceName": "Sivut SEC Crypto Filing Radar"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "limit": 10
            }
          },
          "output": {
            "type": "json",
            "example": {
              "count": 1,
              "paidBy": "x402",
              "caveats": [
                "Derived from public SEC EDGAR filings; paid product is filtering, normalization, monitoring, snippets, and provenance.",
                "Not affiliated with SEC. Not investment advice."
              ],
              "filings": [
                {
                  "cik": "0001050446",
                  "form": "8-K",
                  "ticker": "MSTR",
                  "company": "Strategy Inc",
                  "signals": [
                    "crypto",
                    "bitcoin"
                  ],
                  "snippet": "Strategy Inc filed 8-K. Signals: crypto, bitcoin.",
                  "ownerOrg": "09 Crypto Assets",
                  "accession": "0001193125-26-261038",
                  "filing_date": "2026-06-08",
                  "observed_at": "2026-06-09T00:00:00.000Z",
                  "source_hash": "sha256:example",
                  "primary_doc_url": "https://www.sec.gov/Archives/edgar/data/1050446/000119312526261038/d130937d8k.htm"
                }
              ],
              "filters": {
                "limit": 10,
                "keywords": [
                  "bitcoin",
                  "crypto",
                  "digital asset"
                ],
                "excludedForms": [
                  "3",
                  "4",
                  "5"
                ]
              },
              "payment": {
                "asset": "USDC",
                "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
                "network": "eip155:8453"
              },
              "product": "public-sec-crypto-filing-radar",
              "sources": [
                {
                  "url": "https://data.sec.gov/submissions/CIK##########.json",
                  "name": "SEC submissions API"
                }
              ],
              "checkedAt": "2026-06-09T00:00:00.000Z"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "limit": {
                      "type": "integer",
                      "default": 10,
                      "maximum": 50,
                      "minimum": 1
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "product",
                    "filters",
                    "sources",
                    "caveats",
                    "count",
                    "filings"
                  ],
                  "properties": {
                    "count": {
                      "type": "integer"
                    },
                    "paidBy": {
                      "type": "string"
                    },
                    "caveats": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "filings": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "company",
                          "cik",
                          "form",
                          "filing_date",
                          "accession",
                          "primary_doc_url",
                          "signals",
                          "snippet",
                          "source_hash"
                        ],
                        "properties": {
                          "cik": {
                            "type": "string"
                          },
                          "form": {
                            "type": "string"
                          },
                          "ticker": {
                            "type": "string"
                          },
                          "company": {
                            "type": "string"
                          },
                          "signals": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "snippet": {
                            "type": "string"
                          },
                          "tickers": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "ownerOrg": {
                            "type": [
                              "string",
                              "null"
                            ]
                          },
                          "accession": {
                            "type": "string"
                          },
                          "filing_date": {
                            "type": "string"
                          },
                          "observed_at": {
                            "type": "string"
                          },
                          "source_hash": {
                            "type": "string"
                          },
                          "primary_doc_url": {
                            "type": [
                              "string",
                              "null"
                            ]
                          }
                        },
                        "additionalProperties": true
                      }
                    },
                    "filters": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "integer",
                          "maximum": 50,
                          "minimum": 1
                        },
                        "keywords": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "excludedForms": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "payment": {
                      "type": "object",
                      "properties": {
                        "asset": {
                          "type": "string"
                        },
                        "payTo": {
                          "type": "string"
                        },
                        "network": {
                          "type": "string"
                        }
                      }
                    },
                    "product": {
                      "type": "string",
                      "const": "public-sec-crypto-filing-radar"
                    },
                    "sources": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "checkedAt": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x9d39802b6B65D360bFdA92c8221dB3EbA8cbF9D7",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://pay.sivut.co/api/public-data/page-markdown",
      "tags": [
        "data",
        "markdown",
        "web"
      ],
      "mimeType": "application/json",
      "description": "Convert one public http(s) page into LLM-ready markdown, plain text, headings, and links. Public pages only; local/private targets are rejected.",
      "serviceName": "Sivut Page Markdown"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "links": [
                {
                  "href": "https://www.iana.org/domains/example",
                  "text": "More information"
                }
              ],
              "title": "Example Domain",
              "status": 200,
              "target": "https://example.com/",
              "product": "public-page-markdown",
              "headings": [
                "Example Domain"
              ],
              "markdown": "# Example Domain\n\nThis domain is for use in illustrative examples.",
              "checkedAt": "2026-06-09T00:00:00.000Z",
              "plainText": "Example Domain This domain is for use in illustrative examples.",
              "contentType": "text/html",
              "description": ""
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "maxLength": 2048,
                      "description": "Public http(s) URL to fetch and convert."
                    }
                  },
                  "additionalProperties": false
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "checkedAt",
                    "target",
                    "plainText",
                    "markdown",
                    "links"
                  ],
                  "properties": {
                    "links": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "href": {
                            "type": "string"
                          },
                          "text": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "title": {
                      "type": "string"
                    },
                    "status": {
                      "type": "integer"
                    },
                    "target": {
                      "type": "string"
                    },
                    "product": {
                      "type": "string"
                    },
                    "headings": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "markdown": {
                      "type": "string"
                    },
                    "checkedAt": {
                      "type": "string"
                    },
                    "plainText": {
                      "type": "string"
                    },
                    "contentType": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/sivut-public-data-apis/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
06-29 · uptime 0.0%06-30 · uptime 0.0%07-01 · uptime 0.0%07-02 · uptime 0.0%07-03 · uptime 0.0%07-04 · uptime 0.0%07-05 · uptime 0.0%07-06 · uptime 0.0%07-07 · uptime 0.0%07-08 · uptime 0.0%07-09 · uptime 0.0%07-10 · uptime 0.0%07-11 · uptime 0.0%07-12 · uptime 0.0%07-13 · uptime 0.0%07-14 · uptime 0.0%07-15 · uptime 0.0%07-16 · uptime 0.0%07-17 · uptime 0.0%07-18 · uptime 0.0%07-19 · uptime 0.0%07-20 · uptime 0.0%07-21 · uptime 0.0%07-22 · uptime 0.0%07-23 · uptime 0.0%07-24 · uptime 0.0%07-25 · uptime 0.0%07-26 · uptime 0.0%07-27 · uptime 0.0%07-28 · uptime 0.0%06-29 · uptime 0.0%06-30 · uptime 0.0%07-01 · uptime 0.0%07-02 · uptime 0.0%07-03 · uptime 0.0%07-04 · uptime 0.0%07-05 · uptime 0.0%07-06 · uptime 0.0%07-07 · uptime 0.0%07-08 · uptime 0.0%07-09 · uptime 0.0%07-10 · uptime 0.0%07-11 · uptime 0.0%07-12 · uptime 0.0%07-13 · uptime 0.0%07-14 · uptime 0.0%07-15 · uptime 0.0%07-16 · uptime 0.0%07-17 · uptime 0.0%07-18 · uptime 0.0%07-19 · uptime 0.0%07-20 · uptime 0.0%07-21 · uptime 0.0%07-22 · uptime 0.0%07-23 · uptime 0.0%07-24 · uptime 0.0%07-25 · uptime 0.0%07-26 · uptime 0.0%07-27 · uptime 0.0%07-28 · uptime 0.0%06-2907-28
30d UPTIME 0%
RESPONSE TIME
no data
AVG RESP ---
PRICE (captured 402, USD)
06-28 · $0.0807-28 · $0.08$0.0806-2807-28

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

SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 8.0% compliance: 92% checks07-14 uptime: 4.6% compliance: 92% checks07-15 uptime: 1.2% compliance: 92% checks07-16 uptime: 0.0% compliance: 92% checks07-17 uptime: 0.0% compliance: 100% checks07-18 uptime: 0.0% compliance: 100% checks07-19 uptime: 0.0% compliance: 100% checks07-20 uptime: 0.0% compliance: 100% checks07-21 uptime: 0.0% compliance: 100% checks07-22 uptime: 0.0% compliance: 100% checks07-23 uptime: 0.0% compliance: 100% checks07-24 uptime: 0.0% compliance: 100% checks07-25 uptime: 0.0% compliance: 100% checks07-26 uptime: 0.0% compliance: 100% checks07-27 uptime: 0.0% compliance: 100% checks07-28 uptime: 0.0% compliance: 100% checksuptimecompliance07-1307-28
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

13/13 checks pass · grade A · stale (probe failing)
  • 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 (18) · click to expand
TIME STATUS RESP
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2501ms
○ DOWN 2501ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms
○ DOWN 2500ms

EMBED THIS BADGE

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

Sivut Public Data APIs listed on x402-list
status
Sivut Public Data APIs uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/sivut-public-data-apis?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/sivut-public-data-apis.svg" alt="Sivut Public Data APIs listed on x402-list" height="28">
</a>
// Markdown
[![Sivut Public Data APIs on x402-list](https://x402-list.com/badge/sivut-public-data-apis.svg)](https://x402-list.com/services/sivut-public-data-apis?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/sivut-public-data-apis?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/sivut-public-data-apis.svg?data=uptime" alt="Sivut Public Data APIs 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 ]