---
title: "Get siafund fee"
method: GET
path: "/bus/consensus/siafundfee/{payout}"
tags: ["bus"]
---

# Get siafund fee

`GET /bus/consensus/siafundfee/{payout}`

Returns the siafund fee for a contract with the specified payout.

## Path parameters

- `payout` string, required — An unsigned amount of Hastings, the smallest unit of currency in Sia. 1 Siacoin (SC) equals 10^24 Hastings (H).

## Response `200`

Successfully retrieved siafund fee

- string — An unsigned amount of Hastings, the smallest unit of currency in Sia. 1 Siacoin (SC) equals 10^24 Hastings (H).

## Other responses

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