How do i can track all my own transactions in ripple.Whether any user is submitting or withdrawing ripple

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

Mohd Afzal

Posted 2017-08-02T14:13:17.597

Reputation: 1

Answers

-1

If you want to use an api, then there are few methods you could use as:

Get Account Transaction History

Get Account Payments

Get Transaction By Account And Sequence

Also, you could use Ripple accounts explorer to check your account history with user interface.

Peska

Posted 2017-08-02T14:13:17.597

Reputation: 101