The EVM Account APIs enable you to create and use accounts across blockchains that are compatible with the Ethereum Virtual Machine (EVM).
An account is a private/public key pair that is used to sign transactions and messages. The private key is generated and used only in CDP’s Trusted Execution Environment (TEE), and never exposed to Coinbase or the developer.
An EVM account is identified by its address, which is a 0x-prefixed hexadecimal string. The same address can be used across multiple EVM networks.
Accounts can optionally be assigned an account name at creation time for easier identification in subsequent API calls. EVM account names must be globally unique across all EVM accounts in the developer’s CDP Project.
The EVM Account API uses two layers of authentication to ensure the security of your accounts’ private keys:
POST
and DELETE
endpoints in the EVM and Solana Account APIs.To learn more about creating and using these keys, visit our Authentication docs.
Use our SDK
The CDP SDK automatically authenticates requests using your CDP Secret API Key and Wallet Secret. Use the CDP SDK for a more convenient access to our APIs.