NOVAI transaction by id
novai_get_transactionRetrieve a confirmed transaction's block height, index, sender, nonce, fee, and payload length using its 64-character hex transaction ID.
Instructions
Fetch a confirmed transaction by its transaction id. Returns the block height, transaction index, sender address, nonce, fee, and payload length, or null if the transaction is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | Transaction id, 64 hex characters. |