| 程序包 | 说明 |
|---|---|
| io.gopluslabs.client | |
| io.gopluslabs.client.api |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResponse<ResponseWrapperAddressContract> |
ApproveControllerV1Api.addressContractUsingGET1WithHttpInfo(String address,
String authorization,
String chainId)
Check if the address is malicious
|
ApiResponse<ResponseWrapperListApproveNFT1155ListResponse> |
ApproveControllerV2Api.addressNFT1155ApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Returns the ERC-1155 approvals of an EOA address and associated risk items.
|
ApiResponse<ResponseWrapperListApproveNFTListResponse> |
ApproveControllerV2Api.addressNFT721ApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Returns the ERC-721 approvals of an EOA address and associated risk items.
|
ApiResponse<ResponseWrapperListApproveTokenOutListResponse> |
ApproveControllerV2Api.addressTokenApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Returns the ERC-20 approvals of an EOA address and associated risk items.
|
ApiResponse<ResponseWrapperContractApproveResponse> |
ApproveControllerV1Api.approvalContractUsingGETWithHttpInfo(String chainId,
String contractAddresses,
String authorization)
Check if the approval is secure
|
ApiResponse<ResponseWrapperParseAbiDataResponse> |
ContractAbiControllerApi.getAbiDataInfoUsingPOSTWithHttpInfo(ParseAbiDataRequest body,
String authorization)
Get abi decode info
|
ApiResponse<ResponseWrapperGetAccessTokenResponse> |
TokenControllerApi.getAccessTokenUsingPOSTWithHttpInfo(GetAccessTokenRequest body)
get token
|
ApiResponse<ResponseWrapperListGetChainsList> |
TokenControllerV1Api.getChainsListUsingGETWithHttpInfo(String authorization,
String name)
Get the list of chains supported by different functions.
|
ApiResponse<ResponseWrapperDappContractSecurityResponse> |
DappControllerApi.getDappInfoUsingGETWithHttpInfo(String authorization,
String url)
Check risk of dapp through URL
|
ApiResponse<GetDefiInfoResponse> |
DefiControllerApi.getDefiInfoUsingGETWithHttpInfo(String contractAddresses,
String chainId,
String authorization)
Rug-pull Detection API Beta
|
ApiResponse<ResponseWrapperGetNftInfo> |
NftControllerApi.getNftInfoUsingGET1WithHttpInfo(String chainId,
String contractAddresses,
String authorization,
String tokenId)
Get NFT's security and risk data.
|
ApiResponse<ResponseWrapperPhishingSite> |
WebsiteControllerApi.phishingSiteUsingGETWithHttpInfo(String url,
String authorization)
Check if the the url is a phishing site
|
ApiResponse<ResponseWrapperTokenSecurity> |
TokenControllerV1Api.tokenSecurityUsingGET1WithHttpInfo(String chainId,
String contractAddresses,
String authorization)
Get token's security and risk data.
|
Copyright © 2024. All rights reserved.