29

Is there a way to track your staking positions? All the Savings positions seem to be easy to reference through the API but it doesn't appear that it supports any of the staking functionality (lists, positions, history, purchasing, etc).

I've poured through the Savings section of the API documentation but it doesn't seem to support staking, nor is it in the wallet endpoints.

deflime
  • 603
  • 1
  • 9
  • 17

1 Answers1

1

You can get your current staking positions by doing a signed GET request to this endpoint

/sapi/v1/staking/position

And get your staking history through this endpoint

/sapi/v1/staking/stakingRecord

For more information about these endpoints and what parameters should be included in the requests, see the official Binance API documentation

Wutong
  • 158
  • 7
  • Do you know if its possible to reference a reward to a staking position? For example maybe via the positionId? – MolteNolte Jul 12 '23 at 09:50