Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.92 KB

File metadata and controls

30 lines (26 loc) · 1.92 KB

Io.Gate.GateApi.Model.P2pCounterpartyUserInfo

Properties

Name Type Description Notes
UserTimest string User registration time (formatted string) [optional]
EmailVerified string Whether email is verified. `1`: yes; `0`: no. [optional]
Verified string Whether KYC is completed. `1`: yes; `0`: no. [optional]
HasPhone string Whether a phone number is bound. `1`: yes; `0`: no. [optional]
UserName string Username [optional]
UserNote string User note information [optional]
CompleteTransactions string Total completed orders [optional]
PaidTransactions string Number of completed buy orders [optional]
AcceptedTransactions string Number of completed sell orders [optional]
TransactionsUsedTime string Average time to confirm receipt [optional]
CancelledUsedTimeMonth string Cancellation time in last 30 days [optional]
CompleteTransactionsMonth string Number of completed orders in last 30 days [optional]
CompleteRateMonth decimal Completion rate in last 30 days [optional]
IsFollow int Whether you follow this user. `1`: yes; `0`: no. [optional]
HaveTraded int Whether you have traded with this user before. `1`: yes; `0`: no. [optional]
BizUid string Encrypted UID [optional]
RegistrationDays int Registration days [optional]
FirstTradeDays int Days since first trade [optional]
TradeVersatile bool Single user or composite user [optional]

[Back to Model list] [Back to API list] [Back to README]