Trades
Real-time streaming updates of completed trades.
Receive real-time streaming updates regarding completed trades in your account through the WebSocket API.
Subscription Instructions
Feed Name |
---|
|
Authentication required. Please refer to the WebSocket Authentication page here for more details.
Message Payload Values
Value | Description |
---|---|
| The ID of the trade |
| The ID of the order that this trade is associated with |
| The date and time the trade was completed |
| Buy or Sell |
| The currency pair this trade was executed on |
| The base currency quantity bought or sold in this trade |
| The gross quote currency amount cost or proceeds from this trade |
| The fill price of this trade |
| The fees charged on this trade (always in the quote currency) |
| The net quote currency amount cost or proceeds from this trade ( |
Example Code & Order Message
Message payload will contain a list of one or more trade objects, each representing a unique, completed trade.
Last updated