IBitPay
🌐English
  • 🌐繁體中文
  • 🌐English
  1. Schemas
IBitPay
🌐English
  • 🌐繁體中文
  • 🌐English
  • IBitPay OpenApi Document Center
  • Encryption and Decryption
  • Callback
  • Global Error Codes
  • Sample Code
  • OpenApi
    • Create Buy Order
    • Get Buy Rate
    • Get Balance
    • Create Sell Order
    • Get Sell Rate
  • Schemas
    • 示例数据模型
      • Pet
      • Category
      • Tag
    • Schemas
      • ApiResult
      • ApplyTakenParamerter
      • ApplyWithdrawalParamerter
      • AssetFlowDto
      • AssetFlowDtoPageData
      • AssetFlowDtoPageDataApiResults
      • AssetsItem
      • BalanceViewDto
      • BalanceViewDtoApiResults
      • BankDto
      • BankEditDto
      • BankId
      • BasePageParameter
      • CalculateFeesDto
      • CalculateFeesDtoApiResults
      • CalculateFeesParamerter
      • ChangeWalletPasswordParameter
      • CreateBuyOrderInput
      • DepositOrderDto
      • CreateOrderInput
      • CreateSellOrderInput
      • DepositOrderDtoPageData
      • DepositOrderDtoPageDataApiResults
      • DepositeQueryParamerter
      • EnumItem
      • EnumItemListApiResults
      • FlowQueryParamerter
      • ForgetLoginPasswordParammeter
      • ForgetWalletPasswordParammeter
      • FundsViewDto
      • FundsViewDtoApiResults
      • IBPUser
      • IBPUserApi
      • IBPUserAssets
      • IBPUserBankCard
      • IBPUserBankCardListApiResults
      • IBPUserIdentity
      • IBPUserWalletAddress
      • IBPUserWalletAddressListApiResults
      • IBPUserWithdrawal
      • IBPUserWithdrawalPageData
      • IBPUserWithdrawalPageDataApiResults
      • InitWalletPasswordParameter
      • MerchantAPiKeyResult
      • MerchantAPiKeyResultApiResults
      • MerchantRegistionDto
      • MerchantWalletAddressAddDto
      • MerchantWalletAddressDeleteDto
      • MerchantWalletAddressEditDto
      • MerchantsApiDto
      • MerchantsApiDtoApiResults
      • MerchantsAssetsItem
      • MerchantsFreezeDto
      • MerchantsFreezeDtoPageData
      • MerchantsFreezeDtoPageDataApiResults
      • MerchantsInfoDto
      • MerchantsInfoDtoApiResults
      • MerchantsLoginParamerter
      • MerchantsTakenDto
      • MerchantsTakenDtoPageData
      • MerchantsTakenDtoPageDataApiResults
      • MerchantsVerificationCodeParameter
      • PostDepositInfo
      • PostRealNameParameter
      • SaleAd
      • SaleAdOrder
      • SaleAdOrderDto
      • SaleAdOrderPayment
      • SaleAdOrderPaymentDto
      • TakenViewDto
      • TakenViewDtoApiResults
      • TestCreateOrder
      • TranReport
      • TranReportApiResults
      • TwoFactorDto
      • TwoFactorDtoApiResults
      • UpdateLoginPasswordParammeter
      • UpdateSecurityParammeter
      • VerifyAuthenticatorParam
      • VerifyPasswordParamerter
      • ViewApiKeyRequest
      • WeekTranData
      • WeekTranDataItem
      • WithdrawalQueryParamerter
      • WithdrawalTemplateDto
      • WithdrawalTemplateDtoApiResults
  1. Schemas

IBPUser

