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.15
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.16
Choose a head ref
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 22, 2025

  1. Fix for tradeFee

    According to https://developers.binance.com/docs/wallet/asset/trade-fee this should use `/sapi/v1/asset/tradeFee` instead of `/api/v1/asset/tradeFee`
    tripolskypetr authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    b2d96c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #961 from tripolskypetr/master

    Fix for tradeFee
    carlosmiei authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    399dff4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    45a5d04 View commit details
    Browse the repository at this point in the history
  2. add demo to constructor

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

Commits on Sep 24, 2025

  1. try fix tests

    carlosmiei committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    8db9327 View commit details
    Browse the repository at this point in the history
  2. read proxy from options

    carlosmiei committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    ad07008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc7b276 View commit details
    Browse the repository at this point in the history
  4. update proxy

    carlosmiei committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    b849b7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #963 from ccxt/demo-trading-support

    feat(client): add demo trading
    carlosmiei authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    78865fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    981f5cd View commit details
    Browse the repository at this point in the history
  7. type return type

    carlosmiei committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    769492a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #964 from ccxt/create-oco-orders

    feat(client): add ocoOrder and example
    carlosmiei authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    458848f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4e01b7 View commit details
    Browse the repository at this point in the history
Loading