{
  "x402Version": 2,
  "id": 1283,
  "slug": "1283",
  "resource": "https://api.nansen.ai/api/v1/prediction-market/market-screener",
  "description": "Get Prediction Market Screener",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:196",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:56",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0xcE24439F2D9C6a2289F741120FE202248B666666",
      "amount": "10000000000000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:56",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",
      "amount": "10000000000000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:56",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0x55d398326f99059fF775485246999027B3197955",
      "amount": "10000000000000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:56",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
      "amount": "10000000000000000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:143",
      "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
      "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "J7ZvJEspvwP1oRxQZ7mYmNmT22NTm3GWq3t7HEbvPZYx",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "end_date_after": "2025-01-01T00:00:00Z",
            "end_date_before": "2025-12-31T23:59:59Z",
            "order_by": [
              {
                "direction": "DESC",
                "field": "volume_24hr"
              }
            ],
            "query": "bitcoin",
            "status": "active",
            "tags": [
              "Crypto",
              "Bitcoin"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": []
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "end_date_after": {
                    "type": "string"
                  },
                  "end_date_before": {
                    "type": "string"
                  },
                  "max_liquidity": {
                    "type": "number"
                  },
                  "max_open_interest": {
                    "type": "number"
                  },
                  "max_price": {
                    "type": "number"
                  },
                  "max_unique_traders_24h": {
                    "type": "integer"
                  },
                  "min_liquidity": {
                    "type": "number"
                  },
                  "min_open_interest": {
                    "type": "number"
                  },
                  "min_price": {
                    "type": "number"
                  },
                  "min_volume_24hr": {
                    "type": "number"
                  },
                  "neg_risk": {
                    "type": "boolean"
                  },
                  "order_by": {
                    "type": "array"
                  },
                  "pagination": {
                    "type": "object"
                  },
                  "query": {
                    "type": "string"
                  },
                  "sort_by": {
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  },
                  "tags": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "items": {
                      "properties": {
                        "active": {
                          "type": "boolean"
                        },
                        "age_hours": {
                          "type": "number"
                        },
                        "best_ask": {
                          "type": "number"
                        },
                        "best_bid": {
                          "type": "number"
                        },
                        "closed": {
                          "type": "boolean"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "end_date": {
                          "type": "string"
                        },
                        "event_id": {
                          "type": "string"
                        },
                        "event_title": {
                          "type": "string"
                        },
                        "last_trade_price": {
                          "type": "number"
                        },
                        "liquidity": {
                          "type": "number"
                        },
                        "market_id": {
                          "type": "string"
                        },
                        "neg_risk": {
                          "type": "boolean"
                        },
                        "one_day_price_change": {
                          "type": "number"
                        },
                        "open_interest": {
                          "type": "number"
                        },
                        "question": {
                          "type": "string"
                        },
                        "slug": {
                          "type": "string"
                        },
                        "tags": {
                          "type": "array"
                        },
                        "unique_traders_24h": {
                          "type": "integer"
                        },
                        "volume": {
                          "type": "number"
                        },
                        "volume_1mo": {
                          "type": "number"
                        },
                        "volume_1wk": {
                          "type": "number"
                        },
                        "volume_24hr": {
                          "type": "number"
                        },
                        "volume_change_pct": {
                          "type": "number"
                        }
                      },
                      "required": [
                        "market_id"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pagination": {
                    "properties": {
                      "is_last_page": {
                        "type": "boolean"
                      },
                      "page": {
                        "type": "integer"
                      },
                      "per_page": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.nansen.ai",
  "lastUpdated": "2026-09-11T16:03:15.837Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-11T16:03:15.628Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.nansen.ai",
    "manifest_name": "api.nansen.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}