Initial commit

This commit is contained in:
Yaser
2026-08-13 19:50:53 +03:30
commit 38084458fe
879 changed files with 95198 additions and 0 deletions

10
docs/api/mask.md Normal file
View File

@@ -0,0 +1,10 @@
# Data masking
Data masking is the process of hiding original data with modified content (characters or other data.)
The main reason for applying masking to a data field is to protect data that is classified as personally identifiable information, sensitive personal data, or commercially sensitive data.
On Peatio beneficiary account number is masked on API level.
| Field | Mask | Comment |
|---|---|---|
| Account number | 42 **** **** 2345 | First 2 number and last 4 digits |