Skip to main content
GET

Authentication

string
required
A JWT token required for API authentication. Generate JWT token as explained in section Generate JWT Token using empty string.

Headers

string
required
Must be set to application/json.

Path Parameters

string
required
The unique identifier of the transaction you want to retrieve.

Query Parameters

number
required
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.
string
required
Unique identifier for the transaction.
string
required
The address where funds were sent.
string
required
The address where funds were deposited.
string
required
The order ID reference for the transaction.
string
Tag associated with the transaction, if any.
string
required
The cryptocurrency used in the transaction.
string
required
The transaction amount.
number
required
Status of the callback.
string
required
Timestamp when the transaction was created.
number
required
Status of the transaction. 0=Pending, 1=Completed, 2=Failed