---
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

---

[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/175c7f9e090e/schema)
