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 toPOST
and DELETE
endpoints in the EVM and Solana Account APIs.
To learn more about creating and using using these keys, visit our Authentication docs.
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.