v2
latestOpenAPI 3.0.12026-07-26334612609.5 KBSDK
Fetch a single WaaS wallet with verified credentials
Fetches a single WaaS wallet and returns it with the same payload structure as the users endpoint. This endpoint returns user information along with verified credentials filtered to only include the specified WaaS wallet.
get/sdk/{environmentId}/waas/byWalletAddress/{walletAddress}
Path parameters
environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f
ID of the environment
walletAddressstring required
Example:An example name
Public key (address) of the wallet
Response
WaaS wallet fetched successfully
Example response
{
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"projectEnvironmentId": "95b11417-f18f-457f-8804-68e361f9164f",
"verifiedCredentials": [
{
"address": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"refId": "95b11417-f18f-457f-8804-68e361f9164f",
"signerRefId": "95b11417-f18f-457f-8804-68e361f9164f",
"id": "95b11417-f18f-457f-8804-68e361f9164f",
"wallet_properties": {
"turnkeySubOrganizationId": "95b11417-f18f-457f-8804-68e361f9164f",
"turnkeyPrivateKeyId": "95b11417-f18f-457f-8804-68e361f9164f",
"turnkeyHDWalletId": "95b11417-f18f-457f-8804-68e361f9164f",
"turnkeyUserId": "95b11417-f18f-457f-8804-68e361f9164f"
},
"phoneNumber": "9171113333",
"phoneCountryCode": "1",
"isoCountryCode": "US",
"previous_users": [
"95b11417-f18f-457f-8804-68e361f9164f"
]
}
],
"lastVerifiedCredentialId": "95b11417-f18f-457f-8804-68e361f9164f",
"sessionId": "95b11417-f18f-457f-8804-68e361f9164f",
"alias": "An example name",
"country": "US",
"firstName": "An example name",
"jobTitle": "An example name",
"lastName": "An example name",
"tShirtSize": "An example name",
"team": "An example name",
"username": "An example name",
"scope": "superuser marketing operations",
"missingFields": [
{
"validationRules": {
"regex": "^0x",
"validOptions": [
{
"label": "small"
},
{
"label": "medium"
},
{
"label": "large"
}
],
"checkboxText": "Agree to the terms and conditions"
}
}
]
}