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) |
Returns the ERC-1155 approvals of an EOA address and associated risk items.
|
com.squareup.okhttp.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.
|
com.squareup.okhttp.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.
|
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<GetDefiInfoResponse> 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.
|