Jump to content

Rippled tx method error


antonio88m

Recommended Posts

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 by antonio88m
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...