cURL
curl --request GET \ --url https://testnet.walletkit.com/transactions/status-by-hash \ --header 'Authorization: Bearer <token>'
{ "transaction_hash": "<string>", "network": "Ethereum", "status": "<string>", "contract_address": "<string>" }
Retrieves the status of a transaction by its hash.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ethereum
Polygon
Base
Avalanche
Polkadot
Vara
The response is of type object.
object