---
title: "Fund an account"
method: POST
path: "/bus/accounts/fund"
tags: ["bus"]
---

# Fund an account

`POST /bus/accounts/fund`

Funds the specified account with the provided amount.

## Request body

- object
  - `accountID` string — The ID of the account to fund.
  - `amount` string — The amount to fund the account with.
  - `contractID` string — The ID of the contract to fund the account with.

## Response `200`

Successfully funded account

- object
  - `deposit` string — The amount that was deposited into the account

## Other responses

- `400` — Malformed request
- `404` — Contract not found
- `500` — Internal server error

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/184a3d5207da/schema)
