---
title: "Get account summary"
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# Get account summary

`GET /accounts`

Retrieve account summary including margin information and agent wallet details for the authenticated user

## Response `200`

Account summary retrieved successfully

- AccountSummaryResponseDto
  - `agentWalletAddress` string, required — Agent wallet address
  - `totalClosedTrades` number, required — Total number of closed trades
  - `totalTriggerOrderUsdValue` number — Total USD value of open trigger orders
  - `totalTwapChunkUsdValue` number — Total USD value of open TWAP chunks
  - `lastSyncedAt` number — Last synced timestamp in milliseconds

---

[API](https://skmtc.dev/pearprotocol/apis/pear-protocol-trading-api.md) · [All operations](https://skmtc.dev/pearprotocol/apis/pear-protocol-trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pearprotocol/pear-protocol-trading-api/revisions/d5e1438dfaa7/schema)
