Files
ritmex-bot/docs/binance/binance_derivatives/docs_derivatives_coin-margined-futures_user-data-streams_Event-Account-Configuration-Update.md
T
2026-02-27 10:52:43 +08:00

1.8 KiB
Raw Blame History

title, source, fetched_at
title source fetched_at
Event Account Configuration Update | Binance Open Platform https://developers.binance.com/docs/derivatives/coin-margined-futures/user-data-streams/Event-Account-Configuration-Update 2026-01-27T05:28:06.648Z

Event: Account Configuration Update (Leverage Update)

Event Description

When the account configuration is changed, the event type will be pushed as ACCOUNT_CONFIG_UPDATE When the leverage of a trade pair changes, the payload will contain the object ac to represent the account configuration of the trade pair, where s represents the specific trade pair and l represents the leverage

Event Name

ACCOUNT_CONFIG_UPDATE

Response Example

{    "e":"ACCOUNT_CONFIG_UPDATE",       // Event Type    "E":1611646737479,		           // Event Time    "T":1611646737476,		           // Transaction Time    "ac":{								    "s":"BTCUSD_PERP",				   // symbol    "l":25						       // leverage    }}