---
title: "List Wallet Accounts"
method: GET
path: "/wallet_account"
---

# List Wallet Accounts

`GET /wallet_account`

## Query parameters

- `page` integer
- `per_page` integer
- `from` string, date
- `to` string, date
- `currency` 'USD' | 'NGN' | 'GBP' | 'EUR'
- `status` 'active' | 'inactive'

## Response `200`

200

- object
  - `data` object[]
    - `id` string
    - `holder_id` string
    - `holder_type` string
    - `label` string
    - `currency` string
    - `balance` integer
    - `block_expiry` unknown
    - `kind` string
    - `status` string
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` object
    - `per_page` integer
    - `page` integer
    - `count_total` integer
    - `page_total` integer
    - `prev_page` boolean
    - `next_page` boolean
  - `status` string

---

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