Development
Fetch detailed information for a transaction by its hash.
cURL
curl --request GET \ --url https://indexer.testnet.incentiv.net/api/transactions/{hash}
{ "hash": "<string>", "blockNumber": 123, "timestamp": 123, "from": "<string>", "to": "<string>", "value": "<string>", "gasUsed": "<string>", "gasPrice": "<string>", "nonce": 123, "input": "<string>", "status": "<string>" }
Hash of the transaction to retrieve.
Transaction details.
The response is of type object.
object