Indexer: Transaction by ID (v1)
getTransactionByIdRetrieve a decoded transaction with events using its transaction hash from the VeWorld Indexer.
Instructions
Get a single decoded transaction (with events) by ID from VeWorld Indexer. Endpoint: /api/v1/transactions/{txId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txId | Yes | The transaction hash to retrieve | |
| expanded | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | A decoded VeChain transaction as returned by the VeWorld Indexer | |
| error | No | ||
| network | Yes |