Authentication
The EVM Account API uses two layers of authentication to ensure the security of your accounts’ private keys:- CDP Secret API Key: This key is used to authenticate all requests to the entire suite of REST APIs offered on Coinbase Developer Platform.
- Wallet Secret: This secret is used specifically to authenticate sensitive wallet operations
to
POST
andDELETE
endpoints in the EVM and Solana Account APIs.
Use our SDKThe 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.