cURL
curl --request GET \ --url https://api.gigabrain.gg/v1/superagents/{agent_id}/wallet \ --header 'Authorization: Bearer <token>'
{ "evm_address": "0x1a2B3c4D5e6F7a8B9c0D1e2F3a4B5c6D7e8F9a0B", "solana_address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU" }
Get the SuperAgent’s wallet address and status. No private keys are exposed.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The SuperAgent's unique identifier
Wallet details
Agent wallet addresses — no private keys are exposed
EVM wallet address (Ethereum/HyperLiquid)
Solana wallet address
Was this page helpful?