Skip to main content
GET
List deposits (all virtual accounts)
Stable since 2025-01-01 — unchanged in 2026-06-01.

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Headers

X-Api-Version
string

Optional. The date-versioned API version to apply for this request (e.g. 2026-04-14). When sent it always wins, even over your pinned account default. When omitted, the API uses your account's pinned version if set, otherwise a baseline default.

Example:

"2026-06-01"

Query Parameters

page
integer
default:1

1-indexed page number.

Required range: x >= 1
limit
integer
default:10

Page size (1-100).

Required range: 1 <= x <= 100
status
enum<string>

Filter by deposit status.

Available options:
PENDING,
COMPLETED,
FAILED,
REFUNDED,
KYT_PENDING,
KYT_REJECTED
virtual_account_id
string<uuid>

Restrict the feed to one virtual account.

from_date
string

Inclusive lower bound on the deposit's received timestamp. ISO 8601 date-time or a date-only YYYY-MM-DD string.

to_date
string

Inclusive upper bound on the deposit's received timestamp. ISO 8601 date-time or a date-only YYYY-MM-DD string (date-only is treated as end-of-day).

Response

Success.

Page-based list envelope.

deposits
object[]
required
total
integer

Total deposits matching the filters.

page
integer
limit
integer
total_pages
integer