Skip to content

feat: add query order endpoint#114

Open
suihan253561554 wants to merge 1 commit into
singlesly:mainfrom
suihan253561554:codex/query-order-endpoint-85
Open

feat: add query order endpoint#114
suihan253561554 wants to merge 1 commit into
singlesly:mainfrom
suihan253561554:codex/query-order-endpoint-85

Conversation

@suihan253561554
Copy link
Copy Markdown

Summary

  • Add BingxQueryOrderEndpoint for querying a single swap order.
  • Expose TradeService.queryOrder(...).
  • Export the endpoint for public use.
  • Add unit tests for request metadata and service dispatch.
  • Mark Query Order as implemented in the README.
  • Remove an unused import so npm run lint passes.

Closes #85

Verification

  • npm run build
  • npm test -- --runInBand src/bingx/endpoints/bingx-query-order-endpoint.spec.ts src/bingx-client/services/trade.service.spec.ts src/bingx-client/bingx-api.client.spec.ts
  • npm run lint

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 query order endpoint

1 participant