get https://api.stake.fish/api/v1/chains/cosmos/transactions//status
Retrieve the current status and detailed information for a Cosmos transaction.
Transaction States:
- pending: Transaction submitted but not yet included in a block
- success: Transaction executed successfully and included in a block
- failed: Transaction failed during execution (still consumes gas)
Response Information:
- Transaction hash and current status
- Block height and confirmation count
- Gas usage (actual vs requested)
- Transaction fees paid
- Detailed error information for failed transactions
- Events emitted during transaction execution
Confirmation Levels:
- 1+ confirmations: Transaction is included in blockchain
- 6+ confirmations: Generally considered safe for most purposes
- 20+ confirmations: High security for large value transactions
Use Cases:
- Poll transaction status after broadcasting
- Verify transaction was executed successfully
- Retrieve transaction receipt and event logs
- Debug failed transactions
- Calculate actual costs and gas usage