API documentation

get/investment/strategies/{param}/transactions

getStrategyTransactions()

Parameters

strategyId

number

Required

fromDate

Date

Required

toDate

Date

Required

pageSize

number

Optional

Return type

Promise<StrategyTransaction[]>

Related contracts

export interface StrategyTransaction {
  txId: number;
  dateTime: string;
  side: string;
  instrument: string;
  qty: number;
  price: number;
  cost: number;
  costCCY: number;
  value: number;
  pnL: number;
  pnLCCY: number;
  rateCCY: number;
  currencyName: string;
  priceFormat: string;
  text: string;
  isDone: boolean;
}

HTTP mapping

GET /investment/strategies/{param}/transactions

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

启动您的平台。

开始使用。