---
title: "Activate wallet"
method: POST
path: "/v1/agents/{agent_id}/wallet/activate"
tags: ["Wallet"]
---

# Activate wallet

`POST /v1/agents/{agent_id}/wallet/activate`

Activate the wallet for live trading. The wallet must be funded first. Returns an error with the deposit address if balance is insufficient.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Wallet activated (status will be "active" and agent_address will be populated)

- 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

- `400` — Insufficient balance
- `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)
