Skip to main content

Account.getAllTokensTransferHistory() method

Returns the tokens transfer history of an account

Signature:

getAllTokensTransferHistory(options?: AllTokensTransferHistoryParams): Promise<AssetTransferHistory[]>;

Parameters

ParameterTypeDescription
optionsAllTokensTransferHistoryParams(Optional) AllTokensTransferHistoryParams

Returns:

Promise<AssetTransferHistory[]>

Remarks

Returns both incoming and outgoing transfers by default. To retrieve only incoming or outgoing transfers, use the transferType parameter. Returns the transfers in ascending order by default. To retrieve the transfers in descending order, use the order parameter.