v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account 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

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true,
  "TransactionHistory": {
    "0": {
      "Status": "pending",
      "DateAdded": "2019-11-03 01:00:00"
    }
  }
}