AscendEX Spot Trade Connector
Features
crypto-ascendexConnector Key✓
Order Status Request
✓
Cancel On Disconnect
✓
Commission
✓
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Request expiration
Place and cancel order requests have 30 seconds expiration.
Symbology
Currency pairs in BASE/QUOTE format (slash-separated), e.g. BTC/USDT, LTC/USDT.
For the full list of available currency pairs, see the exchange GUI or query the REST API:
https://ascendex.com/api/pro/v1/products
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
accountCategory | CASH | Cash or margin account. Two values: CASH, MARGIN |
Supported order attributes
| Key | Description |
|---|---|
| 18 | 6 value used for post only orders submission. |
Config sample
connectors {
ASCENDEX: ${template.connector.crypto.ascendex} {
settings {
apiKeys: [
{
apiKey = "key"
apiSecret = "secret"
}
]
accountCategory = CASH
}
}
}