---
title: "Get wallet"
method: GET
path: "/v1/agents/{agent_id}/wallet"
tags: ["Wallet"]
---

# Get wallet

`GET /v1/agents/{agent_id}/wallet`

Get wallet details including address, chain, exchange, and status.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Wallet details

- WalletResponse
  - `wallet_id` string
  - `address` string — Wallet address
  - `agent_address` string, nullable — Populated after wallet activation
  - `exchange` string
  - `chain_type` string
  - `status` string — Wallet status (e.g. pending, active)

## Other responses

- `401` — Invalid or revoked API key
- `404` — Resource not found

---

[API](https://skmtc.net/gigabraingg/apis/gigabrain-api.md) · [All operations](https://skmtc.net/gigabraingg/apis/gigabrain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gigabraingg/gigabrain-api/revisions/bb4070b30d92/schema)
