endpoints/seichainasset_listGET/sei-protocol/seichain/dex/asset_listReturns metadata for all the assetsResponses200A successful response.PropertiesassetListarraydefaultAn unexpected error response.PropertiescodeintegermessagestringdetailsarrayExample Usageimport { getQueryClient } from '@sei-js/cosmjs'; const queryClient = await getQueryClient("YOUR_RPC_URL"); const { assetList } = queryClient.sei-protocol.seichain.dex; const params: QueryAssetListRequest = {}; const response: QueryAssetListResponseSDKType = await assetList(params);