Order list
Description: Query the trading bridge order list (only orders within three months can be queried)
group=tradeApi
version=0.0.1
bizType=tradeapi.admin.OrderAdminApiService.queryDirectOrderList
Header parameters
companyIdstringRequiredExample:
Company ID
{{company}}tracestringRequiredExample:
Global link unique identifier
{{mock_trace}}apiKeystringRequiredExample:
apiKey
{{apikey}}recvWindowstringOptionalExample:
time window
5000signaturestringRequiredExample:
sign
{{sign}}langstringOptionalExample:
language
zh-CNversionstringRequiredExample:
Interface version
0.0.1groupstringRequiredExample:
tradeApiBody
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
startTimeinteger · longOptional
The start timestamp of filtering, a 13-digit timestamp. The time interval set between startTime and endTime cannot exceed 24 hours.
endTimeinteger · longOptional
The end timestamp of filtering, a 13-digit timestamp. The time interval set between startTime and endTime cannot exceed 24 hours.
limitinteger · longOptional
The number of results returned, default 20, maximum 100. If it is less than 1 or greater than 100, only 20 items will be returned.
Responses
200Success
application/json
post
/global/tradeapi.admin.OrderAdminApiService.queryDirectOrderList200Success
Last updated