API दस्तावेज़ीकरण

get/api/v1/Investment/manager/strategies/{imAccountId}/clients

Returns investor accounts currently linked to a strategy the caller manages, with the latest balance, equity, and margin for each account.

Investment

पैरामीटर

imAccountId

path · integer

आवश्यक

version

path · string

आवश्यक

जवाब

  • 200Linked investor accounts and the strategy account snapshot.application/json
    {
      "clientCount": 1,
      "strategyAccount": {
        "accountId": 3544,
        "accountName": "260223",
        "userName": "alex.manager",
        "fullName": "Alex Manager",
        "currency": "USD",
        "role": "Manager",
        "portfolio": {
          "balance": 250000,
          "equity": 251200,
          "marginUsed": 12000
        }
      },
      "clients": [
        {
          "accountId": 3601,
          "accountName": "INV-3601",
          "userName": "jordan.client",
          "fullName": "Jordan Client",
          "currency": "USD",
          "role": "Investor",
          "portfolio": {
            "balance": 15420.5,
            "equity": 15890.25,
            "marginUsed": 2100
          }
        }
      ]
    }
  • 401The caller is not signed in.
  • 404The strategy was not found or is not managed by the caller.application/json
    {}
Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

अपने प्लेटफ़ॉर्म को लॉन्च करें।

शुरू करें।