Returns deposit orders for the account, newest first. Includes every attempt — pending, failed, cancelled and expired ones too, not only successful deposits. The funding provider is an internal routing decision and is never exposed.

Parameters

NameInTypeRequiredDescription
accountId path string yes Unique identifier of the account.
status query DepositStatus no Filter by normalised deposit status.
limit query integer (int32) no Maximum number of deposits to return (1-200, default 50).
offset query integer (int32) no Number of deposits to skip.

Responses

StatusBodyDescription
200 DepositListResponse Deposits retrieved.
400 Error Invalid request.
404 Error Account not found.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.