# Retrieve status of a transaction hash Retrieve status of a transaction hash. Authentication with an API key is required. Endpoint: GET /user/{address}/wallet/solana/status Version: 1.0.0 ## Path parameters: - `address` (string, required) The address to authenticate ## Query parameters: - `hash` (string, required) The blockchain hash to query for confirmation ## Header parameters: - `Authorization` (string, required) The JWT access token that authorizes the request Example: "my-jwt-access-token" ## Response 200 fields (application/json): - `hash` (string) Result of a transaction operation Example: "The Base-58 encoded transaction hash" - `confirmed` (boolean) Indicates whether the transaction is confirmed on-chain ## Response 400 fields ## Response 404 fields