v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount Endpoints
account/transaction/history
Retrieves the history for a specific transaction.
post/account/transaction/history
Query parameters
Timezone string
Use this parameter to convert the time to the specified timezone. If no timezone is specified, the default is UTC.
Response
Example response
{
"Success": true,
"TransactionHistory": {
"0": {
"Status": "pending",
"DateAdded": "2019-11-03 01:00:00"
}
}
}