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.

Request

No request body is required for this endpoint.

Response

Returns an array of transaction objects.
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