Binance · Schema

Binance Trade

Represents a completed trade execution on the Binance exchange.

CryptocurrencyExchangeTradingBlockchainFinanceDeFiMarket Data

Properties

Name Type Description
symbol string Trading pair symbol.
id integer Unique trade identifier.
orderId integer Order ID that generated this trade.
orderListId integer Order list ID if part of an OCO. -1 otherwise.
price string Trade execution price.
qty string Trade quantity in base asset.
quoteQty string Trade quantity in quote asset.
commission string Commission amount charged for this trade.
commissionAsset string Asset used for commission payment.
time integer Trade execution time in milliseconds since Unix epoch.
isBuyer boolean Whether the account was the buyer in this trade.
isMaker boolean Whether the account was the maker (liquidity provider) in this trade.
isBestMatch boolean Whether this trade was the best price match.
isBuyerMaker boolean Whether the buyer was the maker.
View JSON Schema on GitHub