---
title: "Get All Wallets"
method: GET
path: "/v1/billing/wallets"
tags: ["Billing", "billing"]
---

# Get All Wallets

`GET /v1/billing/wallets`

## Response `200`

Successful Response

- WalletResponse
  - `Wallets` WalletDetails[], required
    - `ProductId` string, required
    - `TokensRemaining` integer, required
    - `Currency` string, required
    - `AutoRechargeThreshold` number, required
    - `AutoRechargeAmount` number, required
    - `AutoRechargeEnabled` boolean, required

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
