Leverage
Params
Stream
| Field | Type | Description |
|---|---|---|
’u’ | string | Account address |
’s’ | string | Symbol |
’l’ | integer | New leverage |
’t’ | number | Timestamp in milliseconds |
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Streams all changes made to an account’s max leverage in any market.
{
"method": "subscribe",
"params": {
"source": "account_leverage",
"account": "42trU9A5..."
}
}
{
"channel": "account_leverage",
"data": {
"u": "42trU9A5...",
"s": "BTC",
"l": 12,
"t": 1234567890
}
}
| Field | Type | Description |
|---|---|---|
’u’ | string | Account address |
’s’ | string | Symbol |
’l’ | integer | New leverage |
’t’ | number | Timestamp in milliseconds |