Skip to main content
POST
/
api
/
TermsAndConditions
/
signConditions
Adds signature for the terms and conditions
curl --request POST \
  --url https://dln-api.debridge.finance/api/TermsAndConditions/signConditions \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "signatoryAddress": "<string>",
  "signature": "<string>"
}
'
{
  "message": "<string>",
  "errorCode": 123
}

Body

Request DTO for signing the terms and conditions

signatoryAddress
string | null

Address of a wallet that signs the terms and conditions

signature
string | null

Signature of the terms and conditions

Response

OK