Interface GetTradeHistoryPerAccountArgs

The argument object for AssetApi.getTradeHistoryPerAccount

interface GetTradeHistoryPerAccountArgs {
    accountId: string;
    assetId?: string;
    firstIndex?: number;
    lastIndex?: number;
}

Properties

accountId: string
assetId?: string
firstIndex?: number
lastIndex?: number