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 }
Get the current confirmation state and status of a submitted Cardano transaction by hash.
API key for authenticating requests.
The transaction hash to query.
Transaction state data
The response is of type object.
object
Was this page helpful?