Polymarket reward plans API for agents
Polymarket reward plans API for agents. Discovers and ranks sponsor rewards quote strategies for a caller-provided budget.
Asked 100.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
248 msmedian answer time
$0.001listed 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
POST https://api.seerium.xyz/v1/prediction/rewards/top-plans
| Category | Everything else |
|---|---|
| Provider host | api.seerium.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 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.1 | 248 ms |
Example input (from the provider)
{
"body": {
"candidateLimit": 24,
"currentInventoryUsd": 0,
"limit": 5,
"profile": "balanced",
"quoteBudgetUsd": 1000
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"candidateLimit": {
"description": "Optional maximum reward markets to evaluate before ranking. Defaults to 24.",
"minimum": 1,
"type": "number"
},
"currentInventoryUsd": {
"description": "Optional signed current inventory exposure in USD. Defaults to 0.",
"type": "number"
},
"includeSkipped": {
"description": "Optional flag to include optimizer skip verdicts. Defaults to false.",
"type": "boolean"
},
"limit": {
"description": "Optional maximum optimized rewards plans to return. Defaults to 5.",
"minimum": 1,
"type": "number"
},
"maxSpread": {
"description": "Optional maximum current or reward max spread.",
"minimum": 0,
"type": "number"
},
"minDailyRewardsRate": {
"description": "Optional minimum active daily reward rate.",
"minimum": 0,
"type": "number"
},
"minLiquidity": {
"description": "Optional minimum CLOB liquidity.",
"minimum": 0,
"type": "number"
},
"profile": {
"description": "Optional rewards quoting risk profile. Defaults to balanced.",
"enum": [
"passive",
"balanced",
"aggressive"
],
"type": "string"
},
"quoteBudgetUsd": {
"description": "Optional USD budget available for qualifying reward quotes. Defaults to 1000.",
"minimum": 1,
"type": "number"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}