Klever Docs
Search
⌃K

Checking the status of the Transaction

When you broadcast a transaction, you will receive it's unique hash. Take the hash 7b066e58b650d4ea6ba61de087350ddf909cfee660cc9537c0167b38df6d4882 for example. You can either see the transaction details using the Klever Explorer or by calling one of the api endpoint's. Using the proxy api call, you will receive the parsed transaction as response. Using the node api call, you will receive the transaction as it is in the blockchain. Using the explorer or the proxy api, you can check the status code of the transaction, if it matches the expected format it will be "success". If, for some reason, your transaction was broadcast but doesn't appear in the proxy api or in the explorer, you can check its status in the node api. It will help you identify if the node that you used to broadcast the transaction is faulty.