(params: Dict = {})
| 5220 | } |
| 5221 | |
| 5222 | async deliveryPositionRisk(params: Dict = {}) { |
| 5223 | return await this.privateDeliveryRequest('v1/positionRisk', params); |
| 5224 | } |
| 5225 | |
| 5226 | async deliveryLeverageBracket(symbol?: string, params: Dict = {}) { |
| 5227 | if (symbol) params.symbol = symbol; |
nothing calls this directly
no test coverage detected