Query order

Query order

post

Description: Query trading bridge orders (only orders within three months can be queried)

group=tradeApi 
version=0.0.1 
bizType=tradeapi.admin.OrderAdminApiService.queryDirectOrder 
Header parameters
companyIdstringRequired

Company ID

Example: {{company}}
tracestringRequired

Global link unique identifier

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

time window

Example: 5000
signaturestringRequired

sign

Example: {{sign}}
langstringOptional

language

Example: zh-CN
versionstringRequired

Interface version

Example: 0.0.1
groupstringRequired

group

Example: tradeApi
Body
tradeTypeinteger · longRequired

Game type. 10-Transaction Bridge;

exchangeIdstringRequired

Platform identifier. binance-Binance; okx-OUYi

accountNamestringRequired

Platform account alias

customerIdinteger · longOptional

CustomerId

customerNostringRequired

Customer code

customerGroupIdinteger · longRequired

Customer group ID

symbolIdinteger · longRequired

ProductId

orderIdstringOptional

Platform order number. Select one of newClientOrderId and fill in both with orderId to query

clientOrderIdstringOptional

Customer-defined unique order ID. Select one of orderId, fill in both with orderId to query

Responses
chevron-right
200Success
application/json
bizCodestringOptional

Module identification code

codestringOptional

status return code

msgstringOptional

Status description

tminteger · int64Optional

Processing time (milliseconds)

tracestringOptional

tracking code

msgParamsstringOptional

Returns the placeholder parameter string in the description. Multiple parameters are separated by,

okbooleanOptional

Is the response successful?

failbooleanOptional

Whether the response failed

post
/global/tradeapi.admin.OrderAdminApiService.queryDirectOrder
200Success

Last updated