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
private.user.trades
Trades Message
Trade Object
trade_id
The ID of the trade
order_id
The ID of the order that this trade is associated with
date_updated
The date and time the trade was completed
action
Buy or Sell
currency_pair
The currency pair this trade was executed on
quantity
The base currency quantity bought or sold in this trade
amount
The gross quote currency amount cost or proceeds from this trade
price
The fill price of this trade
fees
The fees charged on this trade (always in the quote currency)
net_amount
The net quote currency amount cost or proceeds from this trade (amount
net fees)
Trades Message
Payload will contain a list of one or more trade objects, each representing a unique, completed trade.
Example Code
Last updated