v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
Wallets

Get a wallet using the ID (deprecated - use /environments/{environmentId}/wallets/{walletId} instead)

get/wallets/{walletId}

Path parameters

walletIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

UUID of the wallet

Response

Successful response with wallet

idstring required
namestring required
chain'ETH' | 'EVM' | 'FLOW' | 'SOL' | 'ALGO' | 'STARK' | 'COSMOS' | 'BTC' | 'ECLIPSE' | 'SUI' | 'SPARK' | 'TRON' | 'APTOS' | 'TON' | 'STELLAR' required
publicKeystring required

Valid blockchain wallet address, must be an alphanumeric string without any special characters

provider'browserExtension' | 'custodialService' | 'walletConnect' | 'qrCode' | 'deepLink' | 'embeddedWallet' | 'smartContractWallet' required
lastSelectedAtstring nullable

Example response

{
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "name": "An example name",
  "publicKey": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
  "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"
  }
}