cURL
curl --request GET \ --url https://mainnet.gomaestro-api.org/v1/txmanager/{txhash}/state \ --header 'api-key: <api-key>'
{ "tx_hash": "<string>", "status": "pending", "confirmations": 123 }
Fetch the current state of a transaction using its transaction hash.
API key for authenticating requests.
The transaction hash to query.
Transaction state data
The response is of type object.
object