# Get Risk Stats

<EndpointPage
  breadcrumbs={[
    { label: "Trading", href: "/trading/trading" },
    { label: "Derivatives", href: "/trading/rest-api/derivatives" },
    { label: "Get Risk Stats" },
  ]}
  title="Get Risk Stats"
  method="GET"
  url="https://api.gemini.com/v1/riskstats/{symbol}"
  description="Retrieves risk statistics for a perpetuals trading pair, including mark price, index price, open interest, and notional open interest."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/riskstats/BTCGUSDPERP",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Path Parameters",
      children: <SpecPathParams operationId="getRiskStats" />,
    },
    {
      heading: "Responses",
      children: <SpecResponses operationId="getRiskStats" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "Get Funding Payment Report JSON", href: "/trading/rest-api/derivatives/get-funding-payment-report-json" }}
  next={{ label: "Margin Trading", href: "/trading/rest-api/margin" }}
/>
