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 SendEvmTransactionOptions = {
  evmAccount: EvmAddress;
  network: SendEvmTransactionWithEndUserAccountBodyNetwork;
  transaction: AllowedEvmTransactionType;
  idempotencyKey?: string;
};
Request parameters for sending an EVM transaction.

Properties

PropertyTypeDescription
evmAccountEvmAddressThe EVM account to send the transaction with.
networkSendEvmTransactionWithEndUserAccountBodyNetworkThe network to send the transaction to.
transactionAllowedEvmTransactionTypeThe transaction to send.
idempotencyKey?stringOptional idempotency key for safe retries.