Recent Trades
Trade feed for a currency pair.
The trade channel generates a trade event when orders are matched in the book. Multiple trades may be batched in a single message but that does not mean that these trades resulted from a single taker order.
Subscribe with Pusher
Subscribe Request Payload
Examples
Payload
channel
string
The name of the channel
type
string
Type of event notification
data
array
The payload of trade data
data.ord_type
string
Possible values: [limit, market] The order type of the taker order.
data.price
decimal
Average price of the trade.
data.qty
decimal
Size of the trade.
data.side
string
The side of the taker order.
data.symbol
string
Example: "NIZA/USD" The symbol of the currency pair.
data.timestamp
string
Format: RFC3339. The book order update timestamp.
data.trade_id
integer
Trade identifier is a sequence number, unique per book
Example of the Payload
Last updated