Retrieves info for a single transaction using it's unique identifier.
Represents the input for retrieving a transaction.
The ID of the transaction to retrieve.
Filters on the transaction type of the transaction.
1const response = await client.getTransaction({
2 id: '9fcb2e86-dec2-4226-81d1-4dbad429278c',
3})
4console.log(response.data?.transaction)