Zvini
22:44:11

« Wallet » list

wallet/list - Returns a list of all wallets.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the wallets.
name: <string> - The name of the wallet.
insert_time: <number> - The Unix timestamp of when the wallet was created.
update_time: <number> - The Unix timestamp of when the wallet was last modified.
}
...
]
No errors expected.