Skip to content

Implement delete listen key endpoint - #122

Open
ghzhost wants to merge 1 commit into
singlesly:mainfrom
ghzhost:ghzhost/delete-listen-key-25
Open

Implement delete listen key endpoint#122
ghzhost wants to merge 1 commit into
singlesly:mainfrom
ghzhost:ghzhost/delete-listen-key-25

Conversation

@ghzhost

@ghzhost ghzhost commented Aug 13, 2026

Copy link
Copy Markdown

Summary

  • add BingxDeleteListenKeyEndpoint for DELETE /openApi/user/auth/userDataStream with signed listenKey parameter
  • expose deleteListenKey() on ListenKeyService
  • add endpoint and service unit coverage
  • mark Delete Listen Key as supported in README

Fixes #25

Validation

  • npx jest src/bingx/endpoints/bingx-delete-listen-key-endpoint.spec.ts src/bingx-client/services/listen-key.service.spec.ts --runInBand
  • npm run build
  • git diff --check

Note: full npm test -- --runInBand was also attempted. It still fails on existing playground specs requiring API_ACCOUNT_KEY/API_ACCOUNT_SECRET, plus existing websocket timing/open-handle failures unrelated to this change.

@ghzhost ghzhost mentioned this pull request Aug 13, 2026
3 tasks
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 deletion listen key

1 participant