BitMart Trade Connector
Features
crypto-bitmartConnector Key✗
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
- https://api-cloud.bitmart.com/spot/v1/symbols/details
- https://smi.deltixhub.com/api/v1/BITMART/symbols
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| apiMemos[].apiMemo | API Memo. It should defined for each API Key in apiKeys array. |
Supported order attributes
| Key | Description |
|---|---|
| 18 | 6 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>"
}
]
}
}
}