Skip to main content

UM Futures Symbol Configuration(USER_DATA)

API Description

Get current UM account symbol configuration.

HTTP Request

GET /papi/v1/um/symbolConfig

 

Request Weight

5

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example

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