New Wallet

Create new wallet for every EVM Blockchain.

Create Wallet

POST https://thentic.tech/api/wallets/new

Headers

Request Body

{
    "private_key":"..",
    "wallet":"0x.."
}

Thentic doesn't store generated private keys

Don't share private keys with anyone

Last updated