---
title: "Wallet entries for Account"
method: GET
path: "/accounts/{account_id}/wallet/entries"
tags: ["Wallet"]
---

# Wallet entries for Account

`GET /accounts/{account_id}/wallet/entries`

Wallet entries for Account

## Path parameters

- `account_id` string, required

## Query parameters

- `nextToken` string
- `pageSize` integer

## Response `200`

Response for Credit Balance Request

- WalletEntriesPaginatedResponse — List wallet entries response
  - `data` WalletEntry[], required
    - `id` string, required — Identifier of credit transactions
    - `description` string — description of the entry
    - `walletId` string, required
    - `transactionType` 'CREDITED' | 'DEBITED', required
    - `status` 'COMPLETED' | 'ON_HOLD', required
    - `entityId` string
    - `amount` number, required
    - `createdAt` string, date-time, required
    - `closingBalance` number, required
  - `nextToken` string

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `404` — Error response
- `429` — Error response
- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
