Skip to main content

Bullish Trade Connector

Features

crypto-bullishConnector Key
Instruments
FXFUTURE
Request Types
SUBMITCANCEL
Order Types
MARKETLIMIT
Time In Force
GTCIOCFOK
Order ID Mapper
SEQUENCE
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 description.

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

ParameterDefault ValueDescription
tradingAccountTrading Account. Required.
allowMarginfalseAllow margin trading.

Supported order attributes

KeyDescription
18Only available for limit orders. Allowed value: 6 (PostOnly).
6050Allow 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
}
}
}