Skip to content
Client-side Display

Rates Markets

Returns the list of available fee-display markets / tabs.

This is the source of candidate values for the tab filter of the Client-side Display datasets: the tab filter of booking_account_fee_info_items / booking_item_copywritings uses the tabs[].tab values returned here. The candidate set changes dynamically; always use the live response of this endpoint.

GEThttps://b-api.longbridge.xyz/v1/billing/myrates/markets

Authorization

AuthorizationstringheaderRequired

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

Responses

HTTP 200The request was processed successfully. data.tabs is the list of available market tabs.
Standard response envelopecodemessagedata
dataobjectdata structure
tabsarray<object>

List of available market tabs. Each item's tab is the value used for the datasets' tab filter.

Child attributes
tabstring

Tab / filter value (market code), e.g. HK, US, US_OPTIONS, HAS.

namestring

Tab display name, e.g. HK, US Options, Crypto - HashKey.

biz_typeinteger

Business type, e.g. 1 securities market, 5 US options, 9 crypto.

marketstring

Market code.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs