[Bitcoin Automated Trading] Creating Binance API
------------------------------------------------------------------------------------------------------------------
https://accounts.binance.com/register?ref=21391362 <- Get Discount on Binance Futures Fees With Referral Code
Referral Code : 21391362
------------------------------------------------------------------------------------------------------------------
To create an automated trading program, you need an API key and a secret key from Binance. You can create it on the Binance homepage. Be careful not to leak your API key to others. This is because it is programmable to move coins to and from other wallets as well as trading through API keys.
You can create up to 30 API keys.
https://www.binance.com/en/my/settings/api-management
Click the Create API button and name the API key to create an API key and a secret key. You can write any name.
You need to check the API limit option, but the default value is Enable Reading, so you can only read information such as coin information, price information, and current coin holdings.
Let's set the options for the Edit restrictions button.
Enable Spot & Margin Trading is an option that allows spot/margin trading, and Enable Futures is an option that allows futures trading. And in order to restrict access to API use, let's write the IP of the PC running the Bitcoin automatic trading program in IP access restrictions.
Since I use the router a lot at home, I need to find the real IP outgoing and write it.
Enter the IPv4 IP information in the Restrict access to trusted IPs only window and click Confirm.
Finally, click the Save button and you are done.
------------------------------------------------------------------------------------------------------------------
https://accounts.binance.com/register?ref=21391362 <- Get Discount on Binance Futures Fees With Referral Code
Referral Code : 21391362
------------------------------------------------------------------------------------------------------------------