EVM Accounts
Import EVM Account
Import an existing EVM account into the developer’s CDP Project. This API should be called from the CDP SDK to ensure that the associated private key is properly encrypted.
POST
Headers
A JWT signed using your Wallet Secret, encoded in base64. Refer to the Generate Wallet Token section of our Authentication docs for more details on how to generate your Wallet Token.
An optional UUID v4 request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.
Required string length:
36
Body
application/json
Response
201
application/json
Successfully imported EVM account.
The response is of type object
.