Interface GetAssetTradesArgs

The argument object for AssetApi.getAssetTrades

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

Properties

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