# Get transaction status Check the status of a previously broadcast transaction. Endpoint: GET /v1/chain/transaction/{network}/{txHash} Version: 2.0.0 Security: oAuth2 ## Path parameters: - `network` (string, required) Enum: "ethereum", "polygon", "solana", "bitcoin" - `txHash` (string, required) ## Response 200 fields (application/json): - `hash` (string, required) - `network` (string, required) Enum: "ethereum", "polygon", "solana", "bitcoin" - `status` (string, required) Enum: "pending", "confirmed", "failed" - `confirmations` (integer) Number of block confirmations - `blockNumber` (integer,null) - `timestamp` (string,null) ## Response 404 fields