Simple Earn Endpoints

Get Simple Earn Flexible Product List (USER_DATA)

get_simple_earn_flexible_product_list(self, **kwargs)

Get Simple Earn Flexible Product List (USER_DATA)

Get available Simple Earn flexible product list

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/list

https://developers.binance.com/docs/simple_earn/account/Get-Simple-Earn-Flexible-Product-List

Keyword Arguments:
  • asset (str, optional)

  • current (int, optional) – Current 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 Simple Earn Locked Product List (USER_DATA)

get_simple_earn_locked_product_list(self, **kwargs)

Get Simple Earn Locked Product List (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/list

https://developers.binance.com/docs/simple_earn/account/Get-Simple-Earn-Locked-Product-List

Keyword Arguments:
  • asset (str, optional)

  • current (int, optional) – Current querying page. Start from 1. Default:1

  • size (int, optional) – Default:10 Max:100

  • recvWindow (int, optional) – The value cannot be greater than 60000

Subscribe Flexible Product (TRADE)

subscribe_flexible_product(self, productId: str, amount: float, **kwargs)

Subscribe Flexible Product (TRADE)

Weight(IP): 1

Rate Limit: 1/3s per account

POST /sapi/v1/simple-earn/flexible/subscribe

https://developers.binance.com/docs/simple_earn/earn/Subscribe-Flexible-Product

Parameters:
  • productId (str)

  • amount (float)

Keyword Arguments:
  • autoSubscribe (boolean, optional) – true or false, default true.

  • sourceAccount (str, optional) – SPOT,FUND,ALL, default SPOT

  • recvWindow (int, optional) – The value cannot be greater than 60000

Subscribe Locked Product (TRADE)

subscribe_locked_product(self, projectId: str, amount: float, **kwargs)

Subscribe Locked Product (TRADE)

Weight(IP): 1

Rate Limit: 1/3s per account

POST /sapi/v1/simple-earn/locked/subscribe

https://developers.binance.com/docs/simple_earn/earn/Subscribe-Locked-Product

Parameters:
  • projectId (str)

  • amount (float)

Keyword Arguments:
  • autoSubscribe (boolean, optional) – true or false, default true.

  • sourceAccount (str, optional) – SPOT, FUND, ALL, default SPOT

  • redeemTo (str, optional) – SPOT, FLEXIBLE, default FLEXIBLE

  • recvWindow (int, optional) – The value cannot be greater than 60000

Redeem Flexible Product (TRADE)

redeem_flexible_product(self, productId: str, **kwargs)

Redeem Flexible Product (TRADE)

Weight(IP): 1

Rate Limit: 1/3s per account

POST /sapi/v1/simple-earn/flexible/redeem

https://developers.binance.com/docs/simple_earn/earn/Redeem-Flexible-Product

Parameters:

productId (str)

Keyword Arguments:
  • redeemAll (boolean, optional) – true or false, default to false

  • amount (float, optional) – if redeemAll is false, amount is mandatory

  • destAccount (str, optional) – SPOT,FUND,ALL, default SPOT

  • recvWindow (int, optional) – The value cannot be greater than 60000

Redeem Locked Product (TRADE)

redeem_locked_product(self, positionId: str, **kwargs)

Redeem Locked Product (TRADE)

Weight(IP): 1

Rate Limit: 1/3s per account

POST /sapi/v1/simple-earn/locked/redeem

https://developers.binance.com/docs/simple_earn/earn/Redeem-Locked-Product

Parameters:

positionId (str)

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Flexible Product Position (USER_DATA)

get_flexible_product_position(self, **kwargs)

Get Flexible Product Position (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/position

https://developers.binance.com/docs/simple_earn/account/Get-Flexible-Product-Position

Keyword Arguments:
  • asset (str, optional)

  • productId (str, optional)

  • current (int, optional) – Current 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 Locked Product Position (USER_DATA)

get_locked_product_position(self, **kwargs)

Get Locked Product Position (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/position

https://developers.binance.com/docs/simple_earn/account/Get-Locked-Product-Position

Keyword Arguments:
  • asset (str, optional)

  • positionId (str, optional)

  • projectId (str, optional)

  • current (int, optional) – Current querying page. Start from 1. Default:1

  • size (int, optional) – Default:10 Max:100

  • recvWindow (int, optional) – The value cannot be greater than 60000

Simple Account (USER_DATA)

simple_account(self, **kwargs)

Simple Account (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/account

https://developers.binance.com/docs/simple_earn/account/Simple-Account

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Flexible Subscription Record (USER_DATA)

get_flexible_subscription_record(self, **kwargs)

Get Flexible Subscription Record (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/history/subscriptionRecord

https://developers.binance.com/docs/simple_earn/history/Get-Flexible-Subscription-Record

Keyword Arguments:
  • productId (str, optional)

  • purchaseId (str, optional)

  • asset (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Current 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 Locked Subscription Record (USER_DATA)

get_locked_subscription_record(self, **kwargs)

Get Locked Subscription Record (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/history/subscriptionRecord

https://developers.binance.com/docs/simple_earn/history/Get-Locked-Subscription-Record

Keyword Arguments:
  • purchaseId (str, optional)

  • asset (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Current 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 Flexible Redemption Record (USER_DATA)

get_flexible_redemption_record(self, **kwargs)

Get Flexible Redemption Record (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/history/redemptionRecord

https://developers.binance.com/docs/simple_earn/history/Get-Flexible-Redemption-Record

Keyword Arguments:
  • productId (str, optional)

  • redeemId (str, optional)

  • asset (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Current querying page. Start from 1. Default:1

  • size (int, optional) – Default:10 Max:100

Get Locked Redemption Record (USER_DATA)

get_locked_redemption_record(self, **kwargs)

Get Locked Redemption Record (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/history/redemptionRecord

https://developers.binance.com/docs/simple_earn/history/Get-Locked-Redemption-Record

Keyword Arguments:
  • positionId (str, optional)

  • redeemId (str, optional)

  • asset (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Current 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 Flexible Rewards History (USER_DATA)

get_flexible_rewards_history(self, type: str, **kwargs)

Get Flexible Rewards History (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/history/rewardsRecord

https://developers.binance.com/docs/simple_earn/history/Get-Flexible-Rewards-History

Parameters:

type (str)

Keyword Arguments:
  • productId (str, optional)

  • asset (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

Get Locked Rewards History (USER_DATA)

get_locked_rewards_history(self, **kwargs)

Get Locked Rewards History (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/history/rewardsRecord

https://developers.binance.com/docs/simple_earn/history/Get-Locked-Rewards-History

Keyword Arguments:
  • positionId (str, optional)

  • asset (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Currently querying the page. Start from 1. Default:1

  • size (int, optional) – Default:10 Max:100

  • recvWindow (int, optional) – The value cannot be greater than 60000

Set Flexible Auto Subscribe (USER_DATA)

set_flexible_auto_subscribe(self, productId: str, autoSubscribe: bool, **kwargs)

Set Flexible Auto Subscribe (USER_DATA)

Weight(IP): 150

POST /sapi/v1/simple-earn/flexible/setAutoSubscribe

https://developers.binance.com/docs/simple_earn/earn/Set-Flexible-Auto-Subscribe

Parameters:
  • productId (str)

  • autoSubscribe (boolean)

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Set Locked Auto Subscribe (USER_DATA)

set_locked_auto_subscribe(self, positionId: str, autoSubscribe: bool, **kwargs)

Set Locked Auto Subscribe (USER_DATA)

Weight(IP): 150

POST /sapi/v1/simple-earn/locked/setAutoSubscribe

https://developers.binance.com/docs/simple_earn/earn/Set-Locked-Auto-Subscribe

Parameters:
  • positionId (str)

  • autoSubscribe (boolean)

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Flexible Personal Left Quota (USER_DATA)

get_flexible_personal_left_quota(self, productId: str, **kwargs)

Get Flexible Personal Left Quota (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/personalLeftQuota

https://developers.binance.com/docs/simple_earn/account/Get-Flexible-Personal-Left-Quota

Parameters:

productId (str)

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Locked Personal Left Quota (USER_DATA)

get_locked_personal_left_quota(self, projectId: str, **kwargs)

Get Locked Personal Left Quota (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/personalLeftQuota

https://developers.binance.com/docs/simple_earn/account/Get-Locked-Personal-Left-Quota

Parameters:

projectId (str)

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Flexible Subscription Preview (USER_DATA)

get_flexible_subscription_preview(self, productId: str, amount: float, **kwargs)

Get Flexible Subscription Preview (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/subscriptionPreview

https://developers.binance.com/docs/simple_earn/earn/Get-Flexible-Subscription-Preview

Parameters:
  • productId (str)

  • amount (float)

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Locked Subscription Preview (USER_DATA)

get_locked_subscription_preview(self, projectId: str, amount: float, **kwargs)

Get Locked Subscription Preview (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/locked/subscriptionPreview

https://developers.binance.com/docs/simple_earn/earn/Get-Locked-Subscription-Preview

Parameters:
  • projectId (str)

  • amount (float)

Keyword Arguments:
  • autoSubscribe (boolean, optional) – true or false, default true.

  • recvWindow (int, optional) – The value cannot be greater than 60000

Set Locked Product Redeem Option (USER_DATA)

set_locked_product_redeem_option(self, positionId: str, redeemTo: str, **kwargs)

Set Locked Product Redeem Option (USER_DATA)

Set redeem option for Locked product

Weight(IP): 50

POST /sapi/v1/simple-earn/locked/setRedeemOption

https://developers.binance.com/docs/simple_earn/earn/Set-Locked-Redeem-Option

Parameters:
  • positionId (str)

  • redeemTo (str) – SPOT,FUND,ALL

Keyword Arguments:

recvWindow (int, optional) – The value cannot be greater than 60000

Get Rate History (USER_DATA)

get_rate_history(self, productId: str, **kwargs)

Get Rate History (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/history/rateHistory

https://developers.binance.com/docs/simple_earn/history/Get-Rate-History

Parameters:

productId (str)

Keyword Arguments:
  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Current 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 Collateral Record (USER_DATA)

get_collateral_record(self, **kwargs)

Get Collateral Record (USER_DATA)

Weight(IP): 150

GET /sapi/v1/simple-earn/flexible/history/collateralRecord

https://developers.binance.com/docs/simple_earn/history/Get-Collateral-Record

Keyword Arguments:
  • productId (str, optional)

  • startTime (int, optional) – UTC timestamp in ms

  • endTime (int, optional) – UTC timestamp in ms

  • current (int, optional) – Current querying page. Start from 1. Default:1

  • size (int, optional) – Default:10 Max:100

  • recvWindow (int, optional) – The value cannot be greater than 60000