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;
    createdAt?: string;
    name?: string;
    policies?: string[];
    updatedAt?: string;
}

Properties

address: string

The 0x-prefixed, checksum EVM address.

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

createdAt?: string

The UTC ISO 8601 timestamp at which the account was created.

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]$

policies?: string[]

The list of policy IDs that apply to the account. This will include both the project-level policy and the account-level policy, if one exists.

updatedAt?: string

The UTC ISO 8601 timestamp at which the account was last updated.