Skip to main content

Function: listRecentTransfers()

listRecentTransfers(limit?): Promise<Result<WiseTransfer[], WiseError>>

Defined in: src/server/integrations/wise/client.ts:63

List the profile's most recent transfers (newest first), normalised to minor units. A non-2xx response or network failure returns an error Result rather than throwing, so the reconcile job can record the failure and the UI can show it.

Parameters

limit?

number = 100

Returns

Promise<Result<WiseTransfer[], WiseError>>