Retrieves the status of a transaction by its id returned from the APIs that change the state of blockchain (e.g. /tokens/transfer)
Documentation Index
Fetch the complete documentation index at: https://docs.walletkit.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
transaction id returned in POST requests that result in a transaction. e.g. Transfer Token
Ethereum, Polygon, Base, Avalanche, Polkadot, Vara If the transaction has been sent to the blockchain (status = pending/success/failed), this field will be populated with the transaction hash.
If the transaction is a contract creation, this field will be populated with the contract address.