{
    "id": 0,
    "userType": 1,
    "state": 0,
    "merchantsNo": "string",
    "companyName": "string",
    "nickName": "string",
    "email": "string",
    "contact": "string",
    "mobile": "string",
    "password": "string",
    "mixKey": "string",
    "parentId": 0,
    "parentIds": "string",
    "level": 0,
    "rakeBackRate": 0,
    "depositFees": 0,
    "createOn": "2019-08-24T14:15:22Z",
    "rateDeposit": 0,
    "rateWithdrawal": 0,
    "rateWithdrawalImmediately": 0,
    "googleAuthenticatorKey": "string",
    "isBind2FA": true,
    "walletPassword": "string",
    "information": "string",
    "avatar": "string",
    "defaultPaymentId": 0,
    "inviteCode": "string",
    "countryId": 0,
    "teamNumber": 0,
    "apiSecurity": {
        "id": 0,
        "userId": 0,
        "apiKey": "string",
        "publicKey": "string",
        "privateKey": "string",
        "ips": "string",
        "callBack": "string",
        "isEnabled": true,
        "user": {
            "id": 0,
            "userType": 1,
            "state": 0,
            "merchantsNo": "string",
            "companyName": "string",
            "nickName": "string",
            "email": "string",
            "contact": "string",
            "mobile": "string",
            "password": "string",
            "mixKey": "string",
            "parentId": 0,
            "parentIds": "string",
            "level": 0,
            "rakeBackRate": 0,
            "depositFees": 0,
            "createOn": "2019-08-24T14:15:22Z",
            "rateDeposit": 0,
            "rateWithdrawal": 0,
            "rateWithdrawalImmediately": 0,
            "googleAuthenticatorKey": "string",
            "isBind2FA": true,
            "walletPassword": "string",
            "information": "string",
            "avatar": "string",
            "defaultPaymentId": 0,
            "inviteCode": "string",
            "countryId": 0,
            "teamNumber": 0,
            "identity": {
                "userId": 0,
                "walletPassword": "string",
                "realName": "string",
                "idNumber": "string",
                "idPictureFront": "string",
                "idPictureBack": "string",
                "idPictureHandle": "string",
                "authentication": 0,
                "authenticationMessage": "string",
                "user": {}
            },
            "assets": {
                "userId": 0,
                "usdt": 0,
                "usdtFreeze": 0,
                "user": {}
            },
            "walletAddress": [
                {
                    "id": 0,
                    "userId": 0,
                    "currencyType": 0,
                    "address": "string",
                    "name": "string",
                    "isDelete": true,
                    "network": "string",
                    "remark": "string",
                    "user": {}
                }
            ]
        }
    },
    "identity": {
        "userId": 0,
        "walletPassword": "string",
        "realName": "string",
        "idNumber": "string",
        "idPictureFront": "string",
        "idPictureBack": "string",
        "idPictureHandle": "string",
        "authentication": 0,
        "authenticationMessage": "string",
        "user": {
            "id": 0,
            "userType": 1,
            "state": 0,
            "merchantsNo": "string",
            "companyName": "string",
            "nickName": "string",
            "email": "string",
            "contact": "string",
            "mobile": "string",
            "password": "string",
            "mixKey": "string",
            "parentId": 0,
            "parentIds": "string",
            "level": 0,
            "rakeBackRate": 0,
            "depositFees": 0,
            "createOn": "2019-08-24T14:15:22Z",
            "rateDeposit": 0,
            "rateWithdrawal": 0,
            "rateWithdrawalImmediately": 0,
            "googleAuthenticatorKey": "string",
            "isBind2FA": true,
            "walletPassword": "string",
            "information": "string",
            "avatar": "string",
            "defaultPaymentId": 0,
            "inviteCode": "string",
            "countryId": 0,
            "teamNumber": 0,
            "apiSecurity": {
                "id": 0,
                "userId": 0,
                "apiKey": "string",
                "publicKey": "string",
                "privateKey": "string",
                "ips": "string",
                "callBack": "string",
                "isEnabled": true,
                "user": {}
            },
            "assets": {
                "userId": 0,
                "usdt": 0,
                "usdtFreeze": 0,
                "user": {}
            },
            "walletAddress": [
                {
                    "id": 0,
                    "userId": 0,
                    "currencyType": 0,
                    "address": "string",
                    "name": "string",
                    "isDelete": true,
                    "network": "string",
                    "remark": "string",
                    "user": {}
                }
            ]
        }
    },
    "assets": {
        "userId": 0,
        "usdt": 0,
        "usdtFreeze": 0,
        "user": {
            "id": 0,
            "userType": 1,
            "state": 0,
            "merchantsNo": "string",
            "companyName": "string",
            "nickName": "string",
            "email": "string",
            "contact": "string",
            "mobile": "string",
            "password": "string",
            "mixKey": "string",
            "parentId": 0,
            "parentIds": "string",
            "level": 0,
            "rakeBackRate": 0,
            "depositFees": 0,
            "createOn": "2019-08-24T14:15:22Z",
            "rateDeposit": 0,
            "rateWithdrawal": 0,
            "rateWithdrawalImmediately": 0,
            "googleAuthenticatorKey": "string",
            "isBind2FA": true,
            "walletPassword": "string",
            "information": "string",
            "avatar": "string",
            "defaultPaymentId": 0,
            "inviteCode": "string",
            "countryId": 0,
            "teamNumber": 0,
            "apiSecurity": {
                "id": 0,
                "userId": 0,
                "apiKey": "string",
                "publicKey": "string",
                "privateKey": "string",
                "ips": "string",
                "callBack": "string",
                "isEnabled": true,
                "user": {}
            },
            "identity": {
                "userId": 0,
                "walletPassword": "string",
                "realName": "string",
                "idNumber": "string",
                "idPictureFront": "string",
                "idPictureBack": "string",
                "idPictureHandle": "string",
                "authentication": 0,
                "authenticationMessage": "string",
                "user": {}
            },
            "walletAddress": [
                {
                    "id": 0,
                    "userId": 0,
                    "currencyType": 0,
                    "address": "string",
                    "name": "string",
                    "isDelete": true,
                    "network": "string",
                    "remark": "string",
                    "user": {}
                }
            ]
        }
    },
    "walletAddress": [
        {
            "id": 0,
            "userId": 0,
            "currencyType": 0,
            "address": "string",
            "name": "string",
            "isDelete": true,
            "network": "string",
            "remark": "string",
            "user": {
                "id": 0,
                "userType": 1,
                "state": 0,
                "merchantsNo": "string",
                "companyName": "string",
                "nickName": "string",
                "email": "string",
                "contact": "string",
                "mobile": "string",
                "password": "string",
                "mixKey": "string",
                "parentId": 0,
                "parentIds": "string",
                "level": 0,
                "rakeBackRate": 0,
                "depositFees": 0,
                "createOn": "2019-08-24T14:15:22Z",
                "rateDeposit": 0,
                "rateWithdrawal": 0,
                "rateWithdrawalImmediately": 0,
                "googleAuthenticatorKey": "string",
                "isBind2FA": true,
                "walletPassword": "string",
                "information": "string",
                "avatar": "string",
                "defaultPaymentId": 0,
                "inviteCode": "string",
                "countryId": 0,
                "teamNumber": 0,
                "apiSecurity": {
                    "id": 0,
                    "userId": 0,
                    "apiKey": "string",
                    "publicKey": "string",
                    "privateKey": "string",
                    "ips": "string",
                    "callBack": "string",
                    "isEnabled": true,
                    "user": {}
                },
                "identity": {
                    "userId": 0,
                    "walletPassword": "string",
                    "realName": "string",
                    "idNumber": "string",
                    "idPictureFront": "string",
                    "idPictureBack": "string",
                    "idPictureHandle": "string",
                    "authentication": 0,
                    "authenticationMessage": "string",
                    "user": {}
                },
                "assets": {
                    "userId": 0,
                    "usdt": 0,
                    "usdtFreeze": 0,
                    "user": {}
                },
                "walletAddress": []
            }
        }
    ]
}
Built with