ToolAssay

Watchlist renewal

Watchlist renewal: extend an existing company monitoring watchlist by 30, 90 or 365 days (?duree=, default 30, any duration whatever the original) of daily surveillance against official sources — $0.05 / $0.135 / $0.50 per target. The cibles parameter must repeat the exact watched targets: it is what the quote is computed from. Possible until 7 days after expiry, then the watch is purged. No refund, no pro rata.

Asked 2.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
879 msmedian answer time
$0.05listed price per call
$0.1price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.sirenic.eu/v1/surveillance/:jeton/renouveler

CategoryCompany and compliance
Provider hostapi.sirenic.eu
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 879 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "jeton": "sw_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  },
  "queryParams": {
    "cibles": "552032534,542065479",
    "duree": "30"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "jeton": {
              "description": "Opaque BEARER watch token returned by GET /v1/surveillance/creer - form sw_<uuid>, optionally followed by .<timestamp>.<Ed25519 signature>. Anyone holding it controls the watch: never log, share or publish it., e.g. sw_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
              "type": "string"
            }
          },
          "required": [
            "jeton"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {
            "cibles": {
              "description": "Must repeat the EXACT target list of the watch (order-insensitive) - it is what the per-target price is computed from; any difference yields 400 cibles_differentes. Renewal is possible until 7 days after expiry, then the watch is purged. BILLED PER TARGET (1-100), at the unit price of the requested duration.",
              "type": "string"
            },
            "duree": {
              "description": "Extension in days: 30, 90 or 365. Optional, defaults to 30. FREE CHOICE - it need not match the original duration, so a 30-day watch can be extended by 365 days. Unit price per target: 30d $0.05, 90d $0.135, 365d $0.50. The extension starts from the current expiry date (or from now if already expired), and cannot push it beyond 400 days from now (400 horizon_depasse).",
              "type": "string"
            }
          },
          "required": [
            "cibles"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON