0
Thanks in advance.
I have one fixed address on ripple and user will be submitting and withdrawing ripple currency in my site.
I need to track all the transaction happening with all my users.
Please tell me the better way to handle such problem.
There is an API https://ripple.com/build/data-api-v2/#get-transactions which will give all the transaction in the descending order.
But I am unable to track transaction which is occurring to my users only.
Thanks