ToolAssay

Ranked opportunities API and market signals API for agents

Ranked opportunities API and market signals API for agents. Ranks Polymarket prediction market opportunities and Dex signals by budget, liquidity, spread, horizon, and risk.

Asked 100.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
244 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/opportunities/ranked

CategoryMarket data
Provider hostapi.seerium.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "body": {
    "allowShort": true,
    "limit": 3,
    "riskProfile": "balanced",
    "source": "all"
  },
  "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": {
            "allowShort": {
              "description": "Optional flag to include opportunities requiring short exposure.",
              "type": "boolean"
            },
            "budgetUsd": {
              "description": "Optional maximum notional budget in USD.",
              "minimum": 1,
              "type": "number"
            },
            "category": {
              "description": "Optional text filter over strategy, market question, event metadata, or theme.",
              "type": "string"
            },
            "horizonHours": {
              "description": "Optional maximum hours to market close.",
              "minimum": 0,
              "type": "number"
            },
            "limit": {
              "description": "Optional maximum ranked opportunities to return. Defaults to 25.",
              "minimum": 1,
              "type": "number"
            },
            "maxSpread": {
              "description": "Optional maximum acceptable order book spread.",
              "minimum": 0,
              "type": "number"
            },
            "minEdge": {
              "description": "Optional minimum opportunity edge as a decimal or percent-style value.",
              "type": "number"
            },
            "minLiquidity": {
              "description": "Optional minimum market or leg liquidity in USD.",
              "minimum": 0,
              "type": "number"
            },
            "riskProfile": {
              "description": "Optional risk profile used to rank opportunities. Defaults to balanced.",
              "enum": [
                "conservative",
                "balanced",
                "aggressive"
              ],
              "type": "string"
            },
            "source": {
              "description": "Optional opportunity source: Polymarket prediction markets, Dex markets, or all. Defaults to all.",
              "enum": [
                "all",
                "prediction",
                "dex"
              ],
              "type": "string"
            }
          },
          "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"
}

This page as JSON