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>" } '
{ "message": "<string>", "errorCode": 123 }
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