cURL
curl --request GET \ --url https://api.example.com/api/v1/execution/orders
{ "code": 0, "msg": "ok", "data": { "items": [ { "clientOrderId": "ord_20260511_0001", "exchangeOrderId": "789123456", "exchange": "binance", "symbol": "BTCUSDT", "status": "new" } ] } }
返回执行订单列表。
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
交易所过滤。
binance
okx
"binance"
交易对过滤。
"BTCUSDT"
订单状态过滤。
"filled"
成功返回订单列表
统一响应包裹结构。
业务状态码。
0
可读返回消息。
"ok"
Show child attributes