binance-api-node icon indicating copy to clipboard operation
binance-api-node copied to clipboard

Staking and Savings enpoints implementation

Open lordtyuk opened this issue 3 years ago • 1 comments

As these endpoints are also available it would be nice to have them implemented in the package.

Details:

https://binance-docs.github.io/apidocs/spot/en/#staking-endpoints https://binance-docs.github.io/apidocs/spot/en/#savings-endpoints

lordtyuk avatar Oct 14 '22 16:10 lordtyuk

const Binance = require("binance-api-node").default;
const client = Binance({});
client.privateRequest("GET", "/sapi/v1/staking/position", { product: "STAKING" })

alailsonribeiro avatar May 13 '23 23:05 alailsonribeiro