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
| Name | Type | Mandatory | Description | 
|---|---|---|---|
| symbol | STRING | NO | |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES | 
Response Example
[
  {
  "symbol": "BTCUSDT", 
  "marginType": "CROSSED",
  "isAutoAddMargin": "false",
  "leverage": 21,
  "maxNotionalValue": "1000000",
  }
]