Zvini
22:32:21

« Wallet » get

wallet/get - Returns a single existing wallet.
Method parameters:
id - The ID of the wallet to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the wallet.
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.
}
Expected errors:
WALLET_NOT_FOUND - A wallet with the ID doesn't exist.