Trade Executed
Own trades executed feed
The executions channel streams trades execution events for this account.
Subscribe with Pusher
Subscribe Request Payload
Examples
Payload
id
integer
Unique identifier for the trade.
timestamp
string
Timestamp of the trade (e.g., "2024-09-18 23:31:27").
type
string
Type of trade (e.g., "sell").
order_id
integer
Unique identifier for the related order (e.g., 196857).
order_type
string
The type of order (e.g., "limit").
pair_id
integer
Unique identifier of the asset pair (e.g., 685).
pair
string
The asset pair being traded (e.g., "NIZA/USDT").
volume.amount
string
Volume of the asset being traded (e.g., "100.00000000").
volume.currency
string
The asset being traded (e.g., "NIZA").
price.amount
string
Price at which the asset was traded (e.g., "100.00000000").
price.currency
string
Currency pair of the price (e.g., "NIZA/USDT").
cost.amount
string
Total cost of the trade (e.g., "10000.00000000").
cost.currency
string
Currency in which the cost is calculated (e.g., "USDT").
fee.amount
string
Fee charged for the trade (e.g., "100.00000000").
fee.currency
string
Currency of the fee (e.g., "USDT").
transaction_id
string
Unique transaction identifier for the trade.
leverage
string or null
Leverage used in the trade, if applicable (null in this case).
Example of the Payload
Last updated