transactions
Transactions info
Get transactions by IDs. 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/info
Request body
Example request
{
"ids": [
"DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
]
}Response
successful operation
Example response
[
{
"timestamp": 1460678400000,
"recipient": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k"
}
]