Order Management and Trading System
3.1 Authentication and Security
DogX provides two levels of user authentication:
Private Key Authentication: Users can use the private key of their TON Chain account to execute non-custodial transactions. This ensures that users maintain control over their assets and orders.
API Key Authentication: The system also supports authentication via API Keys, allowing users to securely create and manage transactions. The API Key consists of a key, secret, and passphrase to ensure secure API requests.
3.2 Placing Orders and Trading
DogX supports the following order types:
Fill-Or-Kill (FOK) Orders: These require the entire order to be executed immediately; otherwise, they are canceled.
Good-Til-Cancelled (GTC) Orders: These orders remain active until they are executed or canceled.
Good-Til-Day (GTD) Orders: These orders are active until a specific time during the day, after which they are automatically canceled.
DogX provides APIs to create, modify, and cancel orders through REST and WebSocket interfaces, making it easy for users to track and manage their orders in real-time.
Last updated