Skip to content
Public Stock

Trading Info

Trade Meta.

Request parameters

  • Required: counter_id (Counter id)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the result; see the 200 response schema for fields.

GEThttps://b-api.longbridge.xyz/gemini-admin/trade-meta

Authorization

AuthorizationstringheaderRequired

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

No dedicated permission key. Any authenticated Broker ACCESS_TOKEN with access to this scope can call it.

Parameters

counter_idstringRequired

Specifies Counter id. This field is required.

Responses

HTTP 200The request was processed successfully. data is the result.
Standard response envelopecodemessagedata
dataobjectdata structure
pcodestring

Parent code. Specifies Parent code.

pcounter_idstring

Parent counter id. Specifies Parent counter id.

marketstring

Market. Specifies Market.

sip_statusstring

SIP status. Specifies SIP status.

restrictedinteger

Restricted trading. Specifies Restricted trading.

short_sellinteger

HK short sell. Specifies HK short sell.

cn_connectinteger

CN connect. Specifies CN connect.

12

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