Skip to content

Add historical transaction orders endpoint#107

Open
zaixincheng174-ai wants to merge 1 commit into
singlesly:mainfrom
zaixincheng174-ai:codex/historical-transaction-orders-90
Open

Add historical transaction orders endpoint#107
zaixincheng174-ai wants to merge 1 commit into
singlesly:mainfrom
zaixincheng174-ai:codex/historical-transaction-orders-90

Conversation

@zaixincheng174-ai
Copy link
Copy Markdown

/claim #90

Closes #90

Summary

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

Validation

  • npx jest src/bingx-client/services/trade-historical-transaction-orders.service.spec.ts --runInBand
  • npx eslint src/bingx/endpoints/bingx-historical-transaction-orders-endpoint.ts src/bingx/endpoints/index.ts src/bingx-client/services/trade.service.ts src/bingx-client/services/trade-historical-transaction-orders.service.spec.ts
  • npx prettier --check src/bingx/endpoints/bingx-historical-transaction-orders-endpoint.ts src/bingx/endpoints/index.ts src/bingx-client/services/trade.service.ts src/bingx-client/services/trade-historical-transaction-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 historical transaction orders query endpoint

1 participant