---
title: "Wallet History"
method: GET
path: "/api/billing/wallet/{customer_id}/history"
tags: ["Billing"]
---

# Wallet History

`GET /api/billing/wallet/{customer_id}/history`

Get transaction history for a wallet.

## Path parameters

- `customer_id` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `a1b7082fe0d4` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `1000.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`

[Change history](https://skmtc.dev/aabiro/apis/xcelsior/changes/api/billing/wallet/:customer_id/history/get.md)

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc.dev/aabiro/apis/xcelsior/revisions/a1b7082fe0d4?raw)
