asset_list

GET

/sei-protocol/seichain/dex/asset_list

Returns metadata for all the assets

Responses

Example Usage

import { 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);