# Get Next Funding Timestamp

<ApiScopeTag scope="perpetuals" />

<EndpointPage
  breadcrumbs={[
    { label: "Trading", href: "/trading/trading" },
    { label: "Perpetuals", href: "/trading/rest-api/derivatives" },
    { label: "Get Next Funding Timestamp" },
  ]}
  title="Get Next Funding Timestamp"
  method="GET"
  url="https://api.gemini.com/v1/nextfundingtimestamp/{symbol}"
  description="Retrieves the timestamp in milliseconds when the next funding calculation will take place for a given perpetuals symbol."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/nextfundingtimestamp/BTCGUSDPERP",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Path Parameters",
      children: <SpecPathParams operationId="getNextFundingTimestamp" />,
    },
    {
      heading: "Responses",
      children: <SpecResponses operationId="getNextFundingTimestamp" />,
    },
  ]}
/>

<PageNavigation
  prev={{ label: "Get Funding Amount", href: "/trading/rest-api/derivatives/get-funding-amount" }}
  next={{ label: "Get Funding Amount Report File", href: "/trading/rest-api/derivatives/get-funding-amount-report-file" }}
/>
