Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staking and Savings enpoints implementation #607

Open
lordtyuk opened this issue Oct 14, 2022 · 1 comment
Open

Staking and Savings enpoints implementation #607

lordtyuk opened this issue Oct 14, 2022 · 1 comment

Comments

@lordtyuk
Copy link

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

@alailsonribeiro
Copy link

alailsonribeiro commented May 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants