DLN
cURL
curl --request POST \ --url https://dln-api.debridge.finance/api/TermsAndConditions/signConditions \ --header 'Content-Type: application/json-patch+json' \ --data '{ "signatoryAddress": "<string>", "signature": "<string>" }'
This response does not have an example.
Request DTO for signing the terms and conditions
Address of a wallet that signs the terms and conditions
Signature of the terms and conditions
OK