Skip to content
Longport Whale
Billing Setup

Save IPO Rate

Submitted by "Add/Edit" on the billing-setup page, creating or editing an IPO commission-rate configuration.

POSThttps://b-api.longbridge.xyz/v2/ipo/rate/save

Authorization

AuthorizationstringheaderRequired

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

Request body application/json

idstring

Rate ID. Pass the existing record id when editing; not sent when creating.

namestringrequired

Rate Name

currencystringrequired

Currency. Values come from the global_currency_filter_by_account_channel dynamic enumeration, e.g. HKD/USD.

financing_ratenumberrequired

Financing Rate. A percentage value, e.g. 2.5 means 2.5%.

buy_feenumberrequired

Buy Fee. The amount denominated in the currency given by currency.

sfc_transaction_levynumberrequired

SFC Transaction Levy. A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.

transaction_feenumberrequired

Transaction Fee. A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.

transaction_levynumberrequired

Transaction Levy. A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.

commissionnumberrequired

Brokerage Commission. A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.

lb_commissionstringrequired

Longbridge Commission. Fixed to the string "0.00"; not user-editable.

audit_frontend_resourceobjectrequired

Audit Frontend Resource. Records a snapshot of the rate data before and after the change and the operation type ($action: add/edit), used for backend audit trails; attached on every submission.

Responses

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

No nested fields

Whale Docs