Skip to main content
Documentation home page
Search...
⌘K
Support
Search...
Navigation
Wallet
Encrypts private key
Documentation
API Reference
API Documentation
Default
Chain
Thirdweb
Wallet
POST
Creates a wallet using Turnkey
POST
Creates a wallet using AWS KMS
POST
Creates public and private key
POST
Creates public and private key and stores in vault
POST
Encrypts private key
POST
Decrypts private key
GET
Returns wallet stats
GET
Returns wallet worth
GET
Returns all tokens for an address
GET
Returns NFTs
Table
Auth
201
Copy
{
"encrypted"
:
"U2FsdGVkX1+g8zYXJjg4rXZ5Y3"
}
Wallet
Encrypts private key
POST
/
wallet
/
encrypt_wallet
Try it
201
Copy
{
"encrypted"
:
"U2FsdGVkX1+g8zYXJjg4rXZ5Y3"
}
Headers
x-api-key
string
required
Body
application/json
key
string
required
Example:
pass
string
required
Example:
Response
201 - application/json
encrypted
string
required
Example:
Creates public and private key and stores in vault
Decrypts private key
⌘I