export interface GetAssetTradesPerAssetArgs { assetId: string; firstIndex?: number; lastIndex?: number; }