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

Method futuresPositionRiskV2

src/node-binance-api.ts:4646–4648  ·  view source on GitHub ↗

* Get the account position risk (v2) * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Position-Information-V3 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/Position-Information-V2 * @return {promise

(params: Dict = {})

Source from the content-addressed store, hash-verified

4644 * @return {promise or undefined} - omitting the callback returns a promise
4645 */
4646 async futuresPositionRiskV2(params: Dict = {}): Promise<PositionRisk[]> {
4647 return this.futuresPositionRisk(params, true);
4648 }
4649
4650 /**
4651 * @see https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Get-Funding-Rate-Info

Callers 2

static-tests.mjsFile · 0.80

Calls 1

futuresPositionRiskMethod · 0.95

Tested by

no test coverage detected