API savings endpoints
- Source
Methods
savingsAccount(optionsopt)
Lending Account (USER_DATA)
GET /sapi/v1/lending/union/account
https://binance-docs.github.io/apidocs/spot/en/#lending-account-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
savingsCustomizedPosition(assetopt, optionsopt)
Get Fixed/Activity Project Position (USER_DATA)
GET /sapi/v1/lending/project/position/list
https://binance-docs.github.io/apidocs/spot/en/#get-fixed-activity-project-position-user_data
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
asset | string | <optional> | |||||||||||||||||
options | object | <optional> | Properties
|
- Source
savingsFlexibleProductPosition(assetopt, optionsopt)
Get Flexible Product Position (USER_DATA)
GET /sapi/v1/lending/daily/token/position
https://binance-docs.github.io/apidocs/spot/en/#get-flexible-product-position-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
asset | string | <optional> | |||||||||
options | object | <optional> | Properties
|
- Source
savingsFlexibleProducts(optionsopt)
Get Flexible Product List (USER_DATA)
GET /sapi/v1/lending/daily/product/list
https://binance-docs.github.io/apidocs/spot/en/#get-flexible-product-list-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
savingsFlexibleRedeem(productId, amount, type, optionsopt)
Redeem Flexible Product (USER_DATA)
POST /sapi/v1/lending/daily/redeem
https://binance-docs.github.io/apidocs/spot/en/#redeem-flexible-product-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
productId | string | ||||||||||
amount | number | ||||||||||
type | string | "FAST", "NORMAL" | |||||||||
options | object | <optional> | Properties
|
- Source
savingsFlexibleUserLeftQuota(productId, optionsopt)
Get Left Daily Purchase Quota of Flexible Product (USER_DATA)
GET /sapi/v1/lending/daily/userLeftQuota
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
productId | string | ||||||||||
options | object | <optional> | Properties
|
- Source
savingsFlexibleUserRedemptionQuota(productId, type, optionsopt)
Get Left Daily Redemption Quota of Flexible Product (USER_DATA)
GET /sapi/v1/lending/daily/userRedemptionQuota
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
productId | string | ||||||||||
type | string | "FAST", "NORMAL" | |||||||||
options | object | <optional> | Properties
|
- Source
savingsInterestHistory(lendingType, optionsopt)
Get Interest History (USER_DATA)
GET /sapi/v1/lending/union/interestHistory
https://binance-docs.github.io/apidocs/spot/en/#get-interest-history-user_data-2
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lendingType | string | "DAILY" for flexible, "ACTIVITY" for activity, "CUSTOMIZED_FIXED" for fixed | |||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
savingsProductList(type, optionsopt)
Get Fixed and Activity Project List(USER_DATA)
GET /sapi/v1/lending/project/list
https://binance-docs.github.io/apidocs/spot/en/#get-fixed-and-activity-project-list-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | string | "ACTIVITY", "CUSTOMIZED_FIXED" | |||||||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
savingsPurchaseCustomizedProject(projectId, lot, optionsopt)
Purchase Fixed/Activity Project (USER_DATA)
POST /sapi/v1/lending/customizedFixed/purchase
https://binance-docs.github.io/apidocs/spot/en/#purchase-fixed-activity-project-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
projectId | string | ||||||||||
lot | number | ||||||||||
options | object | <optional> | Properties
|
- Source
savingsPurchaseFlexibleProduct(productId, amount, optionsopt)
Purchase Flexible Product (USER_DATA)
GET /sapi/v1/lending/daily/purchase
https://binance-docs.github.io/apidocs/spot/en/#purchase-flexible-product-user_data
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
productId | string | ||||||||||
amount | string | ||||||||||
options | object | <optional> | Properties
|
- Source
savingsPurchaseRecord(lendingType, optionsopt)
Get Purchase Record (USER_DATA)
GET /sapi/v1/lending/union/purchaseRecord
https://binance-docs.github.io/apidocs/spot/en/#get-purchase-record-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lendingType | string | "DAILY" for flexible, "ACTIVITY" for activity, "CUSTOMIZED_FIXED" for fixed | |||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
savingsRedemptionRecord(lendingType, optionsopt)
Get Redemption Record (USER_DATA)
GET /sapi/v1/lending/union/redemptionRecord
https://binance-docs.github.io/apidocs/spot/en/#get-redemption-record-user_data
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lendingType | string | "DAILY" for flexible, "ACTIVITY" for activity, "CUSTOMIZED_FIXED" for fixed | |||||||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source