Interface GetAssetTradesPerAccountArgs

The argument object for AssetApi.getAssetTradesPerAccount

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

Properties

accountId: string
firstIndex?: number
includeAssetInfo?: boolean
lastIndex?: number