Skip to content

Add Transfers API

Compare
Choose a tag to compare
@Rovak Rovak released this 27 May 19:28
· 67 commits to master since this release

This release adds a new API /api/transfers.

Breaking Changes

Replace

let {transactions, total} = await Client.getTransactions({
 ...
});

with

let {transfers, total} = await Client.getTransfers({
 ...
});

Replace Client.getTransanactionStats with Client.getTransferStats