MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / deliveryPositionRisk

Method deliveryPositionRisk

src/node-binance-api.ts:5222–5224  ·  view source on GitHub ↗
(params: Dict = {})

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected