Answer
Answer: What funded open work is newly actionable across all watched bounty boards since my checkpoint? Return jobs that are open at the common board watermark and were first observed open after the cursor, plus jobs that changed from a non-open state to open after the cursor. Coverage is BountyBook, Taskmarket, and Superteam from owned SQLite observations. Open listing status and reward fields do not prove escrow funding. The route does not infer funding. No public source gives the same stored cross-board delta. Current listings are free from the three board APIs. The paid answer adds a common watermark, observation times, state changes, and one call across three boards. Live owned-store depth: 202990 observations over 2494 jobs from 2026-08-28T07:36:19.081141+00:00 to 2026-09-04T18:30:12.168056+00:00. Common coverage starts at 2026-08-28T07:36:19.081141+00:00. The current common cursor is 2026-09-04T18:30:12.168056+00:00.
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://bounty-signals.krimskrams.xyz/v1/funded-work/delta
| Category | Commerce and shopping |
|---|---|
| Provider host | bounty-signals.krimskrams.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 1191 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"since": "2026-08-28T08:00:00Z"
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"since": {
"format": "date-time",
"title": "Since",
"type": "string"
}
},
"required": [
"since"
],
"title": "DeltaParams",
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"format": "date-time",
"title": "As Of",
"type": "string"
},
"coverage": {
"items": {
"properties": {
"board": {
"title": "Board",
"type": "string"
},
"error": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Error"
},
"evaluated_at": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"title": "Evaluated At"
},
"first_observation": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"title": "First Observation"
},
"latest_collection_at": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"title": "Latest Collection At"
},
"latest_collection_status": {
"title": "Latest Collection Status",
"type": "string"
},
"latest_successful_observation": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "null"
}
],
"title": "Latest Successful Observation"
},
"source_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Source Url"
},
"status": {
"title": "Status",
"type": "string"
}
},
"title": "DeltaCoverage",
"type": "object"
},
"title": "Coverage",
"type": "array"
},
"coverage_start": {
"format": "date-time",
"title": "Coverage Start",
"type": "string"
},
"jobs": {
"items": {
"properties": {
"actionable_at": {
"format": "date-time",
"title": "Actionable At",
"type": "string"
},
"board": {
"title": "Board",
"type": "string"
},
"fields": {
"additionalProperties": true,
"title": "Fields",
"type": "object"
},
"first_seen_at": {
"format": "date-time",
"title": "First Seen At",
"type": "string"
},
"id": {
"title": "Id",
"type": "string"
},
"latest_seen_at": {
"format": "date-time",
"title": "Latest Seen At",
"type": "string"
},
"open_transitions_after_cursor": {
"items": {
"properties": {
"from_state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "From State"
},
"observed_at": {
"format": "date-time",
"title": "Observed At",
"type": "string"
},
"source_url": {
"title": "Source Url",