Binance · Schema

Binance Account

Represents a Binance user account with balances, permissions, and commission rates.

CryptocurrencyExchangeTradingBlockchainFinanceDeFiMarket Data

Properties

Name Type Description
makerCommission integer Maker commission rate in basis points.
takerCommission integer Taker commission rate in basis points.
buyerCommission integer Buyer commission rate in basis points.
sellerCommission integer Seller commission rate in basis points.
commissionRates object Detailed commission rate structure.
canTrade boolean Whether the account has trading permission.
canWithdraw boolean Whether the account has withdrawal permission.
canDeposit boolean Whether the account has deposit permission.
brokered boolean Whether this is a brokered account.
requireSelfTradePrevention boolean Whether self-trade prevention is required.
preventSor boolean Whether Smart Order Routing is prevented.
updateTime integer Last account update time in milliseconds since epoch.
accountType string Account type identifier.
balances array List of asset balances in the account.
permissions array Account permission types.
uid integer Unique user identifier.
View JSON Schema on GitHub