---
title: "Send funds"
method: POST
path: "/v1/agents/{agent_id}/wallet/send"
tags: ["Wallet"]
---

# Send funds

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

Send funds from the agent's wallet to a destination address.

## Path parameters

- `agent_id` string, uuid, required

## Request body

- WalletSend
  - `destination` string, required — Destination wallet address
  - `amount` number, required — Amount in USDC to send

## Response `200`

Funds sent

- SendUsdResponse
  - `wallet_address` string
  - `destination` string
  - `amount` number
  - `remaining_balance` number

## 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)
