| 程序包 | 说明 |
|---|---|
| io.gopluslabs.client.api | |
| io.gopluslabs.client.common |
| 限定符和类型 | 方法和说明 |
|---|---|
com.squareup.okhttp.Call |
ApproveControllerV1Api.addressContractUsingGET1Async(String address,
String authorization,
String chainId,
ApiCallback<ResponseWrapperAddressContract> callback)
Check if the address is malicious (asynchronously)
|
com.squareup.okhttp.Call |
ApproveControllerV2Api.addressNFT1155ApproveListUsingGET1Async(String addresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperListApproveNFT1155ListResponse> callback)
Check risk of all erc1155 approvals under one EOA.
|
com.squareup.okhttp.Call |
ApproveControllerV2Api.addressNFT721ApproveListUsingGET1Async(String addresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperListApproveNFTListResponse> callback)
Check risk of all erc721 approvals under one EOA.
|
com.squareup.okhttp.Call |
ApproveControllerV2Api.addressTokenApproveListUsingGET1Async(String addresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperListApproveTokenOutListResponse> callback)
Check risk of all erc20 approvals under one EOA.
|
com.squareup.okhttp.Call |
ApproveControllerV1Api.approvalContractUsingGETAsync(String chainId,
String contractAddresses,
String authorization,
ApiCallback<ResponseWrapperContractApproveResponse> callback)
Check if the approval is secure (asynchronously)
|
com.squareup.okhttp.Call |
ContractAbiControllerApi.getAbiDataInfoUsingPOSTAsync(ParseAbiDataRequest body,
String authorization,
ApiCallback<ResponseWrapperParseAbiDataResponse> callback)
Get abi decode info (asynchronously)
|
com.squareup.okhttp.Call |
TokenControllerApi.getAccessTokenUsingPOSTAsync(GetAccessTokenRequest body,
ApiCallback<ResponseWrapperGetAccessTokenResponse> callback)
get token (asynchronously)
|
com.squareup.okhttp.Call |
TokenControllerV1Api.getChainsListUsingGETAsync(String authorization,
String name,
ApiCallback<ResponseWrapperListGetChainsList> callback)
Get the list of chains supported by different functions.
|
com.squareup.okhttp.Call |
DappControllerApi.getDappInfoUsingGETAsync(String authorization,
String url,
ApiCallback<ResponseWrapperDappContractSecurityResponse> callback)
Check risk of dapp through URL (asynchronously)
|
com.squareup.okhttp.Call |
DefiControllerApi.getDefiInfoUsingGETAsync(String contractAddresses,
String chainId,
String authorization,
ApiCallback<ResponseWrapperGetDefiInfo> callback)
Rug-pull Detection API Beta (asynchronously)
|
com.squareup.okhttp.Call |
NftControllerApi.getNftInfoUsingGET1Async(String chainId,
String contractAddresses,
String authorization,
String tokenId,
ApiCallback<ResponseWrapperGetNftInfo> callback)
Get NFT's security and risk data.
|
com.squareup.okhttp.Call |
WebsiteControllerApi.phishingSiteUsingGETAsync(String url,
String authorization,
ApiCallback<ResponseWrapperPhishingSite> callback)
Check if the the url is a phishing site (asynchronously)
|
com.squareup.okhttp.Call |
TokenControllerV1Api.tokenSecurityUsingGET1Async(String chainId,
String contractAddresses,
String authorization,
ApiCallback<ResponseWrapperTokenSecurity> callback)
Get token's security and risk data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
Copyright © 2023. All rights reserved.