API reference
Vaultody
GET
/vaults/{networkType}
List Vaults
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).
Path parameters
networkType
string
required
Specifies whether the vault is a main vault or a test vault.
Query parameters
context
string
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.
limit
integer
Defines how many items should be returned in the response per page basis.
startingAfter
string
Defines the id of the previous listed record id from which the current list should start from.
Response
Returns 200 the request has been successful.
apiVersion
string
required
Specifies the version of the API that incorporates this endpoint.
requestId
string
required
Defines the ID of the request. The `requestId` is generated by Vaultody and it's unique for every request.
context
string
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.
data
object
required
limit
integer
required
Defines how many items should be returned in the response per page basis.
startingAfter
string
Defines the id of the previous listed record id from which the current list should start from.
hasMore
boolean
required
Defines whether or not there are more elements available after this set.
items
object[]
required
backuped
boolean
required
Represents whether the Vault is backuped.
changeAddressesCount
integer
required
The number of change addresses associated with the Vault.
color
string
required
Represents the color of the Vault.
createdTimestamp
integer
required
Defines the specific UNIX time when the Vault was created.
depositAddressesCount
integer
required
The number of deposit addresses associated with the Vault.
id
string
required
Defines the unique ID of the Vault.
name
string
required
Defines the name of the Vault given to it by the user.
type
string
required
Represents the type of the Vault - main/test.
main
test