Reporting Websocket
This channel allows you to keep up to date with the status of your account. You can receive updates on your balances and orders. Each request requires authentication with signatures.
Last updated
This channel allows you to keep up to date with the status of your account. You can receive updates on your balances and orders. Each request requires authentication with signatures.
Last updated
There are two environments to access our authorized market data feeds:
Live
Sandbox
API Authentication is done using an API key and a secret. User needs to associate the following information in the payload of the subscription message. View the for more detail.
apiKey
String
API key
apiSignature
String
Signature created using API secret
channel
String
Channel of subscription
type
String
Type of action; subscribe or unsubscribe
nonce
String
Numeric string timestamp in milliseconds
executionReport
- all order and balance updates
parentOrderReport
- all order updates
balanceReport
- all balance updates
Returns an .
Returns an .