cURL
curl --request GET \ --url https://api.gigabrain.gg/v1/agents/{agent_id}/wallet \ --header 'Authorization: Bearer <token>'
{ "wallet_id": "<string>", "address": "<string>", "agent_address": "<string>", "exchange": "hyperliquid", "chain_type": "ethereum", "status": "<string>" }
Get wallet details including address, chain, exchange, and status.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The agent's unique identifier
Wallet details
Wallet address
Populated after wallet activation
Wallet status (e.g. pending, active)
Was this page helpful?