Endpoints
All Transactions
This API is used for get all transactions with status. Status : 0=Pending, 1=Completed, 2=Failed
GET
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
.
Request
No request body is required for this endpoint.
Response
Returns an array of transaction objects.
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