Trades
Receive real-time updates regarding completed trades in your account–fills on orders you've placed. Complete trade history can also be retrieved from the REST API. See Get All Trades for details.
Subscribing
Feed name |
|
Trades Message
Trade Object
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 ( |
Trades Message
Payload will contain a list of one or more trade objects, each representing a unique, completed trade.
Example Code
Last updated