{
"$schema": "https://example.com/schemas/AnchorageVaultWalletsResponseBody.json",
"data": [
{
"assets": [
{
"assetType": "string",
"availableBalance": {
"assetType": "string",
"currentPrice": "string",
"currentUSDValue": "string",
"quantity": "string"
},
"totalBalance": {
"assetType": "string",
"currentPrice": "string",
"currentUSDValue": "string",
"quantity": "string"
}
}
],
"depositAddress": {
"address": "string",
"addressID": "string",
"addressId": "string",
"addressSignaturePayload": "string",
"signature": "string",
"signatureVersion": "string"
},
"isArchived": true,
"isDefault": true,
"networkId": "string",
"type": "string",
"vaultId": "string",
"vaultName": "string",
"walletId": "string",
"walletName": "string"
}
],
"page": {
"next": "string"
}
}