---
title: "Fund an agent wallet from parent wallet"
method: POST
path: "/v0.2.4/agents/fund"
tags: ["Agents"]
---

# Fund an agent wallet from parent wallet

`POST /v0.2.4/agents/fund`

Transfer funds from parent wallet to agent wallet (internal transfer, no fees)

## Request body

- object
  - `agentId` string, required — Agent ID to fund
  - `amount` number, required — Amount to transfer (minimum $1)
  - `currency` string — Currency code (defaults to USD)

## Response `200`

Funds transferred successfully

- object
  - `status` string
  - `data` object — Transfer details

## Other responses

- `400` — Bad request (invalid amount, insufficient balance)
- `404` — Agent not found
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
