{
  "x402Version": 2,
  "id": 8237,
  "slug": "8237",
  "resource": "https://bounty-signals.krimskrams.xyz/v1/funded-work/delta",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "since": "2026-08-28T08:00:00Z"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-08-28T08:30:00Z",
            "coverage": [],
            "coverage_start": "2026-08-27T00:00:00Z",
            "jobs": [],
            "limits": [],
            "next_cursor": "2026-08-28T08:30:00Z",
            "observation_age_seconds": 0,
            "since": "2026-08-28T08:00:00Z",
            "store_depth": {
              "first": null,
              "last": null,
              "observations": 0,
              "subjects": 0
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$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",
                                "type": "string"
                              },
                              "to_state": {
                                "title": "To State",
                                "type": "string"
                              }
                            },
                            "title": "StateChange",
                            "type": "object"
                          },
                          "title": "Open Transitions After Cursor",
                          "type": "array"
                        },
                        "pass_count": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Pass Count"
                        },
                        "reason": {
                          "title": "Reason",
                          "type": "string"
                        },
                        "source_url": {
                          "title": "Source Url",
                          "type": "string"
                        },
                        "state": {
                          "title": "State",
                          "type": "string"
                        },
                        "submission_count": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Submission Count"
                        }
                      },
                      "title": "FundedWorkDeltaItem",
                      "type": "object"
                    },
                    "title": "Jobs",
                    "type": "array"
                  },
                  "limits": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Limits",
                    "type": "array"
                  },
                  "next_cursor": {
                    "format": "date-time",
                    "title": "Next Cursor",
                    "type": "string"
                  },
                  "observation_age_seconds": {
                    "title": "Observation Age Seconds",
                    "type": "integer"
                  },
                  "since": {
                    "format": "date-time",
                    "title": "Since",
                    "type": "string"
                  },
                  "store_depth": {
                    "properties": {
                      "first": {
                        "anyOf": [
                          {
                            "format": "date-time",
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "First"
                      },
                      "last": {
                        "anyOf": [
                          {
                            "format": "date-time",
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "title": "Last"
                      },
                      "observations": {
                        "title": "Observations",
                        "type": "integer"
                      },
                      "subjects": {
                        "title": "Subjects",
                        "type": "integer"
                      }
                    },
                    "title": "StoreDepth",
                    "type": "object"
                  }
                },
                "title": "FundedWorkDeltaResponse",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "bounty-signals.krimskrams.xyz",
  "lastUpdated": "2026-09-05T21:16:52.388Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-05T21:16:51.927Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "bounty-signals.krimskrams.xyz",
    "manifest_name": "bounty-signals.krimskrams.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}