export interface GetAssetTradesPerAccountArgs { accountId: string; includeAssetInfo?: boolean; firstIndex?: number; lastIndex?: number; }