---
title: "List Balance Objects"
method: GET
path: "/open-api/v3/cards/wallets"
tags: ["Common"]
---

# List Balance Objects

`GET /open-api/v3/cards/wallets`

Retrieve all balance-holding objects under your Infinity Account, including Infinity Account, budgets, and prepaid cards.

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.
- `balanceId` string, uuid — The ID of the balance object.
- `objectType` '0' | '1' | '2' — Specifies the type of balance object. Object type: 0-Infinity Account balance，1-budget balance，2-prepaid card balance
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- CardWalletPageResource — card wallet resources page
  - `code` string — Return code
  - `message` string — Error message
  - `data` PageResourceCardWalletResource — Returned data
    - `list` CardWalletResource[] — List of data items
      - `id` string, required — Unique ID generated for the entity
      - `accountId` string, required — The UUID of the Account
      - `createTime` string — Creation time
      - `currency` string, required — Currency code. Example: USD, EUR, CNY
      - `available` string, required — Available balance
      - `frozen` string, required — Frozen amount
      - `walletType` '0' | '1' | '2', required — Specifies the type of balance object. Object type: 0-Infinity Account balance，1-budget balance，2-prepaid card balance
      - `objectType` '0' | '1' | '2', required — Specifies the type of balance object. Object type: 0-Infinity Account balance，1-budget balance，2-prepaid card balance
    - `total` integer — Total number of records

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/versions/29c08a4da357/schema)
