This API is used to retrieve details of a specific transaction.
A JWT token required for API authentication. Generate JWT token as explained in section Generate JWT Token using empty string.
Must be set to application/json
.
The unique identifier of the transaction you want to retrieve.
Transaction type: 1 for deposit transaction and 2 for withdraw transaction.
No request body is required for this endpoint.
Returns the details of the requested transaction.
Unique identifier for the transaction.
The address where funds were sent.
The address where funds were deposited.
The order ID reference for the transaction.
Tag associated with the transaction, if any.
The cryptocurrency used in the transaction.
The transaction amount.
Status of the callback.
Timestamp when the transaction was created.
Status of the transaction. 0=Pending, 1=Completed, 2=Failed