v2
latestOpenAPI 3.0.12026-07-26334612609.5 KBWallets
Get wallets by environment
Retrieve wallets for a specified environment
get/environments/{environmentId}/wallets
Path parameters
environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f
ID of the environment
Query parameters
limitinteger
Maximum number of wallets to return
offsetinteger
Number of wallets to skip
Response
Successful response with wallets
Example response
{
"wallets": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"userId": "95b11417-f18f-457f-8804-68e361f9164f",
"name": "An example name",
"publicKey": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"lowerPublicKey": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"walletBookName": "An example name",
"signerWalletId": "95b11417-f18f-457f-8804-68e361f9164f",
"turnkeyHDWalletId": "95b11417-f18f-457f-8804-68e361f9164f",
"projectEnvironmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"deletedUserId": "95b11417-f18f-457f-8804-68e361f9164f",
"waasWallet": {
"walletId": "95b11417-f18f-457f-8804-68e361f9164f",
"keyShares": [
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"externalKeyShareId": "95b11417-f18f-457f-8804-68e361f9164f"
}
]
},
"delegatedAccessWalletApiKeys": [
{
"encryptionPublicKey": {
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"projectEnvironmentId": "95b11417-f18f-457f-8804-68e361f9164f"
}
}
]
}
]
}