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