This endpoint allows users to retrieve information about their vaults and provides details about each vault's ID, name, backup status, and type (whether it's a test or main vault).
The specific type of the vault - main, test.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Defines how many items should be returned in the response per page basis.
Defines the id of the previous listed record id from which the current list should start from.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Vaultody and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Defines how many items should be returned in the response per page basis.
Defines the id of the previous listed record id from which the current list should start from.
Defines whether or not there are more elements available after this set.
Represents whether the Vault is backuped.
The number of change addresses associated with the Vault.
Represents the color of the Vault.
Defines the specific UNIX time when the Vault was created.
The number of deposit addresses associated with the Vault.
Defines the unique ID of the Vault.
Defines the name of the Vault given to it by the user.
Represents the type of the Vault - main/test.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"limit": 50,
"startingAfter": "5ca21f92cf5431000105d1a7",
"hasMore": true,
"items": [
{
"backuped": true,
"changeAddressesCount": 3,
"color": "#2684FF",
"createdTimestamp": 1704881727,
"depositAddressesCount": 1,
"id": "64d0d39df6762400071440c3",
"name": "Vault name",
"type": "main"
}
]
}
}