- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- 订单审核
- 订单查询
- 订单创建与更新
- 外部回调更新订单
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
订单列表查询v2
POST
/order/v2/list
订单管理相关接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
资金模块V1.4.1 | 2025-03-19 | Cass Song | 新增鉴权订单接口,uuid必填,由集合变成字符串 | operator传真实的操作人id |
V1.14.0 | 2025-04-25 | Cass Song | 驼峰转下划线 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
错误码#
code | msg | msg_cn |
---|---|---|
110001 | Parameter error | 参数错误 |
110007 | Appid not exist | Appid不存在 |
110401 | The maximum amount must be greater than or equal to the minimum amount | 最大金额必须大于等于最小金额 |
110402 | Non compliance before and after time | 时间前后不合规 |
110403 | No permission to query orders | 无权限查询订单 |
990009 | Unauthorized access is prohibited | 禁止未经授权的访问 |
枚举#
请求参数
Body 参数application/json
order_serial
array[string]
订单号
uuid
string
uuid
status
array[string]
订单状
account
array[string]
发生账户
source_currency
array[string]
来源币种
usd_amount_range
object
可选
min_amount
integer
可选
max_amount
integer
可选
target_account
array[string]
目标账户
target_currency
array[string]
目标币种
order_create_range_req
object
订单创建时间区间
start_date_time
string
可选
end_date_time
string
可选
operation_mode_id
array[string]
操作方式id
capital_flows
array [object {2}]
资金流向
capital_source
string
必需
capital_target
string
必需
capital_source
array[string]
资金来源
capital_target
string
资金目标
operator
string
操作人
operator_role
string
可选
page
integer
页数
>= 0
pagesize
integer
条数
>= 1<= 1000
external_business_id
string
可选
related_order_serial
string
回退订单号
示例
{
"appid": "26",
"order_serial": [
"Excepteur eu in"
],
"uuid": "45",
"status": [
"ut proident Lorem dolor labore"
],
"account": [
"钱包ID",
"证券账户",
"等等"
],
"source_currency": [
"occaecat nulla eiusmod deserunt cillum"
],
"usd_amount_range": {
"min_amount": 29,
"max_amount": 5
},
"target_account": [
"ipsum"
],
"target_currency": [
"deserunt officia"
],
"order_create_range_req": {
"start_date_time": "1996-06-12 10:16:38",
"end_date_time": "1989-10-06 21:52:40"
},
"operation_mode_id": [],
"capital_flows": [
{
"capital_source": "reprehenderit nostrud enim labore magna",
"capital_target": "aliquip reprehenderit non"
},
{
"capital_source": "laboris eu",
"capital_target": "officia veniam nostrud cillum labore"
},
{
"capital_source": "dolor",
"capital_target": "culpa eu"
}
],
"operator": "Lorem fugiat deserunt Duis",
"operator_role": "laboris laborum id exercitation",
"page": 33333158,
"page_size": 366
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/order/v2/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "26",
"order_serial": [
"Excepteur eu in"
],
"uuid": "45",
"status": [
"ut proident Lorem dolor labore"
],
"account": [
"钱包ID",
"证券账户",
"等等"
],
"source_currency": [
"occaecat nulla eiusmod deserunt cillum"
],
"usd_amount_range": {
"min_amount": 29,
"max_amount": 5
},
"target_account": [
"ipsum"
],
"target_currency": [
"deserunt officia"
],
"order_create_range_req": {
"start_date_time": "1996-06-12 10:16:38",
"end_date_time": "1989-10-06 21:52:40"
},
"operation_mode_id": [],
"capital_flows": [
{
"capital_source": "reprehenderit nostrud enim labore magna",
"capital_target": "aliquip reprehenderit non"
},
{
"capital_source": "laboris eu",
"capital_target": "officia veniam nostrud cillum labore"
},
{
"capital_source": "dolor",
"capital_target": "culpa eu"
}
],
"operator": "Lorem fugiat deserunt Duis",
"operator_role": "laboris laborum id exercitation",
"page": 33333158,
"page_size": 366
}'
返回响应
🟢200成功
application/json
Body
订单分页返回对象
order_serial
string
订单号
user_info
object
客户信息
uuid
string
UUID
firstname
string
姓氏
lastname
string