Integrates with Binance cryptocurrency exchange to provide real-time market data, account management, trading operations, and transaction history through 17 specialized tools for automated trading workflows, portfolio monitoring, and financial analysis.
Log in to your Binance account
Navigate to API Management
- Once logged in, click on your profile icon (at the top right corner).
- In the dropdown menu, select "API Management".
Create a new API Key
- Under "Create API", enter a label (e.g., "FastMCP Connection").
- Click "Create API".
- Complete any required security verifications (such as 2FA or email confirmation).
Copy your API Key and Secret
- After the API is created, you will see your API Key and Secret.
- Copy both values and store them in a secure location. (The Secret will only be shown once!)
Enable required permissions
- Edit the permissions for your API Key and enable the permissions needed for your use case (such as "Enable Reading", "Enable Spot & Margin Trading").
- Optionally, restrict access by IP address for better security.
Fill in the FastMCP connection interface
- In the FastMCP "Install Now" button workflow, a connection interface will appear for you to enter environment variables.
- Enter your API Key in the
BINANCE_API_KEY
field.
- Enter your API Secret in the
BINANCE_API_SECRET
field.
- (Optional) For development or testing, enter
true
in the BINANCE_TESTNET
field.
Save and complete the setup
- Confirm and save the values in the FastMCP connection interface to complete the configuration.
Note: Always test on Binance Testnet before trading with real funds. Keep your API Secret safe and never share it.