transactions
Transaction statuses
Get transaction statuses by their ID. Max number of transactions is set by waves.rest-api.transactions-by-address-limit, 1000 by default.<br>Transactions in the response are in the same order as in the request.
post/transactions/status
Request body
Example request
{
"ids": [
"DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
]
}Response
successful operation
Example response
[
{
"id": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
"height": 1610000
}
]