binance_us
¶
đ Connector folder¶
Note
Since their APIs are identical, binance_us
uses the same connector folder as binance
. See binance.utils.py
for information related to Binance.US.
âšī¸ Exchange Info¶
Binance.US Website | CoinMarketCap | CoinGecko
- API docs: https://github.com/binance-us/binance-official-api-docs/blob/master/rest-api.md
- Transaction fees: https://www.binance.us/en/fee/schedule
- Minimum order size: https://www.binance.us/en/trade-rule
- Creating API keys: https://www.binance.com/en/support/faq/360002502072
đˇ Maintenance¶
- Release added: 0.33.0 by CoinAlpha
- Maintainer: CoinAlpha
đ Connection¶
Run connect binance_us
in order to enter your API keys:
Enter your Binance US API key >>>
Enter your Binance US secret key >>>
If connection is successful:
You are now connected to binance_us.
đĒ Fees¶
Hummingbot assumes 0.1% maker fees and 0.1% taker fees (source).
Users can override these assumptions with Override Fees.
Last update:
2021-12-17