Bullish Trade Connector
Features
crypto-bullishConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✓
Commission
✓
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
HMAC API Key
note
Bullish trade connectors support only HMAC API Key for signature signing.
Rate Limits
Rate Limits per IP address
Each IP address is subject to a blanket rate limit of 500 requests per 10 seconds (approximately 50 requests per second).
If an IP address is rate limited, the HTTP response status code will be 429 Too Many Requests and the IP address is blocked from making any requests for 60 seconds.
Symbology
Get Markets endpoint:
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| tradingAccount | Trading Account. Required. | |
| allowMargin | false | Allow margin trading. |
Supported order attributes
| Key | Description |
|---|---|
| 18 | Only available for limit orders. Allowed value: 6 (PostOnly). |
| 6050 | Allow margin trading. Allowed values: true or false. |
Config sample
connectors {
BULLISH: ${template.connector.crypto.bullish} {
settings {
restUrl = "https://api.exchange.bullish.com"
websocketUrl = "wss://api.exchange.bullish.com/trading-api/v1/private-data"
apiKeys: [
{
apiKey = "<PUBLIC_KEY>"
apiSecret = "<PRIVATE_KEY>"
}
]
tradingAccount = "<TRADING_ACCOUNT>"
allowMargin = true
}
}
}