类 Route
java.lang.Object
pro.safeworld.swasdk.Request
pro.safeworld.swasdk.Route
- 直接已知子类:
Sdk
public class Route extends Request
路由
-
字段概要
-
构造器概要
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
Route
- 参数:
user- User
-
-
方法详细资料
-
QueryCoinConf
单个币种查询- 参数:
coin- ReqQueryCoin- 返回:
- RespQueryCoinBody
-
QueryCoin
查询全部币种- 返回:
- RespQueryCoinBody
-
QueryBalance
public RespQueryBalanceBody QueryBalance(java.util.HashSet<ReqQueryBalanceBodyInfo> reqQueryBalanceBodyInfos)查询余额- 参数:
reqQueryBalanceBodyInfos- ReqQueryBalanceBodyInfo- 返回:
- RespQueryBalanceBody
-
GetDepositAddr
public RespGetDepositAddrBody GetDepositAddr(java.util.HashSet<ReqGetDepositAddrBodyInfo> reqGetDepositAddrBodyInfoHashSet)获取充值地址- 参数:
reqGetDepositAddrBodyInfoHashSet- ReqGetDepositAddrBodyInfo- 返回:
- RespGetDepositAddrBody
-
GetDepositHistory
获取充值记录- 参数:
reqGetDepositHistory- ReqGetDepositHistory- 返回:
- RespGetDepositHistoryBody
-
QueryIsInternalAddr
public RespQueryIsInternalAddrBody QueryIsInternalAddr(ReqQueryIsInternalAddr reqQueryIsInternalAddr)内部地址查询- 参数:
reqQueryIsInternalAddr- ReqQueryIsInternalAddr- 返回:
- RespQueryIsInternalAddrBody
-
SubmitWithdraw
提交提币工单- 参数:
reqSubmitWithdraw- ReqSubmitWithdraw- 返回:
- RespSubmitWithdrawBody
-
ValidateWithdraw
提币预校验接口- 参数:
reqSubmitWithdraw- ReqSubmitWithdraw- 返回:
- RespData
-
QueryWithdrawStatus
public RespQueryWithdrawStatusBody QueryWithdrawStatus(ReqQueryWithdrawStatus reqQueryWithdrawStatus)查询提币工单状态- 参数:
reqQueryWithdrawStatus- ReqQueryWithdrawStatus- 返回:
- RespQueryWithdrawStatusBody
-
QueryWithdrawHistory
public RespQueryWithdrawHistoryBody QueryWithdrawHistory(ReqQueryWithdrawHistory reqQueryWithdrawHistory)查询提币记录- 参数:
reqQueryWithdrawHistory- ReqQueryWithdrawHistory- 返回:
- RespQueryWithdrawHistoryBody
-
WithdrawCancel
取消提币接口- 参数:
reqWithdrawCancel- ReqWithdrawCancel- 返回:
- RespData
-
BlockHeight
查询币种节点高度- 参数:
reqBlockHeight- ReqBlockHeight- 返回:
- RespBlockHeightBody
-
getHost
public java.lang.String getHost()从类复制的说明:Request获取host
-