Skip to content
Longport Whale
Place Fund Order

Submit Fund Order

Submits a fund subscription/redemption order from the fund order page. This involves placing a real fund trade order; call with caution.

POSThttps://b-api.longbridge.xyz/ut/order/admin/submit

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Request body application/json

aaidstringrequired

AAID. Customer AAID

member_idstringrequired

Member ID. Customer ID, populated from the selected customer information.

account_channelstringrequired

Account Channel. The account channel, taken from the selected client's account-opening channel.

currencystringrequired

Currency. Currency, defaulting to USD.

fund_channelstring

Fund Channel. The fund channel; the values come from the fund_channel dynamic enum and are not fixed.

counter_idstringrequired

Fund Counter ID. The fund's internal code, selected via fund search.

actionstringrequired

Action. Trade direction; defaults to BUY.

BUYSELL

amountnumber

Amount. The subscription amount; required only when buying (action=BUY).

unitsnumber

Units. The redemption units; required only when selling (action=SELL), subject to validation against the sellable units and unit precision.

feenumber

Fee. The commission; required only when buying (action=BUY).

remarkstring

Remark

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs