Skip to main content

Symbol Configuration(USER_DATA)

API Description

Get current account symbol configuration.

HTTP Request

GET /fapi/v1/symbolConfig

 

Request Weight

5

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example

[
{
"symbol": "BTCUSDT",
"marginType": "CROSSED",
"isAutoAddMargin": "false",
"leverage": 21,
"maxNotionalValue": "1000000",
}
]