---
title: "Adds signature for the terms and conditions"
method: POST
path: "/api/TermsAndConditions/signConditions"
tags: ["TermsAndConditions"]
---

# Adds signature for the terms and conditions

`POST /api/TermsAndConditions/signConditions`

## Request body

- SignConditionsRequestDTO — Request DTO for signing the terms and conditions
  - `signatoryAddress` string, nullable — Address of a wallet that signs the terms and conditions
  - `signature` string, nullable — Signature of the terms and conditions

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
