---
title: "List drawdown transactions"
method: GET
path: "/api/v1/billing/transactions"
tags: ["Billing"]
---

# List drawdown transactions

`GET /api/v1/billing/transactions`

List drawdown balance transactions for the authenticated developer

## Query parameters

- `limit` integer
- `after` string
- `before` string

## Response `200`

Paginated list of balance transactions

- TransactionsResponse
  - `pageInfo` object, required
    - `startCursor` string
    - `endCursor` string
    - `hasPreviousPage` boolean, required
    - `hasNextPage` boolean, required
  - `data` TransactionResponse[], required
    - `createdAt` string, date-time, required
    - `metadata` RecordStringString — Construct a type with a set of properties K of type T
    - `description` string
    - `amount` Money, required
      - `currencyCode` string, required
      - `amountSubunits` integer, required
    - `id` string, required

## Other responses

- `401` — Authentication Failed
- `422` — Validation Error

## Changes

- **2026-06-08** `0b28c67737d3` — 1 info
  - the security scope `billing:read` was added to the endpoint's security scheme `bearerAuth`

[Change history](https://skmtc.dev/rye-com/apis/universal-checkout-api/changes/api/v1/billing/transactions/get.md)

---

[API](https://skmtc.dev/rye-com/apis/universal-checkout-api.md) · [All operations](https://skmtc.dev/rye-com/apis/universal-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rye-com/universal-checkout-api/revisions/22d8a79f694f/schema)
