Skip to main content

AscendEX Futures Trade Connector

Features

crypto-ascendexftConnector Key
Instruments
FUTURE
Request Types
SUBMITCANCEL
Order Types
MARKETLIMIT
Time In Force
IOCGTCFOK
Order ID Mapper
COMPOSITE
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.

Testnet

The testnet URL ends with .com (not .io). Expect the testnet to be reset every few days.
https://ascendex.github.io/ascendex-futures-pro-api-v2/#testnet

Reduce only

Do not use the Reduce Only exec inst — it can silently change the order quantity.

Symbology

Perpetual contracts in BASE-PERP format, e.g. BTC-PERP, ETH-PERP (currently only perpetuals are available). For the full list of available contracts, see the exchange GUI or query the REST API: https://ascendex.com/api/pro/v2/futures/contract

Configuration

Supported order attributes

KeyDescription
18'6' value used for post only orders submission.
6001Execution Instruction. https://ascendex.github.io/ascendex-futures-pro-api-v2/#execution-instruction-execinst
6002Position stop loss price.
6003Position take profit price.

Config sample

connectors {
ASCENDEXFT: ${template.connector.crypto.ascendexft} {
settings {
apiKeys: [
{
apiKey = "key"
apiSecret = "secret"
}
]
}
}
}