public class NftControllerApi extends Object
| 构造器和说明 |
|---|
NftControllerApi() |
NftControllerApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
ResponseWrapperGetNftInfo |
getNftInfoUsingGET1(String chainId,
String contractAddresses,
String authorization,
String tokenId,
Integer timeOut)
Get NFT's security and risk data.
|
com.squareup.okhttp.Call |
getNftInfoUsingGET1Async(String chainId,
String contractAddresses,
String authorization,
String tokenId,
ApiCallback<ResponseWrapperGetNftInfo> callback)
Get NFT's security and risk data.
|
com.squareup.okhttp.Call |
getNftInfoUsingGET1Call(String chainId,
String contractAddresses,
String authorization,
String tokenId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getNftInfoUsingGET1
|
private com.squareup.okhttp.Call |
getNftInfoUsingGET1ValidateBeforeCall(String chainId,
String contractAddresses,
String authorization,
String tokenId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
ApiResponse<ResponseWrapperGetNftInfo> |
getNftInfoUsingGET1WithHttpInfo(String chainId,
String contractAddresses,
String authorization,
String tokenId)
Get NFT's security and risk data.
|
void |
setApiClient(ApiClient apiClient) |
private ApiClient apiClient
public NftControllerApi()
public NftControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getNftInfoUsingGET1Call(String chainId, String contractAddresses, String authorization, String tokenId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
chainId - Chain id, (eth: 1, bsc: 56, Polygon: 137, Avalanche: 43114) (required)contractAddresses - NFT contract address (required)authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)tokenId - tokenId (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectprivate com.squareup.okhttp.Call getNftInfoUsingGET1ValidateBeforeCall(String chainId, String contractAddresses, String authorization, String tokenId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ApiExceptionpublic ResponseWrapperGetNftInfo getNftInfoUsingGET1(String chainId, String contractAddresses, String authorization, String tokenId, Integer timeOut) throws ApiException
chainId - Chain id, (eth: 1, bsc: 56, Polygon: 137, Avalanche: 43114) (required)contractAddresses - NFT contract address (required)authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)tokenId - tokenId (optional)timeOut - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseWrapperGetNftInfo> getNftInfoUsingGET1WithHttpInfo(String chainId, String contractAddresses, String authorization, String tokenId) throws ApiException
chainId - Chain id, (eth: 1, bsc: 56, Polygon: 137, Avalanche: 43114) (required)contractAddresses - NFT contract address (required)authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)tokenId - tokenId (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getNftInfoUsingGET1Async(String chainId, String contractAddresses, String authorization, String tokenId, ApiCallback<ResponseWrapperGetNftInfo> callback) throws ApiException
chainId - Chain id, (eth: 1, bsc: 56, Polygon: 137, Avalanche: 43114) (required)contractAddresses - NFT contract address (required)authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)tokenId - tokenId (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.