@rabby-wallet/binance-connector
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@rabby-wallet/binance-connector", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "This is a lightweight library that works as a connector to the Binance public API.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -135,3 +135,3 @@ 'use strict' | ||
* | ||
* GET /sapi/v1/lending/daily/token/position<br> | ||
* GET /sapi/v1/simple-earn/flexible/position<br> | ||
* | ||
@@ -147,3 +147,3 @@ * {@link https://binance-docs.github.io/apidocs/spot/en/#get-flexible-product-position-user_data} | ||
'GET', | ||
'/sapi/v1/lending/daily/token/position', | ||
'/sapi/v1/simple-earn/flexible/position', | ||
Object.assign(options, { | ||
@@ -150,0 +150,0 @@ ...(asset ? { asset } : {}) |
197609