---
title: "Get agent wallet status"
method: GET
path: "/agentWallet"
tags: ["Agent Wallet"]
---

# Get agent wallet status

`GET /agentWallet`

Check if an agent wallet exists for the authenticated user and retrieve its status. Agent wallets are used to execute trades on Hyperliquid Exchange on behalf of users and are valid for 180 days with automatic 30-day rotations.

## Response `200`

Agent wallet found

- GetAgentWalletResponseDto
  - `agentWalletAddress` string, required — Agent wallet address for Hyperliquid operations

## Other responses

- `404` — Agent wallet not found

---

[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)
