GET
/
txmanager
/
{txhash}
/
state
Get Transaction State
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
}

Authorizations

api-key
string
header
required

API key for authenticating requests.

Path Parameters

txhash
string
required

The transaction hash to query.

Response

200
application/json

Transaction state data

The response is of type object.