Skip to content

Add user force orders endpoint#108

Open
zaixincheng174-ai wants to merge 1 commit into
singlesly:mainfrom
zaixincheng174-ai:codex/user-force-orders-88
Open

Add user force orders endpoint#108
zaixincheng174-ai wants to merge 1 commit into
singlesly:mainfrom
zaixincheng174-ai:codex/user-force-orders-88

Conversation

@zaixincheng174-ai
Copy link
Copy Markdown

/claim #88

Closes #88

Summary

  • add the signed user force orders endpoint for GET /openApi/swap/v2/trade/forceOrders
  • expose it through TradeService and the endpoint barrel export
  • add focused unit coverage for service dispatch, request path/method, timestamp serialization, and optional filter omission
  • mark the README user force orders feature as supported

Validation

  • npx jest src/bingx-client/services/trade-user-force-orders.service.spec.ts --runInBand
  • npx eslint src/bingx/endpoints/bingx-user-force-orders-endpoint.ts src/bingx/endpoints/index.ts src/bingx-client/services/trade.service.ts src/bingx-client/services/trade-user-force-orders.service.spec.ts
  • npx prettier --check src/bingx/endpoints/bingx-user-force-orders-endpoint.ts src/bingx/endpoints/index.ts src/bingx-client/services/trade.service.ts src/bingx-client/services/trade-user-force-orders.service.spec.ts
  • git diff --check
  • npm run build

Disclosure

Prepared with AI assistance and locally validated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement user's force orders endpoint

1 participant