Binance Futures Trade Connector
Features
crypto-binancewsfutConnector KeyNotes
API Key Permissions
Binance API-keys can be configured to only access certain types of secure endpoints.
The following Security Types for API key must be enabled for connector's proper functionality:
- TRADE
- USER_DATA
- USER_STREAM
API Key Types
Two types of API Keys are supported: HMAC and Ed25519.
The connector first attempts to use the provided apiSecret as an Ed25519 key. If that fails, it falls back to using apiSecret for HMAC signature computation.
Important: The Ed25519 private key must contain -----BEGIN PRIVATE KEY----- and -----END PRIVATE KEY----- parts.
It can be configured as a single-line parameter using # as a line separator.
WebSocket API Authentication
Binance supports authenticating a WebSocket connection using an Ed25519 API key.
After successful authentication, subsequent requests may omit the signature calculation.
Important: Only the Ed25519 API key type is supported for WebSocket authentication.
The connector uses the first Ed25519 API key found in the settings to sign the authentication request.
If no Ed25519 API keys are provided, the connector signs every WebSocket request individually.
Time In Force
GOOD_TILL_DATE time in force is supported by Binance Futures (USDT-Futures) only.