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
Transaction hash
pending
confirmed
failed
Number of confirmations
Was this page helpful?
Contact support