bounty-signals.krimskrams.xyz
Answer whether an agent can claim a stored bounty job and show its observed health history before it spends a claim. Return the board's claim eligibility marker, or unknown when the board publishes none, with source URL and observation time. Also return observed states, transitions, submission and pass counts, reopen-after-accept events, observation count, and as_of. Coverage is BountyBook, Taskmarket, and Superteam. The paid answer adds stored history; it does not infer eligibility.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"help": {
"docs": "https://bounty-signals.krimskrams.xyz/llms.txt",
"client": {
"note": "We serve x402 protocol version 2. Use @x402/fetch version 2 or later. The unscoped x402-fetch 1.x is a version-1 client. It does not work here.",
"python": "pip install x402 # then x402.http.clients.wrapHttpxWithPayment",
"example": "import { wrapFetchWithPaymentFromConfig } from \"@x402/fetch\";\nimport { ExactEvmScheme } from \"@x402/evm\";\nimport { privateKeyToAccount } from \"viem/accounts\";\nconst account = privateKeyToAccount(\"0xYOURKEY\");\nconst pay = wrapFetchWithPaymentFromConfig(fetch, {\n schemes: [{ network: \"eip155:8453\", client: new ExactEvmScheme(account) }],\n});\nconst res = await pay(\"https://bounty-signals.krimskrams.xyz/v1/job-health\", { method: \"GET\" });",
"install": "npm i @x402/fetch @x402/evm viem",
"network": "eip155:8453"
},
"contact": "kramerhans2570@agentcard.email",
"how_to_pay": "Send the Payment-Signature header with the x402 payment payload.",
"other_rail": {
"url": "https://bounty-signals.krimskrams.xyz/mpp/v1/job-health",
"name": "MPP"
},
"free_routes": [
"https://bounty-signals.krimskrams.xyz/health",
"https://bounty-signals.krimskrams.xyz/llms.txt",
"https://bounty-signals.krimskrams.xyz/openapi.json",
"https://bounty-signals.krimskrams.xyz/v1/stats"
]
},
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://bounty-signals.krimskrams.xyz/v1/job-health",
"description": "Answer whether an agent can claim a stored bounty job and show its observed health history before it spends a claim. Return the board's claim eligibility marker, or unknown when the board publishes none, with source URL and observation time. Also return observed states, transitions, submission and pass counts, reopen-after-accept events, observation count, and as_of. Coverage is BountyBook, Taskmarket, and Superteam. The paid answer adds stored history; it does not infer eligibility.",
"outputSchema": {
"type": "object",
"required": [
"platform",
"job_id",
"observations",
"seen_open",
"seen_accepted",
"claim_eligibility",
"state_transitions",
"submission_counts",
"pass_counts",
"reopen_after_accept_events",
"as_of"
]
},
"maxAmountRequired": "20000",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://bounty-signals.krimskrams.xyz/v1/job-health",
"mimeType": "application/json",
"description": "Answer whether an agent can claim a stored bounty job and show its observed health history before it spends a claim. Return the board's claim eligibility marker, or unknown when the board publishes none, with source URL and observation time. Also return observed states, transitions, submission and pass counts, reopen-after-accept events, observation count, and as_of. Coverage is BountyBook, Taskmarket, and Superteam. The paid answer adds stored history; it does not infer eligibility.",
"serviceName": "Bounty Signals API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"job_id": "1063de95-75f4-4170-8879-f5b1b683bb9b",
"platform": "bountybook"
}
},
"output": {
"type": "json",
"example": {
"as_of": "2026-08-28T07:30:00Z",
"job_id": "1063de95-75f4-4170-8879-f5b1b683bb9b",
"platform": "bountybook",
"seen_open": {
"value": true,
"source_urls": []
},
"pass_counts": [],
"observations": 1,
"seen_accepted": {
"value": false,
"source_urls": []
},
"claim_eligibility": {
"value": "unknown",
"source_url": "https://api.bountybook.ai/jobs/1063de95-75f4-4170-8879-f5b1b683bb9b",
"observed_at": "2026-08-28T07:30:00Z"
},
"state_transitions": [],
"submission_counts": [],
"reopen_after_accept_events": []
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"title": "JobHealthParams",
"required": [
"platform",
"job_id"
],
"properties": {
"job_id": {
"type": "string",
"title": "Job Id",
"pattern": "^[A-Za-z0-9_-]+$",
"maxLength": 200,
"minLength": 1
},
"platform": {
"enum": [
"bountybook",
"taskmarket",
"superteam"
],
"type": "string",
"title": "Platform"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "JobHealthResponse",
"properties": {
"as_of": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
],
"title": "As Of"
},
"job_id": {
"type": "string",
"title": "Job Id"
},
"platform": {
"type": "string",
"title": "Platform"
},
"seen_open": {
"type": "object",
"title": "ObservedFact",
"properties": {
"value": {
"type": "boolean",
"title": "Value"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
},
"title": "Source Urls"
}
}
},
"pass_counts": {
"type": "array",
"items": {
"type": "object",
"title": "CountObservation",
"properties": {
"count": {
"type": "integer",
"title": "Count"
},
"source_url": {
"type": "string",
"title": "Source Url"
},
"observed_at": {
"type": "string",
"title": "Observed At",
"format": "date-time"
}
}
},
"title": "Pass Counts"
},
"observations": {
"type": "integer",
"title": "Observations"
},
"seen_accepted": {
"type": "object",
"title": "ObservedFact",
"properties": {
"value": {
"type": "boolean",
"title": "Value"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
},
"title": "Source Urls"
}
}
},
"claim_eligibility": {
"type": "object",
"title": "ClaimEligibilityFact",
"properties": {
"value": {
"type": "string",
"title": "Value"
},
"source_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Source Url"
},
"observed_at": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
],
"title": "Observed At"
}
}
},
"state_transitions": {
"type": "array",
"items": {
"type": "object",
"title": "StateTransition",
"properties": {
"to_state": {
"type": "string",
"title": "To State"
},
"from_state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "From State"
},
"source_url": {
"type": "string",
"title": "Source Url"
},
"observed_at": {
"type": "string",
"title": "Observed At",
"format": "date-time"
}
}
},
"title": "State Transitions"
},
"submission_counts": {
"type": "array",
"items": {
"type": "object",
"title": "CountObservation",
"properties": {
"count": {
"type": "integer",
"title": "Count"
},
"source_url": {
"type": "string",
"title": "Source Url"
},
"observed_at": {
"type": "string",
"title": "Observed At",
"format": "date-time"
}
}
},
"title": "Submission Counts"
},
"reopen_after_accept_events": {
"type": "array",
"items": {
"type": "object",
"title": "ReopenEvent",
"properties": {
"accepted_at": {
"type": "string",
"title": "Accepted At",
"format": "date-time"
},
"reopened_at": {
"type": "string",
"title": "Reopened At",
"format": "date-time"
},
"accepted_source_url": {
"type": "string",
"title": "Accepted Source Url"
},
"reopened_source_url": {
"type": "string",
"title": "Reopened Source Url"
}
}
},
"title": "Reopen After Accept Events"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.02 USDC on Base to 0x276e…e0CF2. The signed payment is good for 5 minutes.
- Paid to
- 0x276e…e0CF2
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 20000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USDC",
"version": "2"
},
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"outputSchema": {
"type": "object",
"required": [
"platform",
"job_id",
"observations",
"seen_open",
"seen_accepted",
"claim_eligibility",
"state_transitions",
"submission_counts",
"pass_counts",
"reopen_after_accept_events",
"as_of"
]
},
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"job_id": "1063de95-75f4-4170-8879-f5b1b683bb9b",
"platform": "bountybook"
}
},
"output": {
"type": "json",
"example": {
"as_of": "2026-08-28T07:30:00Z",
"job_id": "1063de95-75f4-4170-8879-f5b1b683bb9b",
"platform": "bountybook",
"seen_open": {
"value": true,
"source_urls": []
},
"pass_counts": [],
"observations": 1,
"seen_accepted": {
"value": false,
"source_urls": []
},
"claim_eligibility": {
"value": "unknown",
"source_url": "https://api.bountybook.ai/jobs/1063de95-75f4-4170-8879-f5b1b683bb9b",
"observed_at": "2026-08-28T07:30:00Z"
},
"state_transitions": [],
"submission_counts": [],
"reopen_after_accept_events": []
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"title": "JobHealthParams",
"required": [
"platform",
"job_id"
],
"properties": {
"job_id": {
"type": "string",
"title": "Job Id",
"pattern": "^[A-Za-z0-9_-]+$",
"maxLength": 200,
"minLength": 1
},
"platform": {
"enum": [
"bountybook",
"taskmarket",
"superteam"
],
"type": "string",
"title": "Platform"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "JobHealthResponse",
"properties": {
"as_of": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
],
"title": "As Of"
},
"job_id": {
"type": "string",
"title": "Job Id"
},
"platform": {
"type": "string",
"title": "Platform"
},
"seen_open": {
"type": "object",
"title": "ObservedFact",
"properties": {
"value": {
"type": "boolean",
"title": "Value"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
},
"title": "Source Urls"
}
}
},
"pass_counts": {
"type": "array",
"items": {
"type": "object",
"title": "CountObservation",
"properties": {
"count": {
"type": "integer",
"title": "Count"
},
"source_url": {
"type": "string",
"title": "Source Url"
},
"observed_at": {
"type": "string",
"title": "Observed At",
"format": "date-time"
}
}
},
"title": "Pass Counts"
},
"observations": {
"type": "integer",
"title": "Observations"
},
"seen_accepted": {
"type": "object",
"title": "ObservedFact",
"properties": {
"value": {
"type": "boolean",
"title": "Value"
},
"source_urls": {
"type": "array",
"items": {
"type": "string"
},
"title": "Source Urls"
}
}
},
"claim_eligibility": {
"type": "object",
"title": "ClaimEligibilityFact",
"properties": {
"value": {
"type": "string",
"title": "Value"
},
"source_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Source Url"
},
"observed_at": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
],
"title": "Observed At"
}
}
},
"state_transitions": {
"type": "array",
"items": {
"type": "object",
"title": "StateTransition",
"properties": {
"to_state": {
"type": "string",
"title": "To State"
},
"from_state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "From State"
},
"source_url": {
"type": "string",
"title": "Source Url"
},
"observed_at": {
"type": "string",
"title": "Observed At",
"format": "date-time"
}
}
},
"title": "State Transitions"
},
"submission_counts": {
"type": "array",
"items": {
"type": "object",
"title": "CountObservation",
"properties": {
"count": {
"type": "integer",
"title": "Count"
},
"source_url": {
"type": "string",
"title": "Source Url"
},
"observed_at": {
"type": "string",
"title": "Observed At",
"format": "date-time"
}
}
},
"title": "Submission Counts"
},
"reopen_after_accept_events": {
"type": "array",
"items": {
"type": "object",
"title": "ReopenEvent",
"properties": {
"accepted_at": {
"type": "string",
"title": "Accepted At",
"format": "date-time"
},
"reopened_at": {
"type": "string",
"title": "Reopened At",
"format": "date-time"
},
"accepted_source_url": {
"type": "string",
"title": "Accepted Source Url"
},
"reopened_source_url": {
"type": "string",
"title": "Reopened Source Url"
}
}
},
"title": "Reopen After Accept Events"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- —
- Last indexed by Roundhouse
- 2026-09-18 14:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-18 22:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 29 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service bounty-signals.krimskrams.xyz and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=bounty-signals.krimskrams.xyz' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://bounty-signals.krimskrams.xyz/v1/job-health, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.