Transaction
This API is used to retrieve details of a specific transaction.
Authentication
A JWT token required for API authentication. Generate JWT token as explained in section Generate JWT Token using empty string.
Headers
Must be set to application/json
.
Path Parameters
The unique identifier of the transaction you want to retrieve.
Query Parameters
Transaction type: 1 for deposit transaction and 2 for withdraw transaction.
Request
No request body is required for this endpoint.
Response
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