List virtual transactions
GET
https://api.eu-west-1.aworld.cloud/app/v1/virtualTransactions
VirtualTransactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/virtualTransactions'
Response Response Example
{
"items": [
{
"virtualTransactionId": "string",
"userId": "string",
"virtualCurrencyId": "string",
"amount": 0,
"direction": "CREDIT",
"state": "PENDING",
"initiator": "string",
"initiatorType": "USER",
"counterpart": "string",
"counterpartType": "USER",
"redemptionMode": "AUTO",
"virtualTransactionGroupId": "string",
"redemptionGroupId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"redeemedAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
],
"nextToken": "string"
}
Request
Query Params
nextToken
stringÂ
optional
limit
integerÂ
optional
Default:
20
Responses
Modified at 2025-06-25 15:15:28