SDK Explorer

Retrieves info for a single transaction using it's unique identifier.

Parameters
input
object
Required

Represents the input for retrieving a transaction.

id
string
Required

The ID of the transaction to retrieve.

txType
string

Filters on the transaction type of the transaction.

Allowed valuesINBOUNDOUTBOUND
Responses
Example
1const response = await client.getTransaction({
2  id: '9fcb2e86-dec2-4226-81d1-4dbad429278c',
3})
4console.log(response.data?.transaction)
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.