CDP API v2
cURL
curl --request POST \ --url https://api.cdp.coinbase.com/platform/v2/evm/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Wallet-Auth: <x-wallet-auth>' \ --data '{ "name": "my-wallet" }'
{ "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e", "name": "my-account", "policies": [ "123e4567-e89b-12d3-a456-426614174000" ] }
Creates a new EVM account.
36
Was this page helpful?