Skip to main content

ChangeLeverageResp

symbolstring

Trading symbol whose leverage was updated.

timestampint64

Server processing time, Unix timestamp in milliseconds.

statusint32

Result status code (0 indicates success; non-zero indicates failure).

typeint32

Result type code returned by the trading system.

messagestring

Human-readable status message; typically populated on failure.

ChangeLeverageResp
{
"symbol": "string",
"timestamp": 0,
"status": 0,
"type": 0,
"message": "string"
}