adshao / go-binance

A Go SDK for Binance API
MIT License
1.54k stars 677 forks source link

Add NOTIONAL filter support #481

Closed mm2175 closed 1 year ago

mm2175 commented 1 year ago

I found some symbols filter have changned in binance, eg. for maticusdt, the following format is returned:

        {
          "filterType": "NOTIONAL",
          "minNotional": "5.00000000",
          "applyMinToMarket": true,
          "maxNotional": "9000000.00000000",
          "applyMaxToMarket": false,
          "avgPriceMins": 5
        },
adshao commented 1 year ago

Thanks for the update, could you please rebase master branch and update your code?

mm2175 commented 1 year ago

Thanks for the update, could you please rebase master branch and update your code?

Sure, already done this.

adshao commented 1 year ago

Hi @mm2175 , could you please fix the vet error here

mm2175 commented 1 year ago

@adshao fixed.