For the complete documentation index, see llms.txt. This page is also available as Markdown.

Basic

head
Header parameters
companyIdstringRequiredExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptional

Default Value: en-US

Example: en-US
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
groupstringOptional
idempotency-keystringOptional

Idempotent Processing Logic: If there is an idempotency-key in the request header, the interface return information will be cached, valid for 24 hours. For subsequent requests with the same idempotency-key, same bizType, version, group, companyId, within the valid period, the cached result will be directly obtained. If there are concurrent requests, only one request will be allowed, and the rest will return 'request frequency too fast, please try again later'.

Responses
head
/
200Success

Get country information based on IP

get

IP country query, accessible to visitors

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Responses
get
/geoip/country
200Success

Get current service time

post

Get current service time

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Responses
post
/thirdExt/now
200Success

Asset code data

post

bizType=config.app.AppAssetsDubboService.getAssetsList Get all asset list data supported by the platform

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
Body
typeinteger · int32Optional

Asset type 0, all assets 1, common assets 2, fund assets default 0

Responses
post
/global/config.app.AppAssetsDubboService.getAssetsList
200Success

Dictionary query based on ID

post

bizType=config.app.AppDictDubboService.getListByParentId Dictionary query based on parentId Accessible to visitors

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentIdintegerRequired

Parent ID

Responses
post
/global/config.app.AppDictDubboService.getListByParentId
200Success

Dictionary query based on code

post

bizType=config.app.AppDictDubboService.getListByParentCode Dictionary query based on code Guest access

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentCodestringRequired

Dictionary code

Responses
post
/global/config.app.AppDictDubboService.getListByParentCode
200Success

Batch query based on Code dictionary

post

bizType=config.app.AppDictDubboService.getMapByParentCodes Batch get dictionary data

Header parameters
companyIdstringRequired

Company ID, obtained through environment variables

Example: {{company}}
tracestringRequired

Random Tracking Code UUID

Example: {{mock_trace}}
tokenstringRequired

Login Token

Example: {{LoginResult.data.token}}
langstringRequired

Language

Example: zh-CN
Body
parentCodestringRequired

Dictionary codes, separated by commas

Responses
post
/global/config.app.AppDictDubboService.getMapByParentCodes
200Success

Country/Region query based on ID

post

bizType=config.app.AppDictDubboService.getCountryListByParentId Country/Region query based on ID Accessible to visitors

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentIdstringRequired

Parent ID

Responses
post
/global/config.app.AppDictDubboService.getCountryListByParentId
200Success

Query country/region based on code

post

bizType=config.app.AppDictDubboService.getCountryListByParentCode Query country/region based on code Accessible to visitors

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentCodestringRequired

Country code

namestringOptional

Name, can be searched

Responses
post
/global/config.app.AppDictDubboService.getCountryListByParentCode
200Success

Product Basic Data

post

bizType=config.app.AppSymbolDubboService.getSymbolList Query basic product information, support customer group and product name/code fuzzy query Guest access available

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
tokenstringOptionalExample: {{LoginResult.data.token}}
Body
tradeTypeinteger · int64Required

Game ID

customerGroupIdinteger · int64Required

Client group ID

namestringOptional

Product Name or Code

Responses
post
/global/config.app.AppSymbolDubboService.getSymbolList
200Success

Brief Product Data

post

bizType=config.app.AppSymbolDubboService.getSymbolBaseList Query product information, including basic products and brief trading parameters, such as decimal places, deal modes, etc. Visitors can access

Header parameters
companyIdstringRequired

Company ID, obtained through environment variables

Example: {{company}}
tracestringRequired

Random Tracking Code UUID

Example: {{mock_trace}}
tokenstringOptional

Login Token

Example: {{LoginResult.data.token}}
langstringRequired

Language

Example: zh-CN
Body
customerGroupIdinteger · int64Required

Client group ID

Responses
post
/global/config.app.AppSymbolDubboService.getSymbolBaseList
200Success

Product Detailed Data

post

bizType=config.app.AppSymbolDubboService.getSymbolDetail Get detailed trading parameters for product configuration

Header parameters
companyIdstringRequired

Company ID, obtained through environment variables

Example: {{company}}
tracestringRequired

Random Tracking Code UUID

Example: {{mock_trace}}
tokenstringOptional

Login Token

Example: {{LoginResult.data.token}}
langstringRequired

Language

Example: zh-CN
versionstringRequiredExample: 0.0.2
Body
tradeTypeinteger · int64Required

Game ID

symbolIdinteger · int64Required

Product ID

Responses
post
/global/config.app.AppSymbolDubboService.getSymbolDetail
200Success

Fund detailed information

post

Get fund detailed information

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
fundIdinteger · int64Optional

Fund ID

Responses
post
/global/config.app.AppSymbolDubboService.getFundInfo
200Success

Brief information query for funds

post

Pagination query for fund list data

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
currentintegerOptional

Current page. Default is 1

sizeintegerOptional

Number of items per page. Default is 20

namestringOptional

Search Name

Responses
post
/global/config.app.AppSymbolDubboService.findFundPage
200Success

Fund Detailed Information Query

post

Fund Detailed Information Pagination Query (with real-time information)

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
currentinteger · int64Optional

Current page. Default is 1

sizeinteger · int64Optional

Number of items per page. Default is 20

namestringOptional

Product Name. Supports fuzzy matching

Responses
post
/global/config.app.AppSymbolDubboService.findFundPageWithRealTimeInfo
200Success

Fund net asset value and premium rate query

post

Query net asset value and premium rate

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
symbolIdinteger · int64Optional

Product ID. Either currencyCode or this field must exist, and if both exist, this field value prevails

currencyCodestringOptional

Fund token code (Either symbolId or this field must exist, and if both exist, symbolId value prevails)

profitCurrencystringOptional

Target asset code

Responses
post
/global/config.app.AppSymbolDubboService.getEquityPremiumRate
200Success

Fund detailed information query - Fund manager

post

Get fund details based on fund manager

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
Body
customerNostringRequired

Client number

Responses
post
/global/config.app.AppSymbolDubboService.getFundInfoByCustomerNo
200Success

Last updated