Class AssetsBankApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2022-08-25T12:38:25.080422Z[Etc/UTC]")
    public class AssetsBankApi
    extends Object
    • Constructor Detail

      • AssetsBankApi

        public AssetsBankApi()
      • AssetsBankApi

        @Autowired
        public AssetsBankApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • listAssets

        public reactor.core.publisher.Mono<AssetListBankModel> listAssets​(BigInteger page,
                                                                          BigInteger perPage)
                                                                   throws org.springframework.web.reactive.function.client.WebClientResponseException
        Get assets list Retrieves a listing of assets. Required scope: **prices:read**

        200 - get list of assets

        400 - Invalid requests - Malformed Authentication Header

        401 - Unauthorized - Authentication failed, invalid subject

        403 - Invalid scope

        Parameters:
        page - The page index to retrieve.
        perPage - The number of entities per page to return.
        Returns:
        AssetListBankModel
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • listAssetsWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AssetListBankModel>> listAssetsWithHttpInfo​(BigInteger page,
                                                                                                                               BigInteger perPage)
                                                                                                                        throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException