---
title: "GET /api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/history"
method: GET
path: "/api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/history"
tags: ["Virtual Accounts"]
---

# GET /api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/history

`GET /api/v1/customers/{customerId}/virtual-accounts/{virtualAccountId}/history`

History of deposit activity for a virtual account

## Path parameters

- `customerId` string, uuid, required — Customer UUID
- `virtualAccountId` string, uuid, required

## Query parameters

- `deposit_id` string, uuid
- `limit` integer
- `starting_after` string, uuid
- `ending_before` string, uuid

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, uuid, required
    - `virtual_account_id` string, uuid, required
    - `deposit_amount` string, required
    - `deposit_currency` string, required
    - `sender_name` string, nullable, required
    - `sender_reference` string, nullable, required
    - `handling_mode` 'auto_payout' | 'hold' | 'manual', required
    - `payout_status` 'pending' | 'processing' | 'completed' | 'failed' | 'needs_manual_review', nullable, required
    - `payout_amount` string, nullable, required
    - `payout_currency` string, nullable, required
    - `payout_network` string, nullable, required
    - `payout_address` string, nullable, required
    - `payout_transaction_hash` string, nullable, required
    - `payout_completed_at` string, date-time, nullable, required
    - `platform_fee_amount` string, nullable, required
    - `platform_fee_currency` string, nullable, required
    - `platform_fee_swept` boolean, nullable, required
    - `deposited_at` string, date-time, required
    - `created_at` string, date-time, required
  - `has_more` boolean, required

## Other responses

- `404` — Default Response

---

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