| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/tool/getTnC/The unique identifier of the Terms and Conditions (T&Cs) to be retrieved. Eg. "A001", "X101", "X102".'{
"code": 200,
"msg": "success",
"data": {
"tncId": "X101",
"tncContent": "By using our services, you agree to the terms and conditions...",
"name": "Terms and Conditions for Crypto Trading",
"version": "1.0",
"effectiveFrom": 1777305600000
}
}