当前挂单
说明:查询当前挂单列表
group=tradeApi
version=0.0.1
bizType=tradeapi.admin.OrderAdminApiService.queryPendingDirectOrder
Header parameters
companyIdstringRequiredExample:
公司ID
{{company}}
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
时间窗口
5000
signaturestringRequiredExample:
签名
{{sign}}
langstringOptionalExample:
语言
zh-CN
versionstringRequiredExample:
接口版本
0.0.1
groupstringRequiredExample:
tradeApi
Body
tradeTypeinteger · longRequired
玩法类型。10-交易桥;
customerIdinteger · longOptional
客户Id
customerNostringRequired
客户编码
customerGroupIdinteger · longRequired
客户组Id
exchangeIdstringRequired
平台标识符。binance-币安;okx-欧易
accountNamestringRequired
平台账号别名
symbolIdinteger · longRequired
产品Id
Responses
200Success
application/json
post
POST /global/tradeapi.admin.OrderAdminApiService.queryPendingDirectOrder HTTP/1.1
Host:
companyId: text
trace: text
apiKey: text
signature: text
version: text
group: text
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"tradeType": 1,
"customerId": 1,
"customerNo": "text",
"customerGroupId": 1,
"exchangeId": "text",
"accountName": "text",
"symbolId": 1
}
200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": [
{
"exchangeId": "text",
"orderId": "text",
"clientOrderId": "text",
"status": "text",
"timeInForce": "text",
"symbolId": 1,
"bizType": 1,
"direction": 1,
"price": "text",
"num": "text",
"amount": "text",
"executeNum": "text",
"executeAmount": "text",
"updateTime": 1
}
]
}
Last updated