---
title: "Get All Wallets"
method: POST
path: "/business/get/all"
tags: ["wallets"]
---

# Get All Wallets

`POST /business/get/all`

Fetch all wallets and their associated accounts for a business

## Request body

- BusinessGetAllWalletsRequest
  - `businessId` string, uuid, required — Unique Id of the business for whom this wallet is being created
  - `startDate` integer, required — Unix timestamp of the start date
  - `endDate` integer, required — Unix timestamp of the end date
  - `page` integer, required — Page number

## Response `200`

success

- BusinessGetAllWalletsResponse — unresolved $ref

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `403` — Forbidden
- `500` — Unexpected server error.

---

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