Syntax
Function GetLiveTransactions (AfterID As Long)
Description
The GetLiveTransactions operation is used to return the transactions log after the specific transaction log ID. before calling this operation you have to call
GetAccountTransaction to get the id’s of the transactions
Request Parameters
Name | Description | Required |
AfterID |
|
No |
Response Elements
Name | Description |
Result | This operation returns a Composite JSON object of type TransLog. In case of success. The following are the TransLog Data member:
In case of success, this operation returns the success code. Otherwise see Error codes. |
See Also