CDP API v2
cURL
curl --request PUT \ --url https://api.cdp.coinbase.com/platform/v2/evm/accounts/{address} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "my-wallet", "accountPolicy": "123e4567-e89b-12d3-a456-426614174000" }'
{ "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e", "name": "my-account", "policies": [ "123e4567-e89b-12d3-a456-426614174000" ] }
Updates an existing EVM account. Use this to update the account’s name or account-level policy.
36
Was this page helpful?