Skip to main content
GET
/
api
/
TermsAndConditions
/
current
Returns current terms and conditions
curl --request GET \
  --url https://dln-api.debridge.finance/api/TermsAndConditions/current
{
  "bytesArrayValue": "<string>",
  "stringValue": "<string>"
}

Response

OK

DeBridge's terms and conditions

bytesArrayValue
string | null

Bytes array representation of the value

stringValue
string | null

String representation of the property value

I