List virtual balances
GET
https://api.eu-west-1.aworld.cloud/app/v1/virtualBalances
VirtualBalances
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/virtualBalances'
Response Response Example
{
"items": [
{
"virtualCurrencyId": "string",
"userId": "string",
"amount": 0,
"availableAmount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "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