Archax Trade Connector
Features
crypto-archaxConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✓
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Synchronization
Order status synchronization after reconnect is not supported because the API does not provide the required functionality.
Snapshot
On login, the exchange sends a snapshot of all orders and trades for all time, which can be very large. Only active orders from this snapshot are processed.
Symbology
https://ace.archax.com/docs/api/#trading-pair-details
The ticker value is used as the broker symbol.
The following values are retrieved when the connector connects to the exchange:
priceScale- Number of decimal places used by the system when accepting a price for the assetquantityScale- Number of decimal places used by the system when accepting a quantity for the assettradingPairId- Unique identifier of the trading pair
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| restUrl | https://ace-auth.archax.com | REST API URL. |
| websocketUrl | wss://ws.archax.com/api/3.0 | WebSocket URL. |
| apiKeys[].apiKey | Email. | |
| apiKeys[].apiSecret | Password. | |
| organisationId | Unique identifier for the organisation subject to the order submission. | |
| mfaCode | 6-digit MFA code generated by the authenticator app. |
Config sample
connectors {
ARCHAX: ${template.connector.crypto.archax} {
settings {
organisationId = "<ORGANIZATION_ID>"
apiKeys: [
{
apiKey = "<EMAIL>"
apiSecret = "<PASSWORD>"
}
]
}
}
}