> ## 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.

# Get Account

> Retrieve balance, deposit address, and account metadata

```http theme={null}
GET /v1/accounts/{accountId}
```

Returns balance, deposit address, and account metadata.

**Response**

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

`available` is USDC free for new orders or withdrawals. `locked` is USDC reserved against open limit orders.
