Skip to content
Longport Whale
Transfer-out Request

Update Transfer Fee

Submission of the "Edit Fee" dialog in a Transfer-out Request list row; fields come from the dialog's ModalForm definition (is_show/remarkType/remark/fee) plus the id attached on submission.

POSThttps://b-api.longbridge.xyz/transfer/fee/update

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idstringrequired

Transfer-out Request ID. Attached by the front end as record?.id on submission; not a form field.

is_shownumberrequired

Remark Visible to User. Corresponds to the form Radio.Group: 1 = visible (atm_3165_can_be_seen), 0 = not visible (atm_7415_not_be_seen).

remarkTypenumber

Default Remark Type. Corresponds to a form Select; the front end currently offers only one option, 0=Custom (atm_rollover_stocks_custom); selecting it clears remark so it can be filled in manually. Whether this field is used by the back end is unknown.

remarkstring

Modify Reason / Remark. Corresponds to the form text area atm_rollover_stocks_modify_reason.

feenumberrequired

Transfer-out Fee. Corresponds to a numeric input on the form; the front end validates that if the modified fee exceeds the real-time withdrawable amount, submission is blocked.

Responses

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

No nested fields

Whale Docs