Skip to main content

Poloniex Spot Trade Connector

Features

crypto-poloniexConnector Key
Instruments
FX
Request Types
SUBMITCANCEL
Order Types
LIMITMARKET
Time In Force
GTCFOKIOC
Order ID Mapper
SEQUENCE
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

ParameterDefault ValueDescription
allowBorrowfalseAllow order to be placed by borrowing funds.
enablePingLogfalseEnable logging of ping messages.

Supported order attributes

KeyDescription
186 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"
}]
}
}
}