getTransactions

This endpoint retrieves all your transactions, further you can filter them by the transaction status and by your users.

public getTransactions(query?: VyQuery_GetTransactions) : VyPromise<VyGetAll1Response>

Parameters

query (optional)

Query to filter the operation results

Returns

VyPromise<VyGetAll1Response>

Last updated