Connect Binance read-only
Before you start
Create a dedicated API key in Binance API Management. Enable reading only. Leave Spot & Margin Trading, Futures, withdrawals, transfers and universal transfer disabled. Add an IP allowlist when Binance offers it for your account.
Connect
- Open Account → Exchange Connections.
- Select Binance and paste the API key and secret once.
- MyCryptoPilot calls the Binance restrictions endpoint.
- The connection is stored only when every trading permission is disabled.
The secret is encrypted server-side with AES-256-GCM and is never displayed again. A failed or ambiguous permission check is rejected.
Revoke
Disconnect in MyCryptoPilot, then delete the key in Binance. Deleting it at the exchange is the authoritative revocation and should be done immediately if you suspect exposure.
MyCryptoPilot never calls Binance order or cancellation endpoints. Those methods are blocked in the shared adapter even after a connection is accepted.