Poloniex Spot Trade Connector
Features
crypto-poloniexConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✓
Commission
✓
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Rate limits
https://docs.poloniex.com/#rate-limits-authenticated-endpoints
Authenticated requests for non-resource intensive endpoints as listed below are limited based on user's ID and MVP status.
Market Orders
Important: MARKET BUY orders are not supported.
Post Only
Post Only orders are submitted by setting ExecInst(18) = 6.
Symbology
Instrument list available at: https://docs.poloniex.com/#symbols
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| allowBorrow | false | Allow order to be placed by borrowing funds. |
| enablePingLog | false | Enable logging of ping messages. |
Supported order attributes
| Key | Description |
|---|---|
| 18 | 6 value used for post only orders submission |
Config sample
connectors {
POLONIEX: ${template.connector.crypto.poloniex} {
settings {
restUrl = "https://api.poloniex.com"
websocketUrl = "wss://ws.poloniex.com/ws/private"
apiKeys: [{
apiKey = "API KEY"
apiSecret = "API_SECRET"
}]
}
}
}