Generated by orval v7.6.0 🍺 Do not edit manually. Coinbase Developer Platform APIs The Coinbase Developer Platform APIs - leading the world's transition onchain. OpenAPI spec version: 2.0.0

interface EvmAccount {
    address: string;
    name?: string;
}

Properties

Properties

address: string

The 0x-prefixed, checksum EVM address.

^0x[0-9a-fA-F]{40}$

name?: string

An optional name for the account. Account names can consist of alphanumeric characters and hyphens, and be between 2 and 36 characters long. Account names are guaranteed to be unique across all EVM accounts in the developer's CDP Project.

^[A-Za-z0-9][A-Za-z0-9-]{0,34}[A-Za-z0-9]$