Open kolya182 opened 5 years ago
Docs https://github.com/ripple/rippled-historical-database#get-account-transaction-history
Excepted result: https://data.ripple.com/v2/accounts/rGig91TmYtssYz8umHGtF6A22gBtwgLxHn/transactions?type=Payment&result=tesSUCCESS&limit=1&descending=true to return transactions in descending order
Excepted result:
descending
Actual result: Server response code: 500 Internal Server Error
Actual result:
500 Internal Server Error
{ "result": "error", "message": "unable to retrieve transactions" }
Workarounds:
result=tesSUCCESS
descending=true
@shekenahglory Can you take a look ?.
@mDuo13 Who is maintaining this repo ?
Docs https://github.com/ripple/rippled-historical-database#get-account-transaction-history
Excepted result:
https://data.ripple.com/v2/accounts/rGig91TmYtssYz8umHGtF6A22gBtwgLxHn/transactions?type=Payment&result=tesSUCCESS&limit=1&descending=true to return transactions indescending
orderActual result:
Server response code:500 Internal Server Error
Workarounds:
result=tesSUCCESS
from query and sort manually" https://data.ripple.com/v2/accounts/rGig91TmYtssYz8umHGtF6A22gBtwgLxHn/transactions?type=Payment&limit=1&descending=truedescending=true
and sort manually: https://data.ripple.com/v2/accounts/rGig91TmYtssYz8umHGtF6A22gBtwgLxHn/transactions?type=Payment&result=tesSUCCESS&limit=1@shekenahglory Can you take a look ?.