Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type SignEvmTypedDataOptions = {
  evmAccount: EvmAddress;
  typedData: EIP712TypedData;
  idempotencyKey?: string;
};
Request parameters for signing EIP-712 typed data with an EVM account.

Properties

PropertyTypeDescription
evmAccountEvmAddressThe EVM account to sign the typed data with.
typedDataEIP712TypedDataThe EIP-712 typed data to sign.
idempotencyKey?stringOptional idempotency key for safe retries.