Staking Endpoints
ETH Staking account (USER_DATA)
- eth_staking_account(self, **kwargs)
ETH Staking account (USER_DATA)
ETH Staking account
Weight(IP): 150
GET /sapi/v2/eth-staking/account
https://developers.binance.com/docs/staking/eth-staking/account
- Keyword Arguments:
recvWindow (int, optional) – The value cannot be greater than 60000
Get current ETH staking quota (USER_DATA)
- get_eth_staking_quota(self, **kwargs)
Get current ETH staking quota (USER_DATA)
Get current ETH staking quota
Weight(IP): 150
GET /sapi/v1/eth-staking/eth/quota
https://developers.binance.com/docs/staking/eth-staking/account/Get-current-ETH-staking-quota
- Keyword Arguments:
recvWindow (int, optional) – The value cannot be greater than 60000
Subscribe ETH Staking (TRADE)
- subscribe_eth_staking(self, amount: float, **kwargs)
Subscribe ETH Staking (TRADE)
Subscribe ETH Staking
Weight(IP): 150
POST /sapi/v2/eth-staking/eth/stake
https://developers.binance.com/docs/staking/eth-staking/staking
- Parameters:
amount (float) – Amount in ETH, limit 4 decimals
- Keyword Arguments:
recvWindow (int, optional) – The value cannot be greater than 60000
Redeem ETH (TRADE)
- redeem_eth(self, amount: float, **kwargs)
Redeem ETH (TRADE)
Redeem WBETH or BETH and get ETH
Weight(IP): 150
POST /sapi/v1/eth-staking/eth/redeem
https://developers.binance.com/docs/staking/eth-staking/staking/Redeem-ETH
- Parameters:
amount (float) – Amount in BETH, limit 8 decimals
- Keyword Arguments:
asset (str, optional) – WBETH or BETH, default to BETH
recvWindow (int, optional) – The value cannot be greater than 60000
Wrap BETH (TRADE)
- wrap_beth(self, amount: float, **kwargs)
Wrap BETH (TRADE)
Wrap BETH
Weight(IP): 150
POST /sapi/v1/eth-staking/wbeth/wrap
https://developers.binance.com/docs/staking/eth-staking/staking/Wrap-BETH
- Parameters:
amount (float) – Amount in BETH, limit 4 decimals
- Keyword Arguments:
recvWindow (int, optional) – The value cannot be greater than 60000
Get ETH staking history (USER_DATA)
- get_eth_staking_history(self, **kwargs)
Get ETH staking history (USER_DATA)
Get ETH staking history
Weight(IP): 150
GET /sapi/v1/eth-staking/eth/history/stakingHistory
https://developers.binance.com/docs/staking/eth-staking/history
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000
Get ETH redemption history (USER_DATA)
- get_eth_redemption_history(self, **kwargs)
Get ETH redemption history (USER_DATA)
Get ETH redemption history
Weight(IP): 150
GET /sapi/v1/eth-staking/eth/history/redemptionHistory
https://developers.binance.com/docs/staking/eth-staking/history/Get-ETH-redemption-history
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000
Get BETH rewards distribution history (USER_DATA) (USER_DATA)
- get_beth_rewards_distribution_history(self, **kwargs)
Get BETH rewards distribution history (USER_DATA)
Get BETH rewards distribution history
Weight(IP): 150
GET /sapi/v1/eth-staking/eth/history/rewardsHistory
https://developers.binance.com/docs/staking/eth-staking/history/Get-ETH-rewards-distribution-history
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000
Get WBETH rewards history (USER_DATA)
- get_wbeth_rewards_history(self, **kwargs)
Get WBETH rewards history (USER_DATA)
Get WBETH rewards history
Weight(IP): 150
GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory
https://developers.binance.com/docs/staking/eth-staking/history/Get-WBETH-rewards-history
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000
Get WBETH Rate History (USER_DATA)
- get_wbeth_rate_history(self, **kwargs)
Get WBETH Rate History (USER_DATA)
Get WBETH Rate History
Weight(IP): 150
GET /sapi/v1/eth-staking/eth/history/rateHistory
https://developers.binance.com/docs/staking/eth-staking/history/Get-BETH-Rate-History
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000
Get WBETH wrap history (USER_DATA)
- get_wbeth_wrap_history(self, **kwargs)
Get WBETH wrap history (USER_DATA)
Get WBETH wrap history
Weight(IP): 150
GET /sapi/v1/eth-staking/wbeth/history/wrapHistory
https://developers.binance.com/docs/staking/eth-staking/history/Get-WBETH-wrap-history
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000
Get WBETH unwrap history (USER_DATA)
- get_wbeth_unwrap_history(self, **kwargs)
Get WBETH unwrap history (USER_DATA)
Get WBETH unwrap history
Weight(IP): 150
GET /sapi/v1/eth-staking/wbeth/history/unwrapHistory
https://developers.binance.com/docs/staking/eth-staking/history/Get-WBETH-unwrap-history
- Keyword Arguments:
startTime (int, optional)
endTime (int, optional)
current (int, optional) – Currently querying page. Start from 1. Default: 1
size (int, optional) – Default: 10, Max: 100
recvWindow (int, optional) – The value cannot be greater than 60000