<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/get-credits
Last modified: 2026-08-20T20:52:05.000Z

# Get credit balances

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get credit balances"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/billing/credits"}
  context={"endpoint"}
>
  
</MethodEndpoint>



The account's current credit balances.

`monthly_balance` is what remains of this period's included credits and does not
roll over; `topup_balance` is the total across every unexpired package. Spending
draws down the monthly balance first.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-credits.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-credits.StatusCodes.json")}
>
  
</StatusCodes>
