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

# Create Account

> Create a new Ledger account and get its USDC deposit address

```http theme={null}
POST /v1/accounts
```

Creates a new Ledger account and returns its USDC deposit address.

**Response** `201 Created`

```json theme={null}
{
  "accountId": "acc_8f3a...",
  "depositAddress": "0xC0FFEE...",
  "depositChains": ["base", "ethereum", "polygon"],
  "createdAt": "2026-05-06T12:00:00Z"
}
```

The same `depositAddress` accepts native USDC on all listed chains (EVM-compatible). Deposits are swept internally to **Base** as the canonical chain via Circle CCTP V2.
