cURL
curl --request GET \ --url https://mainnet.gomaestro-api.org/v1/txmanager/history \ --header 'api-key: <api-key>'
{ "transactions": [ { "tx_hash": "<string>", "status": "pending", "confirmations": 123 } ], "page": 123, "total_count": 123 }
Get transaction submission history and status for all transactions submitted through the transaction manager.
API key for authenticating requests.
Number of transactions per page.
x >= 1
Page number.
Transaction history retrieved successfully.
Show child attributes
Was this page helpful?