Get transactions by id list
Returns the transactions for the given transaction id list. Only valid ids will return transactions. Duplicate ids will return the transaction once.
Request Body¶
| Type | Required | Description |
|---|---|---|
| Array | Yes | The transaction ids of the requested transactions. Must be of maximum length 1000 |
Response¶
| Parameter | Type | Description |
|---|---|---|
result | Array<Transaction> | The requested transactions |
| ```` |