API Dokumentation

get/investment/strategies/{param}/transactions

getStrategyTransactions()

Parameter

strategyId

number

Erforderlich

fromDate

Date

Erforderlich

toDate

Date

Erforderlich

pageSize

number

Optional

Rückgabetyp

Promise<StrategyTransaction[]>

Verwandte Verträge

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-Zuordnung

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

Starten Sie Ihre Plattform.

Los geht’s.