cURL
curl --request POST \ --url https://api.gigabrain.gg/v1/agents/{agent_id}/wallet/send \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "destination": "<string>", "amount": 123 } '
{ "wallet_address": "<string>", "destination": "<string>", "amount": 123, "remaining_balance": 123 }
Send funds from the agent’s wallet to a destination address.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The agent's unique identifier
Destination wallet address
Amount in USDC to send
Funds sent
Was this page helpful?