-
Notifications
You must be signed in to change notification settings - Fork 496
FAQ
Most of the functions should work, although this library is written for binance.com. Modify the addresses in the first lines of the php source file and of course create your API keys on binance.us and not on binance.com. See discussion on #362
It seems not, please refer to the discussion on #380
Only assets that are on the BTC market have a BTC value and there are no HOTBTC or HEGICBTC symbols. See #339 with some PHP code examples to work around this.
You could get all headers or just the currently used weight. See #454 for an example.
First of all, instead of a buy (or sell), maybe you are looking for marketQuoteBuy (or marketQuoteSell)? If you want to buy BNBBUSD for an amount of 50 BUSD, then go for marketQuoteBuy! If you need to program things yourself, have a look at #23 for more info and even some code in the comments that might help you out.