> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SendEvmTransactionWithEndUserAccountBodyNetwork

```ts theme={null}
SendEvmTransactionWithEndUserAccountBodyNetwork: {
  base: "base";
  base-sepolia: "base-sepolia";
  ethereum: "ethereum";
  ethereum-sepolia: "ethereum-sepolia";
  avalanche: "avalanche";
  polygon: "polygon";
  optimism: "optimism";
  arbitrum: "arbitrum";
};
```

## Type declaration

| Name                                           | Type                 |
| ---------------------------------------------- | -------------------- |
| <a id="base" /> `base`                         | `"base"`             |
| <a id="base-sepolia" /> `base-sepolia`         | `"base-sepolia"`     |
| <a id="ethereum" /> `ethereum`                 | `"ethereum"`         |
| <a id="ethereum-sepolia" /> `ethereum-sepolia` | `"ethereum-sepolia"` |
| <a id="avalanche" /> `avalanche`               | `"avalanche"`        |
| <a id="polygon" /> `polygon`                   | `"polygon"`          |
| <a id="optimism" /> `optimism`                 | `"optimism"`         |
| <a id="arbitrum" /> `arbitrum`                 | `"arbitrum"`         |
