🔎Transaction Explorer
LI.FI provides its own explorer to make the status of a transaction transparent to your users.
LI.FI's Transaction Explorer
Dynamically link to a specific transaction
You can easily append any transaction hash to https://explorer.li.fi/tx/{tx-hash-id}
Example: https://explorer.li.fi/tx/0x7c23137c7a251a2b58875d9968572cc3586640857b82152fabadd26eef108ab8/
Get the explorer link directly from the API
Our API returns the explorer link directly with each transaction when Status of a Transaction
When calling the /status endpoint, the propertylifiExplorerLink
is returned, which you can use to link users to the explorer.
The explorer is a rendered version of the status response.
Last updated