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)
Check risk of all erc1155 approvals under one EOA.
|
ApiResponse<ResponseWrapperListApproveNFTListResponse> |
ApproveControllerV2Api.addressNFT721ApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Check risk of all erc721 approvals under one EOA.
|
ApiResponse<ResponseWrapperListApproveTokenOutListResponse> |
ApproveControllerV2Api.addressTokenApproveListUsingGET1WithHttpInfo(String addresses,
String chainId,
String authorization)
Check risk of all erc20 approvals under one EOA.
|
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.
|