username:passwordAuthorization: Basic *****************curl --location --request GET 'https://service-test.infiniax.com/open-api/v1/account/trx?page&take&types&statusList&processStatusList&createAt&completeAt&txSource&orderNum' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"message": "string",
"timestamp": 0,
"data": {
"total": 0,
"current": 0,
"list": [
{
"accountId": "string",
"orderNum": "string",
"transactionId": "string",
"amount": 0,
"currency": "USD",
"transactionAmount": 0,
"transactionCurrency": "USD",
"fee": 0,
"type": "account_2_card",
"status": "completed",
"processStatus": "completed",
"transactionAt": "2019-08-24T14:15:22.123Z",
"completeAt": "2019-08-24T14:15:22.123Z",
"txSource": 0
}
]
}
}