{
  "x402Version": 2,
  "id": 7788,
  "slug": "7788",
  "resource": "https://answerpool.io/v1/technology/momentum",
  "description": "Score research momentum for any technology from OpenAlex (CC0) — returns momentum_score, acceleration_score, trend_label, growth series, leading institutions and researchers, key works, confidence and provenance. Use before betting a field is accelerating.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "type": "http"
        },
        "output": {
          "example": {
            "acceleration_score": 0.64,
            "citation_growth": {
              "1y": 0.18,
              "3y": 0.7,
              "5y": 1.2
            },
            "citation_growth_as_of_year": 2024,
            "computed_at": "2026-08-30T18:00:00Z",
            "confidence": 0.72,
            "data_as_of": "2026-08-24",
            "evidence_count": 412,
            "important_recent_works": [
              {
                "cited_by": 89,
                "id": "W4400000001",
                "title": "On-chip photonic tensor cores",
                "year": 2026
              }
            ],
            "institution_growth": 0.35,
            "key_drivers": [
              "AI inference energy limits"
            ],
            "leading_institutions": [
              {
                "id": "I63966007",
                "name": "Massachusetts Institute of Technology",
                "recent_works": 210
              }
            ],
            "leading_researchers": [
              {
                "id": "A5012345678",
                "name": "J. Doe",
                "recent_works": 34
              }
            ],
            "matched_topics": [
              {
                "name": "Photonic and Optical Computing",
                "share": 0.69,
                "topic_id": "T10412",
                "works": 2914
              }
            ],
            "methodology_version": "1.2.0",
            "momentum_score": 0.81,
            "query_match": {
              "focus_topic_ids": [
                "T10412"
              ],
              "mode": "phrase",
              "total_works_10y": 4210
            },
            "rationale": "Publication and top-decile citation growth accelerated over the last 3 years.",
            "research_growth": {
              "1y": 0.21,
              "3y": 0.86,
              "5y": 1.7
            },
            "result_id": "res_a1b2c3",
            "risks": [
              "fabrication cost"
            ],
            "schema_version": "1",
            "topic": "photonic computing",
            "trend_label": "accelerating",
            "warnings": []
          },
          "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": {
                "additionalProperties": false,
                "properties": {
                  "topic": {
                    "description": "Technology or research topic, free text.",
                    "maxLength": 200,
                    "minLength": 2,
                    "title": "Topic",
                    "type": "string"
                  }
                },
                "required": [
                  "topic"
                ],
                "title": "Input",
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "acceleration_score": {
                    "title": "Acceleration Score",
                    "type": "number"
                  },
                  "cache_hit": {
                    "default": false,
                    "title": "Cache Hit",
                    "type": "boolean"
                  },
                  "citation_growth": {
                    "description": "Growth in works ranking in the top decile of citations for their publication year (age-normalized); lagged to citation_growth_as_of_year.",
                    "properties": {
                      "1y": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "1Y"
                      },
                      "3y": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "3Y"
                      },
                      "5y": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "5Y"
                      }
                    },
                    "title": "GrowthSeries",
                    "type": "object"
                  },
                  "citation_growth_as_of_year": {
                    "anyOf": [
                      {
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Citation Growth As Of Year"
                  },
                  "computed_at": {
                    "title": "Computed At",
                    "type": "string"
                  },
                  "confidence": {
                    "description": "Grounded estimate combining evidence quantity, consistency, coverage, and model self-assessment.",
                    "title": "Confidence",
                    "type": "number"
                  },
                  "data_as_of": {
                    "title": "Data As Of",
                    "type": "string"
                  },
                  "disclaimer": {
                    "default": "Model-derived analytical estimate over OpenAlex (CC0) evidence; not ground truth.",
                    "title": "Disclaimer",
                    "type": "string"
                  },
                  "evidence_count": {
                    "title": "Evidence Count",
                    "type": "integer"
                  },
                  "important_recent_works": {
                    "items": {
                      "properties": {
                        "cited_by": {
                          "title": "Cited By",
                          "type": "integer"
                        },
                        "id": {
                          "title": "Id",
                          "type": "string"
                        },
                        "title": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Title"
                        },
                        "year": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Year"
                        }
                      },
                      "required": [
                        "id",
                        "title",
                        "year",
                        "cited_by"
                      ],
                      "title": "WorkRef",
                      "type": "object"
                    },
                    "title": "Important Recent Works",
                    "type": "array"
                  },
                  "institution_growth": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "description": "Growth in the number of institutions with >=3 matching works, last 3y vs prior 3y; null when unmeasurable.",
                    "title": "Institution Growth"
                  },
                  "key_drivers": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Key Drivers",
                    "type": "array"
                  },
                  "leading_institutions": {
                    "items": {
                      "properties": {
                        "id": {
                          "title": "Id",
                          "type": "string"
                        },
                        "name": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Name"
                        },
                        "recent_works": {
                          "title": "Recent Works",
                          "type": "integer"
                        }
                      },
                      "required": [
                        "id",
                        "name",
                        "recent_works"
                      ],
                      "title": "NamedEntity",
                      "type": "object"
                    },
                    "title": "Leading Institutions",
                    "type": "array"
                  },
                  "leading_researchers": {
                    "items": {
                      "properties": {
                        "id": {
                          "title": "Id",
                          "type": "string"
                        },
                        "name": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Name"
                        },
                        "recent_works": {
                          "title": "Recent Works",
                          "type": "integer"
                        }
                      },
                      "required": [
                        "id",
                        "name",
                        "recent_works"
                      ],
                      "title": "NamedEntity",
                      "type": "object"
                    },
                    "title": "Leading Researchers",
                    "type": "array"
                  },
                  "matched_topics": {
                    "description": "OpenAlex primary topics the matching works fall into, with counts and shares.",
                    "items": {
                      "additionalProperties": true,
                      "type": "object"
                    },
                    "title": "Matched Topics",
                    "type": "array"
                  },
                  "methodology_version": {
                    "title": "Methodology Version",
                    "type": "string"
                  },
                  "momentum_score": {
                    "title": "Momentum Score",
                    "type": "number"
                  },
                  "provenance": {
                    "anyOf": [
                      {
                        "properties": {
                          "data_as_of": {
                            "title": "Data As Of",
                            "type": "string"
                          },
                          "model_family": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ],
                            "default": null,
                            "title": "Model Family"
                          },
                          "rights": {
                            "title": "Rights",
                            "type": "string"
                          },
                          "source": {
                            "title": "Source",
                            "type": "string"
                          }
                        },
                        "required": [
                          "source",
                          "rights",
                          "data_as_of"
                        ],
                        "title": "Provenance",
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null
                  },
                  "query_match": {
                    "properties": {
                      "focus_topic_ids": {
                        "description": "Primary topics the works set was focused on.",
                        "items": {
                          "type": "string"
                        },
                        "title": "Focus Topic Ids",
                        "type": "array"
                      },
                      "mode": {
                        "description": "phrase = exact phrase in title/abstract; terms = any-term fallback (broader).",
                        "enum": [
                          "phrase",
                          "terms"
                        ],
                        "title": "Mode",
                        "type": "string"
                      },
                      "total_works_10y": {
                        "title": "Total Works 10Y",
                        "type": "integer"
                      }
                    },
                    "required": [
                      "mode",
                      "total_works_10y"
                    ],
                    "title": "QueryMatch",
                    "type": "object"
                  },
                  "rationale": {
                    "title": "Rationale",
                    "type": "string"
                  },
                  "research_growth": {
                    "properties": {
                      "1y": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "1Y"
                      },
                      "3y": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "3Y"
                      },
                      "5y": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ],
                        "default": null,
                        "title": "5Y"
                      }
                    },
                    "title": "GrowthSeries",
                    "type": "object"
                  },
                  "result_id": {
                    "title": "Result Id",
                    "type": "string"
                  },
                  "risks": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Risks",
                    "type": "array"
                  },
                  "schema_version": {
                    "title": "Schema Version",
                    "type": "string"
                  },
                  "topic": {
                    "title": "Topic",
                    "type": "string"
                  },
                  "trend_label": {
                    "enum": [
                      "accelerating",
                      "growing",
                      "stable",
                      "declining",
                      "nascent"
                    ],
                    "title": "Trend Label",
                    "type": "string"
                  },
                  "warnings": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Warnings",
                    "type": "array"
                  }
                },
                "required": [
                  "result_id",
                  "topic",
                  "query_match",
                  "matched_topics",
                  "momentum_score",
                  "acceleration_score",
                  "trend_label",
                  "confidence",
                  "research_growth",
                  "citation_growth",
                  "citation_growth_as_of_year",
                  "institution_growth",
                  "leading_institutions",
                  "leading_researchers",
                  "important_recent_works",
                  "rationale",
                  "key_drivers",
                  "risks",
                  "warnings",
                  "evidence_count",
                  "data_as_of",
                  "methodology_version",
                  "schema_version",
                  "computed_at"
                ],
                "title": "Output",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "answerpool.io",
  "lastUpdated": "2026-09-02T22:26:39.521Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T22:26:39.284Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "answerpool.io",
    "manifest_name": "answerpool.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}