Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ccxt/node-binance-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.13
Choose a base ref
...
head repository: ccxt/node-binance-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.14
Choose a head ref
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 10, 2025

  1. Update node-binance-api.ts

    As properties `timestamp` and `recvWindow` change after variable `query` is ready, generated signature wouldn't be valid because final query would be different from the one used to generate signature, resulting in the error: `(code=-1022): Signature for this request is not valid`
    bway-dev authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    85857bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #956 from bway-dev/avoiding-error-1022-signedRequests

    Update node-binance-api.ts
    carlosmiei authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    d553cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f74be9 View commit details
    Browse the repository at this point in the history
  4. fix type

    carlosmiei committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    062b671 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    794396e View commit details
    Browse the repository at this point in the history
  6. dry code

    carlosmiei committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    caaf5ea View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Merge pull request #958 from ccxt/symbol-config

    feat(client): add futuresSymbolConfig
    carlosmiei authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    ce9a718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #959 from ccxt/fstream-url-get

    Fstream url get
    carlosmiei authored Sep 11, 2025
    Configuration menu
    Copy the full SHA
    8772544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa6377 View commit details
    Browse the repository at this point in the history
Loading