Skip to main content

BitMart Trade Connector

Features

crypto-bitmartConnector Key
Instruments
FX
Request Types
SUBMITCANCEL
Order Types
MARKETLIMIT
Time In Force
GTCIOC
Order ID Mapper
SEQUENCE
Order Status Request
Cancel On Disconnect
Commission
Post Only
Fast Cancel
Fast Replace

Notes

Documentation

Trades

BitMart does not include fees in WebSocket trade events. Fees are only available for trades retrieved via order sync.

note

Buy Market orders are not supported.

note

Margin trading is not supported.

Symbology

Configuration

Connector settings

ParameterDefault ValueDescription
apiMemos[].apiMemoAPI Memo. It should defined for each API Key in apiKeys array.

Supported order attributes

KeyDescription
186 value used for post only orders submission.

Config sample

connectors {
BITMART: ${template.connector.crypto.bitmart} {
settings {
restUrl = "https://api-cloud.bitmart.com"
websocketUrl = "wss://ws-manager-compress.bitmart.com/user?protocol=1.1"

apiKeys: [
{
apiKey = "<API_KEY>"
apiSecret = "<API_SECRET>"
}
]
apiMemos: [
{
apiMemo = "<API_MEMO>"
}
]
}
}
}