Skip to main content
GET
List Completed Deposits

Overview

Returns the authenticated user’s recent completed NGN bank-transfer deposits. Bank-transfer only — on-chain deposits are not included here. Most callers should subscribe to the deposit.completed webhook instead — this endpoint exists for backfill and reconciliation when you can’t trust webhook delivery alone. Requires Read scope.

Authentication

string
required
Your API key with Read scope

Query Parameters

integer
Number of records to return. Default 20, max 100.
integer
Pagination offset. Default 0, max 1,000,000. For deeper history, prefer paging by from/to windows over large offsets.
string
Start timestamp. RFC3339 (2026-05-01T00:00:00Z) or YYYY-MM-DD accepted.
string
End timestamp. Same accepted formats as from.

Request Example

Response

array
required
Array of completed deposit records, newest first.
object
required