transactions
Transaction statuses
Get transaction statuses by their ID. For dozens of transactions, better use the POST method.<br>Transactions in the response are in the same order as in the request.
get/transactions/status
Query parameters
idTransactionId[] required
[ "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p" ]
Response
successful operation
Example response
[
{
"id": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
"height": 1610000
}
]