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

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

# List credit transactions

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={"List credit transactions"}
>
</Heading>

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



Credit movements, newest first — every spend, top-up and refund, with where the credits came from.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-credit-transactions.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-credit-transactions.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-credit-transactions.StatusCodes.json")}
>
  
</StatusCodes>
