---
title: "Add contract function"
method: POST
path: "/v1/contracts/add-contract-function"
tags: ["contracts"]
---

# Add contract function

`POST /v1/contracts/add-contract-function`

## Request body

- AddContractFunctionDto
  - `contractId` string, required
  - `functionSignature` string, required
  - `fixedFunctionParams` object, required
  - `abiVersion` string, required

## Response `201`

---

[API](https://skmtc.net/paytweed/apis/tweed-api.md) · [All operations](https://skmtc.net/paytweed/apis/tweed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paytweed/tweed-api/revisions/3aa4ec701a52/schema)
