antonio88m Posted April 16, 2018 Share Posted April 16, 2018 (edited) I am trying to retrieve the information about a transaction with the following POST request { "method": "tx", "params": [ { "transaction": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7", "binary": false } ] } but I always get the following answer {"result": {"error": "txnNotFound","error_code": 29,"error_message": "Transaction not found.","request": {"binary": false,"command": "tx","transaction": "E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7"},"status": "error"}} I am sure the transaction hash is correct. What am I doing wrong? Edited April 16, 2018 by antonio88m Link to comment Share on other sites More sharing options...
Sukrim Posted April 16, 2018 Share Posted April 16, 2018 https://ripple.com/build/ripple-info-tool/#E08D6E9754025BA2534A78707605E0601F03ACE063687A0CA1BDDACFCD1698C7 That's a quite old transaction. Maybe the server you're querying doesn't have that much history? Link to comment Share on other sites More sharing options...
antonio88m Posted April 16, 2018 Author Share Posted April 16, 2018 I also tried newer transactions but I always get the same error. When I try it as a Websocket Request it works perfectly: https://ripple.com/build/websocket-tool/#tx Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now