AscendEX Market Data Connector
AscendEX Data Connector based on WebSocket/REST.
Configuration
Data Connector Parameters
| Parameter | Default Value | Description |
|---|---|---|
| REST URL | https://ascendex.com/api/pro/v1/ | REST root URL. To start the connector in "Cash/Margin" mode use the following URL: https://ascendex.com/api/pro/v1/ To start the connector in "Futures" mode use the following URL: https://ascendex.com/api/pro/v2/futures/ By default URL for "Cash/Margin" mode is chosen. |
| WebSocket URL | wss://ascendex.com:443/api/pro/v2/ | WebSocket root URL. |
| Read Timeout | 30000 | Read timeout in milliseconds. |
| Reconnect Timeout | 15000 | Reconnect timeout in milliseconds. |
| Exchange Name | ASCENDEX | Exchange name for this session. |
| Output Book Size | 20 | Size of the output book. |
| Snapshot Interval | 10S | This property sets an interval in seconds between periodical Level2 snapshots which sent to Aggregator. Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in. Default value is 10 seconds. |
Symbology
For the full list of available currency pairs, see the exchange GUI or query the REST API: https://ascendex.com/api/pro/v1/products
For the full list of available contracts, see the exchange GUI or query the REST API: https://ascendex.com/api/pro/v2/futures/contract
| Symbol Notation | Examples |
|---|---|
Currency pairs in BASE/QUOTE format (slash-separated) | BTC/USDT ETH/USDT |
Perpetual contracts in BASE-PERP format | ETH-PERP BTC-PERP |