v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccount Transactions
Get Account Transactions By Id
This API method allows the calling application to retrieve a specific Account Transaction for a Wallet Account.
get/wallet/{walletId}/account/{accountId}/transaction/{accountTransactionId}
Path parameters
walletIdstring string required
EES AIR Wallet ID
accountIdstring string required
EES AIR Wallet Account ID
accountTransactionIdstring string required
EES AIR Account Transaction ID
Response
OK
Example response
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00",
"children": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
],
"rewardAccounts": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}