v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Change State of Multiple Accounts
This API method allows the calling application to modify the State of multiple Accounts in a Wallet
patch/wallet/{walletId}/accounts/state
Path parameters
walletIdstring string required
EES AIR Wallet ID
Request body
Example request
[
{
"accountId": 1234,
"state": "EARNBURN",
"dates": {
"start": "2025-04-20T00:00:00+00:00",
"end": "2025-05-22T00:00:00+00:00"
}
},
{
"accountId": 1256,
"state": "EARNBURN",
"meta": {
"someKey": "someValue"
}
}
]Response
OK