Request
Response
| Field | Type | Description |
|---|---|---|
data.activeSubscriptions | array | All currently active subscriptions after the operation |
data.clientRequestId | string | The request ID that was provided in the original request |
data.requestedSubscriptions | array | The specific subscriptions that were requested to be added |
resultType | string | Always “subscribed” for subscribe responses |
Allowed Subscription Values
| Subscription Value | Description |
|---|---|
orderCreation | Order creation acknowledgements and validation feedback |
tradeStream | Real-time trade updates and recent completed orders |
orderBookStream | Real-time order book updates and snapshots |
Behavior
- Only new subscriptions are added to the connection
- Re-subscribing to an already active subscription is a no-op
- Existing subscriptions remain unaffected
- Changes apply immediately
- Safe to call repeatedly (idempotent)
- Does not affect other connections
- Does not require reconnecting