v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
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

idsTransactionId[]

Example request

{
  "ids": [
    "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
  ]
}

Response

successful operation

Example response

[
  {
    "timestamp": 1460678400000,
    "recipient": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k"
  }
]