# Get Funding Amount

<EndpointPage
  breadcrumbs={[
    { label: "Trading", href: "/trading/trading" },
    { label: "Derivatives", href: "/trading/rest-api/derivatives" },
    { label: "Get Funding Amount" },
  ]}
  title="Get Funding Amount"
  method="GET"
  url="https://api.gemini.com/v1/fundingamount/{symbol}"
  description="Retrieves the current and estimated funding amounts for a perpetuals trading pair."
  example={{
    request: {
      method: "GET",
      url: "https://api.gemini.com/v1/fundingamount/BTCGUSDPERP",
      headers: [],
    },
  }}
  sections={[
    {
      heading: "Path Parameters",
      children: <SpecPathParams operationId="getFundingAmount" />,
    },
    {
      heading: "Responses",
      children: <SpecResponses operationId="getFundingAmount" />,
    },
  ]}
/>

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