A SDK for Binance Public Spot API
Project description
binance_spot
OpenAPI Specifications for the Binance Public Spot API API documents: - https://github.com/binance/binance-spot-api-docs - https://binance-docs.github.io/apidocs/spot/en
This Python package is automatically generated by the Swagger Codegen project:
- API version: 1.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/Halimao/binance-spot-sdk.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/Halimao/binance-spot-sdk.git
)
Then import the package:
import binance_spot
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import binance_spot
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import binance_spot
from binance_spot.rest import ApiException
from pprint import pprint
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query all source asset and target asset (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_all_asset_get(timestamp, signature, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_all_asset_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
plan_id = 789 # int | (optional)
start_time = 789 # int | UTC timestamp in ms (optional)
end_time = 789 # int | UTC timestamp in ms (optional)
target_asset = 1.2 # float | (optional)
plan_type = 'plan_type_example' # str | (optional)
size = 56 # int | Default:10 Max:100 (optional)
current = 56 # int | Current querying page. Start from 1. Default:1 (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query subscription transaction history
api_response = api_instance.sapi_v1_lending_auto_invest_history_list_get(timestamp, signature, plan_id=plan_id, start_time=start_time, end_time=end_time, target_asset=target_asset, plan_type=plan_type, size=size, current=current, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_history_list_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
index_id = 789 # int |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query Index Details(USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_index_info_get(index_id, timestamp, signature, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_index_info_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
index_id = 789 # int |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query Index Linked Plan Position Details(USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_index_user_summary_get(index_id, timestamp, signature, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_index_user_summary_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
source_type = 'source_type_example' # str |
subscription_amount = 3.4 # float |
source_asset = 'source_asset_example' # str |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
request_id = 'request_id_example' # str | (optional)
flexible_allowed_to_use = true # bool | (optional)
plan_id = 789 # int | (optional)
index_id = 789 # int | (optional)
details = [binance_spot.Details2()] # list[Details2] | (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# One Time Transaction(TRADE)
api_response = api_instance.sapi_v1_lending_auto_invest_one_off_post(source_type, subscription_amount, source_asset, timestamp, signature, request_id=request_id, flexible_allowed_to_use=flexible_allowed_to_use, plan_id=plan_id, index_id=index_id, details=details, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_one_off_post: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
transaction_id = 789 # int |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
request_id = 'request_id_example' # str | (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query One-Time Transaction Status (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_one_off_status_get(transaction_id, timestamp, signature, request_id=request_id, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_one_off_status_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
source_type = 'source_type_example' # str |
plan_type = 'plan_type_example' # str |
subscription_amount = 3.4 # float |
subscription_cycle = 'subscription_cycle_example' # str |
subscription_start_time = 56 # int |
source_asset = 'source_asset_example' # str |
details = [binance_spot.Details()] # list[Details] |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
request_id = 'request_id_example' # str | (optional)
index_id = 789 # int | (optional)
subscription_start_day = 56 # int | (optional)
subscription_start_weekday = 'subscription_start_weekday_example' # str | (optional)
flexible_allowed_to_use = true # bool | (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Investment plan creation (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_plan_add_post(source_type, plan_type, subscription_amount, subscription_cycle, subscription_start_time, source_asset, details, timestamp, signature, request_id=request_id, index_id=index_id, subscription_start_day=subscription_start_day, subscription_start_weekday=subscription_start_weekday, flexible_allowed_to_use=flexible_allowed_to_use, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_plan_add_post: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
plan_id = 56 # int |
subscription_amount = 3.4 # float |
subscription_cycle = 'subscription_cycle_example' # str |
subscription_start_time = 56 # int |
source_asset = 'source_asset_example' # str |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
subscription_start_day = 56 # int | (optional)
subscription_start_weekday = 'subscription_start_weekday_example' # str | (optional)
flexible_allowed_to_use = true # bool | (optional)
details = [binance_spot.Details1()] # list[Details1] | (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Investment plan adjustment
api_response = api_instance.sapi_v1_lending_auto_invest_plan_edit_post(plan_id, subscription_amount, subscription_cycle, subscription_start_time, source_asset, timestamp, signature, subscription_start_day=subscription_start_day, subscription_start_weekday=subscription_start_weekday, flexible_allowed_to_use=flexible_allowed_to_use, details=details, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_plan_edit_post: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
plan_id = 56 # int |
status = 'status_example' # str |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Change Plan Status
api_response = api_instance.sapi_v1_lending_auto_invest_plan_edit_status_post(plan_id, status, timestamp, signature, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_plan_edit_status_post: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
plan_id = 789 # int | (optional)
request_id = 'request_id_example' # str | (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query holding details of the plan
api_response = api_instance.sapi_v1_lending_auto_invest_plan_id_get(timestamp, signature, plan_id=plan_id, request_id=request_id, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_plan_id_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
plan_type = 'plan_type_example' # str |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Get list of plans
api_response = api_instance.sapi_v1_lending_auto_invest_plan_list_get(plan_type, timestamp, signature, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_plan_list_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
start_time = 789 # int | UTC timestamp in ms (optional)
end_time = 789 # int | UTC timestamp in ms (optional)
current = 56 # int | Current querying page. Start from 1. Default:1 (optional)
size = 56 # int | Default:10 Max:100 (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Index Linked Plan Rebalance Details (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_rebalance_history_get(timestamp, signature, start_time=start_time, end_time=end_time, current=current, size=size, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_rebalance_history_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
request_id = 789 # int |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
start_time = 789 # int | UTC timestamp in ms (optional)
end_time = 789 # int | UTC timestamp in ms (optional)
current = 56 # int | Current querying page. Start from 1. Default:1 (optional)
asset = 'asset_example' # str | (optional)
size = 56 # int | Default:10 Max:100 (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Index Linked Plan Redemption History (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_redeem_history_get(request_id, timestamp, signature, start_time=start_time, end_time=end_time, current=current, asset=asset, size=size, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_redeem_history_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
index_id = 789 # int | PORTFOLIO plan's Id
redemption_percentage = 56 # int | user redeem percentage,10/20/100.
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
request_id = 'request_id_example' # str | sourceType + unique, transactionId and requestId cannot be empty at the same time (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Index Linked Plan Redemption (TRADE)
api_response = api_instance.sapi_v1_lending_auto_invest_redeem_post(index_id, redemption_percentage, timestamp, signature, request_id=request_id, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_redeem_post: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
usage_type = 'usage_type_example' # str |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
target_asset = 'target_asset_example' # str | (optional)
index_id = 789 # int | (optional)
flexible_allowed_to_use = true # bool | (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Query source asset list (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_source_asset_list_get(usage_type, timestamp, signature, target_asset=target_asset, index_id=index_id, flexible_allowed_to_use=flexible_allowed_to_use, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_source_asset_list_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
target_asset = 'target_asset_example' # str | (optional)
size = 56 # int | Default:10 Max:100 (optional)
current = 56 # int | Current querying page. Start from 1. Default:1 (optional)
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Get target asset list (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_target_asset_list_get(timestamp, signature, target_asset=target_asset, size=size, current=current, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_target_asset_list_get: %s\n" % e)
# Configure API key authorization: ApiKeyAuth
configuration = binance_spot.Configuration()
configuration.api_key['X-MBX-APIKEY'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['X-MBX-APIKEY'] = 'Bearer'
# create an instance of the API class
api_instance = binance_spot.AutoInvestApi(binance_spot.ApiClient(configuration))
target_asset = 'target_asset_example' # str |
his_roi_type = 'his_roi_type_example' # str |
timestamp = 789 # int | UTC timestamp in ms
signature = 'signature_example' # str | Signature
recv_window = 789 # int | The value cannot be greater than 60000 (optional)
try:
# Get target asset ROI data (USER_DATA)
api_response = api_instance.sapi_v1_lending_auto_invest_target_asset_roi_list_get(target_asset, his_roi_type, timestamp, signature, recv_window=recv_window)
pprint(api_response)
except ApiException as e:
print("Exception when calling AutoInvestApi->sapi_v1_lending_auto_invest_target_asset_roi_list_get: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.binance.com
Class | Method | HTTP request | Description |
---|---|---|---|
AutoInvestApi | sapi_v1_lending_auto_invest_all_asset_get | GET /sapi/v1/lending/auto-invest/all/asset | Query all source asset and target asset (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_history_list_get | GET /sapi/v1/lending/auto-invest/history/list | Query subscription transaction history |
AutoInvestApi | sapi_v1_lending_auto_invest_index_info_get | GET /sapi/v1/lending/auto-invest/index/info | Query Index Details(USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_index_user_summary_get | GET /sapi/v1/lending/auto-invest/index/user-summary | Query Index Linked Plan Position Details(USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_one_off_post | POST /sapi/v1/lending/auto-invest/one-off | One Time Transaction(TRADE) |
AutoInvestApi | sapi_v1_lending_auto_invest_one_off_status_get | GET /sapi/v1/lending/auto-invest/one-off/status | Query One-Time Transaction Status (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_plan_add_post | POST /sapi/v1/lending/auto-invest/plan/add | Investment plan creation (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_plan_edit_post | POST /sapi/v1/lending/auto-invest/plan/edit | Investment plan adjustment |
AutoInvestApi | sapi_v1_lending_auto_invest_plan_edit_status_post | POST /sapi/v1/lending/auto-invest/plan/edit-status | Change Plan Status |
AutoInvestApi | sapi_v1_lending_auto_invest_plan_id_get | GET /sapi/v1/lending/auto-invest/plan/id | Query holding details of the plan |
AutoInvestApi | sapi_v1_lending_auto_invest_plan_list_get | GET /sapi/v1/lending/auto-invest/plan/list | Get list of plans |
AutoInvestApi | sapi_v1_lending_auto_invest_rebalance_history_get | GET /sapi/v1/lending/auto-invest/rebalance/history | Index Linked Plan Rebalance Details (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_redeem_history_get | GET /sapi/v1/lending/auto-invest/redeem/history | Index Linked Plan Redemption History (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_redeem_post | POST /sapi/v1/lending/auto-invest/redeem | Index Linked Plan Redemption (TRADE) |
AutoInvestApi | sapi_v1_lending_auto_invest_source_asset_list_get | GET /sapi/v1/lending/auto-invest/source-asset/list | Query source asset list (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_target_asset_list_get | GET /sapi/v1/lending/auto-invest/target-asset/list | Get target asset list (USER_DATA) |
AutoInvestApi | sapi_v1_lending_auto_invest_target_asset_roi_list_get | GET /sapi/v1/lending/auto-invest/target-asset/roi/list | Get target asset ROI data (USER_DATA) |
BLVTApi | sapi_v1_blvt_redeem_post | POST /sapi/v1/blvt/redeem | Redeem BLVT (USER_DATA) |
BLVTApi | sapi_v1_blvt_redeem_record_get | GET /sapi/v1/blvt/redeem/record | Redemption Record (USER_DATA) |
BLVTApi | sapi_v1_blvt_subscribe_post | POST /sapi/v1/blvt/subscribe | Subscribe BLVT (USER_DATA) |
BLVTApi | sapi_v1_blvt_subscribe_record_get | GET /sapi/v1/blvt/subscribe/record | Query Subscription Record (USER_DATA) |
BLVTApi | sapi_v1_blvt_token_info_get | GET /sapi/v1/blvt/tokenInfo | BLVT Info (MARKET_DATA) |
BLVTApi | sapi_v1_blvt_user_limit_get | GET /sapi/v1/blvt/userLimit | BLVT User Limit Info (USER_DATA) |
BSwapApi | sapi_v1_bswap_add_liquidity_preview_get | GET /sapi/v1/bswap/addLiquidityPreview | Add Liquidity Preview (USER_DATA) |
BSwapApi | sapi_v1_bswap_claim_rewards_post | POST /sapi/v1/bswap/claimRewards | Claim rewards (TRADE) |
BSwapApi | sapi_v1_bswap_claimed_history_get | GET /sapi/v1/bswap/claimedHistory | Get Claimed History (USER_DATA) |
BSwapApi | sapi_v1_bswap_liquidity_add_post | POST /sapi/v1/bswap/liquidityAdd | Add Liquidity (TRADE) |
BSwapApi | sapi_v1_bswap_liquidity_get | GET /sapi/v1/bswap/liquidity | Liquidity information of a pool (USER_DATA) |
BSwapApi | sapi_v1_bswap_liquidity_ops_get | GET /sapi/v1/bswap/liquidityOps | Liquidity Operation Record (USER_DATA) |
BSwapApi | sapi_v1_bswap_liquidity_remove_post | POST /sapi/v1/bswap/liquidityRemove | Remove Liquidity (TRADE) |
BSwapApi | sapi_v1_bswap_pool_configure_get | GET /sapi/v1/bswap/poolConfigure | Pool Configure (USER_DATA) |
BSwapApi | sapi_v1_bswap_pools_get | GET /sapi/v1/bswap/pools | List All Swap Pools (MARKET_DATA) |
BSwapApi | sapi_v1_bswap_quote_get | GET /sapi/v1/bswap/quote | Request Quote (USER_DATA) |
BSwapApi | sapi_v1_bswap_remove_liquidity_preview_get | GET /sapi/v1/bswap/removeLiquidityPreview | Remove Liquidity Preview (USER_DATA) |
BSwapApi | sapi_v1_bswap_swap_get | GET /sapi/v1/bswap/swap | Swap History (USER_DATA) |
BSwapApi | sapi_v1_bswap_swap_post | POST /sapi/v1/bswap/swap | Swap (TRADE) |
BSwapApi | sapi_v1_bswap_unclaimed_rewards_get | GET /sapi/v1/bswap/unclaimedRewards | Get Unclaimed Rewards Record (USER_DATA) |
C2CApi | sapi_v1_c2c_order_match_list_user_order_history_get | GET /sapi/v1/c2c/orderMatch/listUserOrderHistory | Get C2C Trade History (USER_DATA) |
ConvertApi | sapi_v1_convert_accept_quote_post | POST /sapi/v1/convert/acceptQuote | Accept Quote (TRADE) |
ConvertApi | sapi_v1_convert_asset_info_get | GET /sapi/v1/convert/assetInfo | Query order quantity precision per asset (USER_DATA) |
ConvertApi | sapi_v1_convert_exchange_info_get | GET /sapi/v1/convert/exchangeInfo | List All Convert Pairs |
ConvertApi | sapi_v1_convert_get_quote_post | POST /sapi/v1/convert/getQuote | Send quote request (USER_DATA) |
ConvertApi | sapi_v1_convert_order_status_get | GET /sapi/v1/convert/orderStatus | Order status (USER_DATA) |
ConvertApi | sapi_v1_convert_trade_flow_get | GET /sapi/v1/convert/tradeFlow | Get Convert Trade History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_adjust_ltv_post | POST /sapi/v1/loan/adjust/ltv | Crypto Loan Adjust LTV (TRADE) |
CryptoLoansApi | sapi_v1_loan_borrow_history_get | GET /sapi/v1/loan/borrow/history | Get Crypto Loans Borrow History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_borrow_post | POST /sapi/v1/loan/borrow | Crypto Loan Borrow (TRADE) |
CryptoLoansApi | sapi_v1_loan_collateral_data_get | GET /sapi/v1/loan/collateral/data | Get Collateral Assets Data (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_customize_margin_call_post | POST /sapi/v1/loan/customize/margin_call | Crypto Loan Customize Margin Call (TRADE) |
CryptoLoansApi | sapi_v1_loan_flexible_adjust_ltv_post | POST /sapi/v1/loan/flexible/adjust/ltv | Adjust LTV - Flexible Loan Adjust LTV (TRADE) |
CryptoLoansApi | sapi_v1_loan_flexible_borrow_history_get | GET /sapi/v1/loan/flexible/borrow/history | Borrow - Get Flexible Loan Borrow History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_flexible_borrow_post | POST /sapi/v1/loan/flexible/borrow | Borrow - Flexible Loan Borrow (TRADE) |
CryptoLoansApi | sapi_v1_loan_flexible_collateral_data_get | GET /sapi/v1/loan/flexible/collateral/data | Get Flexible Loan Collateral Assets Data (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_flexible_loanable_data_get | GET /sapi/v1/loan/flexible/loanable/data | Get Flexible Loan Assets Data (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_flexible_ltv_adjustment_history_get | GET /sapi/v1/loan/flexible/ltv/adjustment/history | Adjust LTV - Get Flexible Loan LTV Adjustment History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_flexible_ongoing_orders_get | GET /sapi/v1/loan/flexible/ongoing/orders | Borrow - Get Flexible Loan Ongoing Orders (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_flexible_repay_history_get | GET /sapi/v1/loan/flexible/repay/history | Repay - Get Flexible Loan Repayment History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_flexible_repay_post | POST /sapi/v1/loan/flexible/repay | Repay - Flexible Loan Repay (TRADE) |
CryptoLoansApi | sapi_v1_loan_income_get | GET /sapi/v1/loan/income | Get Crypto Loans Income History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_loanable_data_get | GET /sapi/v1/loan/loanable/data | Get Loanable Assets Data (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_ltv_adjustment_history_get | GET /sapi/v1/loan/ltv/adjustment/history | Get Loan LTV Adjustment History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_ongoing_orders_get | GET /sapi/v1/loan/ongoing/orders | Get Loan Ongoing Orders (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_repay_collateral_rate_get | GET /sapi/v1/loan/repay/collateral/rate | Check Collateral Repay Rate (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_repay_history_get | GET /sapi/v1/loan/repay/history | Get Loan Repayment History (USER_DATA) |
CryptoLoansApi | sapi_v1_loan_repay_post | POST /sapi/v1/loan/repay | Crypto Loan Repay (TRADE) |
FiatApi | sapi_v1_fiat_orders_get | GET /sapi/v1/fiat/orders | Fiat Deposit/Withdraw History (USER_DATA) |
FiatApi | sapi_v1_fiat_payments_get | GET /sapi/v1/fiat/payments | Fiat Payments History (USER_DATA) |
FuturesApi | sapi_v1_futures_hist_data_link_get | GET /sapi/v1/futures/histDataLink | Get Future TickLevel Orderbook Historical Data Download Link (USER_DATA) |
FuturesApi | sapi_v1_futures_transfer_get | GET /sapi/v1/futures/transfer | Get Future Account Transaction History List (USER_DATA) |
FuturesApi | sapi_v1_futures_transfer_post | POST /sapi/v1/futures/transfer | New Future Account Transfer (USER_DATA) |
FuturesAlgoApi | sapi_v1_algo_futures_historical_orders_get | GET /sapi/v1/algo/futures/historicalOrders | Query Historical Algo Orders (USER_DATA) |
FuturesAlgoApi | sapi_v1_algo_futures_new_order_twap_post | POST /sapi/v1/algo/futures/newOrderTwap | Time-Weighted Average Price(Twap) New Order (TRADE) |
FuturesAlgoApi | sapi_v1_algo_futures_new_order_vp_post | POST /sapi/v1/algo/futures/newOrderVp | Volume Participation(VP) New Order (TRADE) |
FuturesAlgoApi | sapi_v1_algo_futures_open_orders_get | GET /sapi/v1/algo/futures/openOrders | Query Current Algo Open Orders (USER_DATA) |
FuturesAlgoApi | sapi_v1_algo_futures_order_delete | DELETE /sapi/v1/algo/futures/order | Cancel Algo Order(TRADE) |
FuturesAlgoApi | sapi_v1_algo_futures_sub_orders_get | GET /sapi/v1/algo/futures/subOrders | Query Sub Orders (USER_DATA) |
GiftCardApi | sapi_v1_giftcard_buy_code_post | POST /sapi/v1/giftcard/buyCode | Buy a Binance Code (TRADE) |
GiftCardApi | sapi_v1_giftcard_buy_code_token_limit_get | GET /sapi/v1/giftcard/buyCode/token-limit | Fetch Token Limit (USER_DATA) |
GiftCardApi | sapi_v1_giftcard_create_code_post | POST /sapi/v1/giftcard/createCode | Create a Binance Code (USER_DATA) |
GiftCardApi | sapi_v1_giftcard_cryptography_rsa_public_key_get | GET /sapi/v1/giftcard/cryptography/rsa-public-key | Fetch RSA Public Key (USER_DATA) |
GiftCardApi | sapi_v1_giftcard_redeem_code_post | POST /sapi/v1/giftcard/redeemCode | Redeem a Binance Code (USER_DATA) |
GiftCardApi | sapi_v1_giftcard_verify_get | GET /sapi/v1/giftcard/verify | Verify a Binance Code (USER_DATA) |
IsolatedMarginStreamApi | sapi_v1_user_data_stream_isolated_delete | DELETE /sapi/v1/userDataStream/isolated | Close a ListenKey (USER_STREAM) |
IsolatedMarginStreamApi | sapi_v1_user_data_stream_isolated_post | POST /sapi/v1/userDataStream/isolated | Generate a Listen Key (USER_STREAM) |
IsolatedMarginStreamApi | sapi_v1_user_data_stream_isolated_put | PUT /sapi/v1/userDataStream/isolated | Ping/Keep-alive a Listen Key (USER_STREAM) |
MarginApi | sapi_v1_bnb_burn_get | GET /sapi/v1/bnbBurn | Get BNB Burn Status(USER_DATA) |
MarginApi | sapi_v1_bnb_burn_post | POST /sapi/v1/bnbBurn | Toggle BNB Burn On Spot Trade And Margin Interest (USER_DATA) |
MarginApi | sapi_v1_margin_account_get | GET /sapi/v1/margin/account | Query Cross Margin Account Details (USER_DATA) |
MarginApi | sapi_v1_margin_all_assets_get | GET /sapi/v1/margin/allAssets | Get All Margin Assets (MARKET_DATA) |
MarginApi | sapi_v1_margin_all_order_list_get | GET /sapi/v1/margin/allOrderList | Query Margin Account's all OCO (USER_DATA) |
MarginApi | sapi_v1_margin_all_orders_get | GET /sapi/v1/margin/allOrders | Query Margin Account's All Orders (USER_DATA) |
MarginApi | sapi_v1_margin_all_pairs_get | GET /sapi/v1/margin/allPairs | Get All Cross Margin Pairs (MARKET_DATA) |
MarginApi | sapi_v1_margin_asset_get | GET /sapi/v1/margin/asset | Query Margin Asset (MARKET_DATA) |
MarginApi | sapi_v1_margin_available_inventory_get | GET /sapi/v1/margin/available-inventory | Query Margin Available Inventory (USER_DATA) |
MarginApi | sapi_v1_margin_capital_flow_get | GET /sapi/v1/margin/capital-flow | Get cross or isolated margin capital flow(USER_DATA) |
MarginApi | sapi_v1_margin_cross_margin_collateral_ratio_get | GET /sapi/v1/margin/crossMarginCollateralRatio | Cross margin collateral ratio (MARKET_DATA) |
MarginApi | sapi_v1_margin_cross_margin_data_get | GET /sapi/v1/margin/crossMarginData | Query Cross Margin Fee Data (USER_DATA) |
MarginApi | sapi_v1_margin_delist_schedule_get | GET /sapi/v1/margin/delist-schedule | Get tokens or symbols delist schedule for cross margin and isolated margin (MARKET_DATA) |
MarginApi | sapi_v1_margin_dribblet_get | GET /sapi/v1/margin/dribblet | Margin Dustlog (USER_DATA) |
MarginApi | sapi_v1_margin_dust_get | GET /sapi/v1/margin/dust | Get Assets That Can Be Converted Into BNB (USER_DATA) |
MarginApi | sapi_v1_margin_dust_post | POST /sapi/v1/margin/dust | Dust Transfer (TRADE) |
MarginApi | sapi_v1_margin_exchange_small_liability_get | GET /sapi/v1/margin/exchange-small-liability | Get Small Liability Exchange Coin List (USER_DATA) |
MarginApi | sapi_v1_margin_exchange_small_liability_history_get | GET /sapi/v1/margin/exchange-small-liability-history | Get Small Liability Exchange History (USER_DATA) |
MarginApi | sapi_v1_margin_force_liquidation_rec_get | GET /sapi/v1/margin/forceLiquidationRec | Get Force Liquidation Record (USER_DATA) |
MarginApi | sapi_v1_margin_interest_history_get | GET /sapi/v1/margin/interestHistory | Get Interest History (USER_DATA) |
MarginApi | sapi_v1_margin_interest_rate_history_get | GET /sapi/v1/margin/interestRateHistory | Margin Interest Rate History (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_account_delete | DELETE /sapi/v1/margin/isolated/account | Disable Isolated Margin Account (TRADE) |
MarginApi | sapi_v1_margin_isolated_account_get | GET /sapi/v1/margin/isolated/account | Query Isolated Margin Account Info (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_account_limit_get | GET /sapi/v1/margin/isolated/accountLimit | Query Enabled Isolated Margin Account Limit (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_account_post | POST /sapi/v1/margin/isolated/account | Enable Isolated Margin Account (TRADE) |
MarginApi | sapi_v1_margin_isolated_all_pairs_get | GET /sapi/v1/margin/isolated/allPairs | Get All Isolated Margin Symbol(USER_DATA) |
MarginApi | sapi_v1_margin_isolated_margin_data_get | GET /sapi/v1/margin/isolatedMarginData | Query Isolated Margin Fee Data (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_margin_tier_get | GET /sapi/v1/margin/isolatedMarginTier | Query Isolated Margin Tier Data (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_pair_get | GET /sapi/v1/margin/isolated/pair | Query Isolated Margin Symbol (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_transfer_get | GET /sapi/v1/margin/isolated/transfer | Get Isolated Margin Transfer History (USER_DATA) |
MarginApi | sapi_v1_margin_isolated_transfer_post | POST /sapi/v1/margin/isolated/transfer | Isolated Margin Account Transfer (MARGIN) |
MarginApi | sapi_v1_margin_leverage_bracket_get | GET /sapi/v1/margin/leverageBracket | Query Liability Coin Leverage Bracket in Cross Margin Pro Mode (MARKET_DATA) |
MarginApi | sapi_v1_margin_loan_get | GET /sapi/v1/margin/loan | Query Loan Record (USER_DATA) |
MarginApi | sapi_v1_margin_loan_post | POST /sapi/v1/margin/loan | Margin Account Borrow (MARGIN) |
MarginApi | sapi_v1_margin_manual_liquidation_post | POST /sapi/v1/margin/manual-liquidation | Margin manual liquidation(MARGIN) |
MarginApi | sapi_v1_margin_max_borrowable_get | GET /sapi/v1/margin/maxBorrowable | Query Max Borrow (USER_DATA) |
MarginApi | sapi_v1_margin_max_leverage_post | POST /sapi/v1/margin/max-leverage | Adjust cross margin max leverage (USER_DATA) |
MarginApi | sapi_v1_margin_max_transferable_get | GET /sapi/v1/margin/maxTransferable | Query Max Transfer-Out Amount (USER_DATA) |
MarginApi | sapi_v1_margin_my_trades_get | GET /sapi/v1/margin/myTrades | Query Margin Account's Trade List (USER_DATA) |
MarginApi | sapi_v1_margin_next_hourly_interest_rate_get | GET /sapi/v1/margin/next-hourly-interest-rate | Get a future hourly interest rate (USER_DATA) |
MarginApi | sapi_v1_margin_open_order_list_get | GET /sapi/v1/margin/openOrderList | Query Margin Account's Open OCO (USER_DATA) |
MarginApi | sapi_v1_margin_open_orders_delete | DELETE /sapi/v1/margin/openOrders | Margin Account Cancel all Open Orders on a Symbol (TRADE) |
MarginApi | sapi_v1_margin_open_orders_get | GET /sapi/v1/margin/openOrders | Query Margin Account's Open Orders (USER_DATA) |
MarginApi | sapi_v1_margin_order_delete | DELETE /sapi/v1/margin/order | Margin Account Cancel Order (TRADE) |
MarginApi | sapi_v1_margin_order_get | GET /sapi/v1/margin/order | Query Margin Account's Order (USER_DATA) |
MarginApi | sapi_v1_margin_order_list_delete | DELETE /sapi/v1/margin/orderList | Margin Account Cancel OCO (TRADE) |
MarginApi | sapi_v1_margin_order_list_get | GET /sapi/v1/margin/orderList | Query Margin Account's OCO (USER_DATA) |
MarginApi | sapi_v1_margin_order_oco_post | POST /sapi/v1/margin/order/oco | Margin Account New OCO (TRADE) |
MarginApi | sapi_v1_margin_order_post | POST /sapi/v1/margin/order | Margin Account New Order (TRADE) |
MarginApi | sapi_v1_margin_pair_get | GET /sapi/v1/margin/pair | Query Cross Margin Pair (MARKET_DATA) |
MarginApi | sapi_v1_margin_price_index_get | GET /sapi/v1/margin/priceIndex | Query Margin PriceIndex (MARKET_DATA) |
MarginApi | sapi_v1_margin_rate_limit_order_get | GET /sapi/v1/margin/rateLimit/order | Query Current Margin Order Count Usage (TRADE) |
MarginApi | sapi_v1_margin_repay_get | GET /sapi/v1/margin/repay | Query Repay Record (USER_DATA) |
MarginApi | sapi_v1_margin_repay_post | POST /sapi/v1/margin/repay | Margin Account Repay (MARGIN) |
MarginApi | sapi_v1_margin_trade_coeff_get | GET /sapi/v1/margin/tradeCoeff | Get Summary of Margin account (USER_DATA) |
MarginApi | sapi_v1_margin_transfer_get | GET /sapi/v1/margin/transfer | Get Cross Margin Transfer History (USER_DATA) |
MarginApi | sapi_v1_margin_transfer_post | POST /sapi/v1/margin/transfer | Cross Margin Account Transfer (MARGIN) |
MarginStreamApi | sapi_v1_user_data_stream_delete | DELETE /sapi/v1/userDataStream | Close a ListenKey (USER_STREAM) |
MarginStreamApi | sapi_v1_user_data_stream_post | POST /sapi/v1/userDataStream | Create a ListenKey (USER_STREAM) |
MarginStreamApi | sapi_v1_user_data_stream_put | PUT /sapi/v1/userDataStream | Ping/Keep-alive a ListenKey (USER_STREAM) |
MarketApi | api_v3_agg_trades_get | GET /api/v3/aggTrades | Compressed/Aggregate Trades List |
MarketApi | api_v3_avg_price_get | GET /api/v3/avgPrice | Current Average Price |
MarketApi | api_v3_depth_get | GET /api/v3/depth | Order Book |
MarketApi | api_v3_exchange_info_get | GET /api/v3/exchangeInfo | Exchange Information |
MarketApi | api_v3_historical_trades_get | GET /api/v3/historicalTrades | Old Trade Lookup |
MarketApi | api_v3_klines_get | GET /api/v3/klines | Kline/Candlestick Data |
MarketApi | api_v3_ping_get | GET /api/v3/ping | Test Connectivity |
MarketApi | api_v3_ticker24hr_get | GET /api/v3/ticker/24hr | 24hr Ticker Price Change Statistics |
MarketApi | api_v3_ticker_book_ticker_get | GET /api/v3/ticker/bookTicker | Symbol Order Book Ticker |
MarketApi | api_v3_ticker_get | GET /api/v3/ticker | Rolling window price change statistics |
MarketApi | api_v3_ticker_price_get | GET /api/v3/ticker/price | Symbol Price Ticker |
MarketApi | api_v3_time_get | GET /api/v3/time | Check Server Time |
MarketApi | api_v3_trades_get | GET /api/v3/trades | Recent Trades List |
MarketApi | api_v3_ui_klines_get | GET /api/v3/uiKlines | UIKlines |
MiningApi | sapi_v1_mining_hash_transfer_config_cancel_post | POST /sapi/v1/mining/hash-transfer/config/cancel | Cancel Hashrate Resale configuration (USER_DATA) |
MiningApi | sapi_v1_mining_hash_transfer_config_details_list_get | GET /sapi/v1/mining/hash-transfer/config/details/list | Hashrate Resale List (USER_DATA) |
MiningApi | sapi_v1_mining_hash_transfer_config_post | POST /sapi/v1/mining/hash-transfer/config | Hashrate Resale Request (USER_DATA) |
MiningApi | sapi_v1_mining_hash_transfer_profit_details_get | GET /sapi/v1/mining/hash-transfer/profit/details | Hashrate Resale Details (USER_DATA) |
MiningApi | sapi_v1_mining_payment_list_get | GET /sapi/v1/mining/payment/list | Earnings List (USER_DATA) |
MiningApi | sapi_v1_mining_payment_other_get | GET /sapi/v1/mining/payment/other | Extra Bonus List (USER_DATA) |
MiningApi | sapi_v1_mining_payment_uid_get | GET /sapi/v1/mining/payment/uid | Mining Account Earning (USER_DATA) |
MiningApi | sapi_v1_mining_pub_algo_list_get | GET /sapi/v1/mining/pub/algoList | Acquiring Algorithm (MARKET_DATA) |
MiningApi | sapi_v1_mining_pub_coin_list_get | GET /sapi/v1/mining/pub/coinList | Acquiring CoinName (MARKET_DATA) |
MiningApi | sapi_v1_mining_statistics_user_list_get | GET /sapi/v1/mining/statistics/user/list | Account List (USER_DATA) |
MiningApi | sapi_v1_mining_statistics_user_status_get | GET /sapi/v1/mining/statistics/user/status | Statistic List (USER_DATA) |
MiningApi | sapi_v1_mining_worker_detail_get | GET /sapi/v1/mining/worker/detail | Request for Detail Miner List (USER_DATA) |
MiningApi | sapi_v1_mining_worker_list_get | GET /sapi/v1/mining/worker/list | Request for Miner List (USER_DATA) |
NFTApi | sapi_v1_nft_history_deposit_get | GET /sapi/v1/nft/history/deposit | Get NFT Deposit History(USER_DATA) |
NFTApi | sapi_v1_nft_history_transactions_get | GET /sapi/v1/nft/history/transactions | Get NFT Transaction History (USER_DATA) |
NFTApi | sapi_v1_nft_history_withdraw_get | GET /sapi/v1/nft/history/withdraw | Get NFT Withdraw History (USER_DATA) |
NFTApi | sapi_v1_nft_user_get_asset_get | GET /sapi/v1/nft/user/getAsset | Get NFT Asset (USER_DATA) |
PayApi | sapi_v1_pay_transactions_get | GET /sapi/v1/pay/transactions | Get Pay Trade History (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_account_get | GET /sapi/v1/portfolio/account | Portfolio Margin Account (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_asset_collection_post | POST /sapi/v1/portfolio/asset-collection | Fund Collection by Asset (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_asset_index_price_get | GET /sapi/v1/portfolio/asset-index-price | Query Portfolio Margin Asset Index Price (MARKET_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_auto_collection_post | POST /sapi/v1/portfolio/auto-collection | Fund Auto-collection (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_bnb_transfer_post | POST /sapi/v1/portfolio/bnb-transfer | BNB Transfer (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_collateral_rate_get | GET /sapi/v1/portfolio/collateralRate | Portfolio Margin Collateral Rate (MARKET_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_interest_history_get | GET /sapi/v1/portfolio/interest-history | Query Classic Portfolio Margin Negative Balance Interest History (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_margin_asset_leverage_get | GET /sapi/v1/portfolio/margin-asset-leverage | Get Portfolio Margin Asset Leverage (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_pm_loan_get | GET /sapi/v1/portfolio/pmLoan | Portfolio Margin Bankruptcy Loan Amount (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_repay_futures_negative_balance_post | POST /sapi/v1/portfolio/repay-futures-negative-balance | Repay futures Negative Balance (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_repay_futures_switch_get | GET /sapi/v1/portfolio/repay-futures-switch | Get Auto-repay-futures Status (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_repay_futures_switch_post | POST /sapi/v1/portfolio/repay-futures-switch | Change Auto-repay-futures Status (USER_DATA) |
PortfolioMarginApi | sapi_v1_portfolio_repay_post | POST /sapi/v1/portfolio/repay | Portfolio Margin Bankruptcy Loan Repay (USER_DATA) |
RebateApi | sapi_v1_rebate_tax_query_get | GET /sapi/v1/rebate/taxQuery | Get Spot Rebate History Records (USER_DATA) |
SavingsApi | sapi_v1_lending_customized_fixed_purchase_post | POST /sapi/v1/lending/customizedFixed/purchase | Purchase Fixed/Activity Project (USER_DATA) |
SavingsApi | sapi_v1_lending_position_changed_post | POST /sapi/v1/lending/positionChanged | Change Fixed/Activity Position to Daily Position (USER_DATA) |
SavingsApi | sapi_v1_lending_project_list_get | GET /sapi/v1/lending/project/list | Get Fixed/Activity Project List(USER_DATA) |
SavingsApi | sapi_v1_lending_project_position_list_get | GET /sapi/v1/lending/project/position/list | Get Fixed/Activity Project Position (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_account_get | GET /sapi/v1/simple-earn/account | Simple Account (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_history_collateral_record_get | GET /sapi/v1/simple-earn/flexible/history/collateralRecord | Get Collateral Record (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_history_rate_history_get | GET /sapi/v1/simple-earn/flexible/history/rateHistory | Get Rate History (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_history_redemption_record_get | GET /sapi/v1/simple-earn/flexible/history/redemptionRecord | Get Flexible Redemption Record (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_history_rewards_record_get | GET /sapi/v1/simple-earn/flexible/history/rewardsRecord | Get Flexible Rewards History (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_history_subscription_record_get | GET /sapi/v1/simple-earn/flexible/history/subscriptionRecord | Get Flexible Subscription Record (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_list_get | GET /sapi/v1/simple-earn/flexible/list | Get Simple Earn Flexible Product List (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_personal_left_quota_get | GET /sapi/v1/simple-earn/flexible/personalLeftQuota | Get Flexible Personal Left Quota (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_position_get | GET /sapi/v1/simple-earn/flexible/position | Get Flexible Product Position (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_redeem_post | POST /sapi/v1/simple-earn/flexible/redeem | Redeem Flexible Product (TRADE) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_set_auto_subscribe_post | POST /sapi/v1/simple-earn/flexible/setAutoSubscribe | Set Flexible Auto Subscribe (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_subscribe_post | POST /sapi/v1/simple-earn/flexible/subscribe | Subscribe Flexible Product (TRADE) |
SimpleEarnApi | sapi_v1_simple_earn_flexible_subscription_preview_get | GET /sapi/v1/simple-earn/flexible/subscriptionPreview | Get Flexible Subscription Preview (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_history_redemption_record_get | GET /sapi/v1/simple-earn/locked/history/redemptionRecord | Get Locked Redemption Record (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_history_rewards_record_get | GET /sapi/v1/simple-earn/locked/history/rewardsRecord | Get Locked Rewards History (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_history_subscription_record_get | GET /sapi/v1/simple-earn/locked/history/subscriptionRecord | Get Locked Subscription Record (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_list_get | GET /sapi/v1/simple-earn/locked/list | Get Simple Earn Locked Product List (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_personal_left_quota_get | GET /sapi/v1/simple-earn/locked/personalLeftQuota | Get Locked Personal Left Quota (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_position_get | GET /sapi/v1/simple-earn/locked/position | Get Locked Product Position (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_redeem_post | POST /sapi/v1/simple-earn/locked/redeem | Redeem Locked Product (TRADE) |
SimpleEarnApi | sapi_v1_simple_earn_locked_set_auto_subscribe_post | POST /sapi/v1/simple-earn/locked/setAutoSubscribe | Set Locked Auto Subscribe (USER_DATA) |
SimpleEarnApi | sapi_v1_simple_earn_locked_subscribe_post | POST /sapi/v1/simple-earn/locked/subscribe | Subscribe Locked Product (TRADE) |
SimpleEarnApi | sapi_v1_simple_earn_locked_subscription_preview_get | GET /sapi/v1/simple-earn/locked/subscriptionPreview | Get Locked Subscription Preview (USER_DATA) |
SpotAlgoApi | sapi_v1_algo_spot_historical_orders_get | GET /sapi/v1/algo/spot/historicalOrders | Query Historical Algo Orders |
SpotAlgoApi | sapi_v1_algo_spot_new_order_twap_post | POST /sapi/v1/algo/spot/newOrderTwap | Time-Weighted Average Price (Twap) New Order |
SpotAlgoApi | sapi_v1_algo_spot_open_orders_get | GET /sapi/v1/algo/spot/openOrders | Query Current Algo Open Orders |
SpotAlgoApi | sapi_v1_algo_spot_order_delete | DELETE /sapi/v1/algo/spot/order | Cancel Algo Order |
SpotAlgoApi | sapi_v1_algo_spot_sub_orders_get | GET /sapi/v1/algo/spot/subOrders | Query Sub Orders |
StakingApi | sapi_v1_staking_personal_left_quota_get | GET /sapi/v1/staking/personalLeftQuota | Get Personal Left Quota of Staking Product (USER_DATA) |
StakingApi | sapi_v1_staking_position_get | GET /sapi/v1/staking/position | Get Staking Product Position (USER_DATA) |
StakingApi | sapi_v1_staking_product_list_get | GET /sapi/v1/staking/productList | Get Staking Product List (USER_DATA) |
StakingApi | sapi_v1_staking_purchase_post | POST /sapi/v1/staking/purchase | Purchase Staking Product (USER_DATA) |
StakingApi | sapi_v1_staking_redeem_post | POST /sapi/v1/staking/redeem | Redeem Staking Product (USER_DATA) |
StakingApi | sapi_v1_staking_set_auto_staking_post | POST /sapi/v1/staking/setAutoStaking | Set Auto Staking (USER_DATA) |
StakingApi | sapi_v1_staking_staking_record_get | GET /sapi/v1/staking/stakingRecord | Get Staking History (USER_DATA) |
StreamApi | api_v3_user_data_stream_delete | DELETE /api/v3/userDataStream | Close a ListenKey (USER_STREAM) |
StreamApi | api_v3_user_data_stream_post | POST /api/v3/userDataStream | Create a ListenKey (USER_STREAM) |
StreamApi | api_v3_user_data_stream_put | PUT /api/v3/userDataStream | Ping/Keep-alive a ListenKey (USER_STREAM) |
SubAccountApi | sapi_v1_capital_deposit_sub_address_get | GET /sapi/v1/capital/deposit/subAddress | Sub-account Spot Assets Summary (For Master Account) |
SubAccountApi | sapi_v1_capital_deposit_sub_hisrec_get | GET /sapi/v1/capital/deposit/subHisrec | Sub-account Deposit History (For Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_account_snapshot_get | GET /sapi/v1/managed-subaccount/accountSnapshot | Managed sub-account snapshot (For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_asset_get | GET /sapi/v1/managed-subaccount/asset | Managed sub-account asset details(For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_deposit_address_get | GET /sapi/v1/managed-subaccount/deposit/address | Get Managed Sub-account Deposit Address (For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_deposit_post | POST /sapi/v1/managed-subaccount/deposit | Deposit assets into the managed sub-account(For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_fetch_future_asset_get | GET /sapi/v1/managed-subaccount/fetch-future-asset | Query Managed Sub-account Futures Asset Details (For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_info_get | GET /sapi/v1/managed-subaccount/info | Query Managed Sub-account List (For Investor) |
SubAccountApi | sapi_v1_managed_subaccount_margin_asset_get | GET /sapi/v1/managed-subaccount/marginAsset | Query Managed Sub-account Margin Asset Details (For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_query_trans_log_for_investor_get | GET /sapi/v1/managed-subaccount/queryTransLogForInvestor | Query Managed Sub Account Transfer Log (For Investor Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_query_trans_log_for_trade_parent_get | GET /sapi/v1/managed-subaccount/queryTransLogForTradeParent | Query Managed Sub Account Transfer Log (For Trading Team Master Account) |
SubAccountApi | sapi_v1_managed_subaccount_query_trans_log_get | GET /sapi/v1/managed-subaccount/query-trans-log | Query Managed Sub Account Transfer Log (For Trading Team Sub Account)(USER_DATA) |
SubAccountApi | sapi_v1_managed_subaccount_withdraw_post | POST /sapi/v1/managed-subaccount/withdraw | Withdrawl assets from the managed sub-account(For Investor Master Account) |
SubAccountApi | sapi_v1_sub_account_blvt_enable_post | POST /sapi/v1/sub-account/blvt/enable | Enable Leverage Token for Sub-account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_eoptions_enable_post | POST /sapi/v1/sub-account/eoptions/enable | Enable Options for Sub-account (For Master Account)(USER_DATA) |
SubAccountApi | sapi_v1_sub_account_futures_account_get | GET /sapi/v1/sub-account/futures/account | Detail on Sub-account's Futures Account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_futures_account_summary_get | GET /sapi/v1/sub-account/futures/accountSummary | Summary of Sub-account's Futures Account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_futures_enable_post | POST /sapi/v1/sub-account/futures/enable | Enable Futures for Sub-account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_futures_internal_transfer_get | GET /sapi/v1/sub-account/futures/internalTransfer | Sub-account Futures Asset Transfer History (For Master Account) |
SubAccountApi | sapi_v1_sub_account_futures_internal_transfer_post | POST /sapi/v1/sub-account/futures/internalTransfer | Sub-account Futures Asset Transfer (For Master Account) |
SubAccountApi | sapi_v1_sub_account_futures_position_risk_get | GET /sapi/v1/sub-account/futures/positionRisk | Futures Position-Risk of Sub-account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_futures_transfer_post | POST /sapi/v1/sub-account/futures/transfer | Transfer for Sub-account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_list_get | GET /sapi/v1/sub-account/list | Query Sub-account List (For Master Account) |
SubAccountApi | sapi_v1_sub_account_margin_account_get | GET /sapi/v1/sub-account/margin/account | Detail on Sub-account's Margin Account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_margin_account_summary_get | GET /sapi/v1/sub-account/margin/accountSummary | Summary of Sub-account's Margin Account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_margin_enable_post | POST /sapi/v1/sub-account/margin/enable | Enable Margin for Sub-account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_margin_transfer_post | POST /sapi/v1/sub-account/margin/transfer | Margin Transfer for Sub-account (For Master Account) |
SubAccountApi | sapi_v1_sub_account_spot_summary_get | GET /sapi/v1/sub-account/spotSummary | Sub-account Spot Assets Summary (For Master Account) |
SubAccountApi | sapi_v1_sub_account_status_get | GET /sapi/v1/sub-account/status | Sub-account's Status on Margin/Futures (For Master Account) |
SubAccountApi | sapi_v1_sub_account_sub_account_api_ip_restriction_get | GET /sapi/v1/sub-account/subAccountApi/ipRestriction | Get IP Restriction for a Sub-account API Key (For Master Account) |
SubAccountApi | sapi_v1_sub_account_sub_account_api_ip_restriction_ip_list_delete | DELETE /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList | Delete IP List for a Sub-account API Key (For Master Account) |
SubAccountApi | sapi_v1_sub_account_sub_transfer_history_get | GET /sapi/v1/sub-account/sub/transfer/history | Sub-account Spot Asset Transfer History (For Master Account) |
SubAccountApi | sapi_v1_sub_account_transaction_statistics_get | GET /sapi/v1/sub-account/transaction-statistics | Query Sub-account Transaction Statistics (For Master Account) |
SubAccountApi | sapi_v1_sub_account_transfer_sub_to_master_post | POST /sapi/v1/sub-account/transfer/subToMaster | Transfer to Master (For Sub-account) |
SubAccountApi | sapi_v1_sub_account_transfer_sub_to_sub_post | POST /sapi/v1/sub-account/transfer/subToSub | Transfer to Sub-account of Same Master (For Sub-account) |
SubAccountApi | sapi_v1_sub_account_transfer_sub_user_history_get | GET /sapi/v1/sub-account/transfer/subUserHistory | Sub-account Transfer History (For Sub-account) |
SubAccountApi | sapi_v1_sub_account_universal_transfer_get | GET /sapi/v1/sub-account/universalTransfer | Universal Transfer History (For Master Account) |
SubAccountApi | sapi_v1_sub_account_universal_transfer_post | POST /sapi/v1/sub-account/universalTransfer | Universal Transfer (For Master Account) |
SubAccountApi | sapi_v1_sub_account_virtual_sub_account_post | POST /sapi/v1/sub-account/virtualSubAccount | Create a Virtual Sub-account(For Master Account) |
SubAccountApi | sapi_v2_sub_account_futures_account_get | GET /sapi/v2/sub-account/futures/account | Detail on Sub-account's Futures Account V2 (For Master Account) |
SubAccountApi | sapi_v2_sub_account_futures_account_summary_get | GET /sapi/v2/sub-account/futures/accountSummary | Summary of Sub-account's Futures Account V2 (For Master Account) |
SubAccountApi | sapi_v2_sub_account_futures_position_risk_get | GET /sapi/v2/sub-account/futures/positionRisk | Futures Position-Risk of Sub-account V2 (For Master Account) |
SubAccountApi | sapi_v2_sub_account_sub_account_api_ip_restriction_post | POST /sapi/v2/sub-account/subAccountApi/ipRestriction | Update IP Restriction for Sub-Account API key (For Master Account) |
SubAccountApi | sapi_v3_sub_account_assets_get | GET /sapi/v3/sub-account/assets | Sub-account Assets (For Master Account) |
SubAccountApi | sapi_v4_sub_account_assets_get | GET /sapi/v4/sub-account/assets | Query Sub-account Assets (For Master Account) |
TradeApi | api_v3_account_get | GET /api/v3/account | Account Information (USER_DATA) |
TradeApi | api_v3_all_order_list_get | GET /api/v3/allOrderList | Query all OCO (USER_DATA) |
TradeApi | api_v3_all_orders_get | GET /api/v3/allOrders | All Orders (USER_DATA) |
TradeApi | api_v3_my_allocations_get | GET /api/v3/myAllocations | Query Allocations (USER_DATA) |
TradeApi | api_v3_my_prevented_matches_get | GET /api/v3/myPreventedMatches | Query Prevented Matches |
TradeApi | api_v3_my_trades_get | GET /api/v3/myTrades | Account Trade List (USER_DATA) |
TradeApi | api_v3_open_order_list_get | GET /api/v3/openOrderList | Query Open OCO (USER_DATA) |
TradeApi | api_v3_open_orders_delete | DELETE /api/v3/openOrders | Cancel all Open Orders on a Symbol (TRADE) |
TradeApi | api_v3_open_orders_get | GET /api/v3/openOrders | Current Open Orders (USER_DATA) |
TradeApi | api_v3_order_cancel_replace_post | POST /api/v3/order/cancelReplace | Cancel an Existing Order and Send a New Order (Trade) |
TradeApi | api_v3_order_delete | DELETE /api/v3/order | Cancel Order (TRADE) |
TradeApi | api_v3_order_get | GET /api/v3/order | Query Order (USER_DATA) |
TradeApi | api_v3_order_list_delete | DELETE /api/v3/orderList | Cancel OCO (TRADE) |
TradeApi | api_v3_order_list_get | GET /api/v3/orderList | Query OCO (USER_DATA) |
TradeApi | api_v3_order_oco_post | POST /api/v3/order/oco | New OCO (TRADE) |
TradeApi | api_v3_order_post | POST /api/v3/order | New Order (TRADE) |
TradeApi | api_v3_order_test_post | POST /api/v3/order/test | Test New Order (TRADE) |
TradeApi | api_v3_rate_limit_order_get | GET /api/v3/rateLimit/order | Query Current Order Count Usage (TRADE) |
TradeApi | api_v3_sor_order_post | POST /api/v3/sor/order | New order using SOR (TRADE) |
TradeApi | api_v3_sor_order_test_post | POST /api/v3/sor/order/test | Test new order using SOR (TRADE) |
VIPLoansApi | sapi_v1_loan_vip_borrow_post | POST /sapi/v1/loan/vip/borrow | VIP Loan Borrow |
VIPLoansApi | sapi_v1_loan_vip_collateral_account_get | GET /sapi/v1/loan/vip/collateral/account | Check Locked Value of VIP Collateral Account (USER_DATA) |
VIPLoansApi | sapi_v1_loan_vip_collateral_data_get | GET /sapi/v1/loan/vip/collateral/data | Get Collateral Asset Data (USER_DATA) |
VIPLoansApi | sapi_v1_loan_vip_loanable_data_get | GET /sapi/v1/loan/vip/loanable/data | Get Loanable Assets Data |
VIPLoansApi | sapi_v1_loan_vip_ongoing_orders_get | GET /sapi/v1/loan/vip/ongoing/orders | Get VIP Loan Ongoing Orders (USER_DATA) |
VIPLoansApi | sapi_v1_loan_vip_renew_post | POST /sapi/v1/loan/vip/renew | VIP Loan Renew |
VIPLoansApi | sapi_v1_loan_vip_repay_history_get | GET /sapi/v1/loan/vip/repay/history | Get VIP Loan Repayment History (USER_DATA) |
VIPLoansApi | sapi_v1_loan_vip_repay_post | POST /sapi/v1/loan/vip/repay | VIP Loan Repay (TRADE) |
VIPLoansApi | sapi_v1_loan_vip_request_data_get | GET /sapi/v1/loan/vip/request/data | Query Application Status (USER_DATA) |
VIPLoansApi | sapi_v1_loan_vip_request_interest_rate_get | GET /sapi/v1/loan/vip/request/interestRate | Get Borrow Interest Rate (USER_DATA) |
WalletApi | sapi_v1_account_api_restrictions_get | GET /sapi/v1/account/apiRestrictions | Get API Key Permission (USER_DATA) |
WalletApi | sapi_v1_account_api_trading_status_get | GET /sapi/v1/account/apiTradingStatus | Account API Trading Status (USER_DATA) |
WalletApi | sapi_v1_account_disable_fast_withdraw_switch_post | POST /sapi/v1/account/disableFastWithdrawSwitch | Disable Fast Withdraw Switch (USER_DATA) |
WalletApi | sapi_v1_account_enable_fast_withdraw_switch_post | POST /sapi/v1/account/enableFastWithdrawSwitch | Enable Fast Withdraw Switch (USER_DATA) |
WalletApi | sapi_v1_account_snapshot_get | GET /sapi/v1/accountSnapshot | Daily Account Snapshot (USER_DATA) |
WalletApi | sapi_v1_account_status_get | GET /sapi/v1/account/status | Account Status (USER_DATA) |
WalletApi | sapi_v1_asset_asset_detail_get | GET /sapi/v1/asset/assetDetail | Asset Detail (USER_DATA) |
WalletApi | sapi_v1_asset_asset_dividend_get | GET /sapi/v1/asset/assetDividend | Asset Dividend Record (USER_DATA) |
WalletApi | sapi_v1_asset_convert_transfer_post | POST /sapi/v1/asset/convert-transfer | Convert Transfer (USER_DATA) |
WalletApi | sapi_v1_asset_convert_transfer_query_by_page_get | GET /sapi/v1/asset/convert-transfer/queryByPage | Query Convert Transfer (USER_DATA) |
WalletApi | sapi_v1_asset_custody_transfer_history_get | GET /sapi/v1/asset/custody/transfer-history | Query User Delegation History(For Master Account) (USER_DATA) |
WalletApi | sapi_v1_asset_dribblet_get | GET /sapi/v1/asset/dribblet | DustLog(USER_DATA) |
WalletApi | sapi_v1_asset_dust_btc_post | POST /sapi/v1/asset/dust-btc | Get Assets That Can Be Converted Into BNB (USER_DATA) |
WalletApi | sapi_v1_asset_dust_post | POST /sapi/v1/asset/dust | Dust Transfer (USER_DATA) |
WalletApi | sapi_v1_asset_get_funding_asset_post | POST /sapi/v1/asset/get-funding-asset | Funding Wallet (USER_DATA) |
WalletApi | sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page_get | GET /sapi/v1/asset/ledger-transfer/cloud-mining/queryByPage | Get Cloud-Mining payment and refund history (USER_DATA) |
WalletApi | sapi_v1_asset_trade_fee_get | GET /sapi/v1/asset/tradeFee | Trade Fee (USER_DATA) |
WalletApi | sapi_v1_asset_transfer_get | GET /sapi/v1/asset/transfer | Query User Universal Transfer History (USER_DATA) |
WalletApi | sapi_v1_asset_transfer_post | POST /sapi/v1/asset/transfer | User Universal Transfer (USER_DATA) |
WalletApi | sapi_v1_asset_wallet_balance_get | GET /sapi/v1/asset/wallet/balance | Query User Wallet Balance (USER_DATA) |
WalletApi | sapi_v1_capital_config_getall_get | GET /sapi/v1/capital/config/getall | All Coins' Information (USER_DATA) |
WalletApi | sapi_v1_capital_contract_convertible_coins_get | GET /sapi/v1/capital/contract/convertible-coins | Query auto-converting stable coins (USER_DATA) |
WalletApi | sapi_v1_capital_contract_convertible_coins_post | POST /sapi/v1/capital/contract/convertible-coins | Switch on/off BUSD and stable coins conversion (USER_DATA) (USER_DATA) |
WalletApi | sapi_v1_capital_deposit_address_get | GET /sapi/v1/capital/deposit/address | Deposit Address (supporting network) (USER_DATA) |
WalletApi | sapi_v1_capital_deposit_address_list_get | GET /sapi/v1/capital/deposit/address/list | Fetch deposit address list with network (USER_DATA) |
WalletApi | sapi_v1_capital_deposit_credit_apply_post | POST /sapi/v1/capital/deposit/credit-apply | One click arrival deposit apply (USER_DATA) |
WalletApi | sapi_v1_capital_deposit_hisrec_get | GET /sapi/v1/capital/deposit/hisrec | Deposit History(supporting network) (USER_DATA) |
WalletApi | sapi_v1_capital_withdraw_apply_post | POST /sapi/v1/capital/withdraw/apply | Withdraw (USER_DATA) |
WalletApi | sapi_v1_capital_withdraw_history_get | GET /sapi/v1/capital/withdraw/history | Withdraw History (supporting network) (USER_DATA) |
WalletApi | sapi_v1_system_status_get | GET /sapi/v1/system/status | System Status (System) |
WalletApi | sapi_v3_asset_get_user_asset_post | POST /sapi/v3/asset/getUserAsset | User Asset (USER_DATA) |
Documentation For Models
- Account
- AccountBalances
- AccountCommissionRates
- AggTrade
- Apiv3allOrderListOrders
- Apiv3openOrderListOrders
- BnbBurnStatus
- BookTicker
- BookTickerList
- BswapAddLiquidityPreviewCombination
- BswapAddLiquidityPreviewSingle
- BswapRmvLiquidityPreviewCombination
- BswapRmvLiquidityPreviewSingle
- CanceledMarginOrderDetail
- Details
- Details1
- Details2
- Error
- InlineResponse200
- InlineResponse2001
- InlineResponse20010
- InlineResponse200100
- InlineResponse200101
- InlineResponse200102
- InlineResponse200103
- InlineResponse200104
- InlineResponse200105
- InlineResponse200106
- InlineResponse200107
- InlineResponse200108
- InlineResponse200109
- InlineResponse20010OrderReports
- InlineResponse20010Orders
- InlineResponse20011
- InlineResponse200110
- InlineResponse200111
- InlineResponse200111Data
- InlineResponse200111DataBalances
- InlineResponse200111SnapshotVos
- InlineResponse200112
- InlineResponse200112ManagerSubTransferHistoryVos
- InlineResponse200113
- InlineResponse200113Data
- InlineResponse200113DataAssets
- InlineResponse200113DataPosition
- InlineResponse200113SnapshotVos
- InlineResponse200114
- InlineResponse200114UserAssets
- InlineResponse200115
- InlineResponse200115ManagerSubUserInfoVoList
- InlineResponse200116
- InlineResponse200117
- InlineResponse200117ManagerSubTransferHistoryVos
- InlineResponse200118
- InlineResponse200119
- InlineResponse20011Orders
- InlineResponse20012
- InlineResponse200120
- InlineResponse200120TradeInfoVos
- InlineResponse200121
- InlineResponse200122
- InlineResponse200123
- InlineResponse200123Balances
- InlineResponse200124
- InlineResponse200125
- InlineResponse200126
- InlineResponse200126Data
- InlineResponse200127
- InlineResponse200127Data
- InlineResponse200128
- InlineResponse200129
- InlineResponse20013
- InlineResponse200130
- InlineResponse200131
- InlineResponse200132
- InlineResponse200133
- InlineResponse200134
- InlineResponse200135
- InlineResponse200136
- InlineResponse200137
- InlineResponse200137Data
- InlineResponse200138
- InlineResponse200138Data
- InlineResponse200139
- InlineResponse200139Data
- InlineResponse200139HashrateDatas
- InlineResponse20014
- InlineResponse200140
- InlineResponse200140Data
- InlineResponse200140DataWorkerDatas
- InlineResponse200141
- InlineResponse200141Data
- InlineResponse200141DataAccountProfits
- InlineResponse200142
- InlineResponse200142Data
- InlineResponse200142DataOtherProfits
- InlineResponse200143
- InlineResponse200143Data
- InlineResponse200143DataConfigDetails
- InlineResponse200144
- InlineResponse200144Data
- InlineResponse200144DataProfitTransferDetails
- InlineResponse200145
- InlineResponse200146
- InlineResponse200147
- InlineResponse200147Data
- InlineResponse200147DataProfitToday
- InlineResponse200148
- InlineResponse200148Data
- InlineResponse200148List
- InlineResponse200149
- InlineResponse200149Data
- InlineResponse200149DataAccountProfits
- InlineResponse20014Fills
- InlineResponse20015
- InlineResponse200150
- InlineResponse200150Rows
- InlineResponse200151
- InlineResponse200152
- InlineResponse200152Data
- InlineResponse200153
- InlineResponse200154
- InlineResponse200155
- InlineResponse200155Orders
- InlineResponse200156
- InlineResponse200156Orders
- InlineResponse200157
- InlineResponse200157SubOrders
- InlineResponse200158
- InlineResponse200159
- InlineResponse20016
- InlineResponse200160
- InlineResponse200160Orders
- InlineResponse200161
- InlineResponse200161Orders
- InlineResponse200162
- InlineResponse200162SubOrders
- InlineResponse200163
- InlineResponse200164
- InlineResponse200165
- InlineResponse200166
- InlineResponse200167
- InlineResponse200168
- InlineResponse200169
- InlineResponse20017
- InlineResponse200170
- InlineResponse200171
- InlineResponse200172
- InlineResponse200173
- InlineResponse200174
- InlineResponse200175
- InlineResponse200176
- InlineResponse200177
- InlineResponse200178
- InlineResponse200179
- InlineResponse20018
- InlineResponse200180
- InlineResponse200181
- InlineResponse200182
- InlineResponse200183
- InlineResponse200184
- InlineResponse200185
- InlineResponse200186
- InlineResponse200187
- InlineResponse200188
- InlineResponse200188Details
- InlineResponse200188DetailsBNBBTC
- InlineResponse200188DetailsBNBUSDT
- InlineResponse200188TotalUnclaimedRewards
- InlineResponse200189
- InlineResponse20018Rows
- InlineResponse20019
- InlineResponse200190
- InlineResponse200191
- InlineResponse200191Data
- InlineResponse200192
- InlineResponse200192Rows
- InlineResponse200193
- InlineResponse200194
- InlineResponse200194Rows
- InlineResponse200195
- InlineResponse200195Rows
- InlineResponse200196
- InlineResponse200197
- InlineResponse200197Rows
- InlineResponse200198
- InlineResponse200198Rows
- InlineResponse200199
- InlineResponse200199Rows
- InlineResponse20019Rows
- InlineResponse2001Filters
- InlineResponse2001RateLimits
- InlineResponse2001Symbols
- InlineResponse2002
- InlineResponse20020
- InlineResponse200200
- InlineResponse200201
- InlineResponse200202
- InlineResponse200203
- InlineResponse200204
- InlineResponse200204Rows
- InlineResponse200205
- InlineResponse200205Rows
- InlineResponse200206
- InlineResponse200207
- InlineResponse200207Rows
- InlineResponse200208
- InlineResponse200209
- InlineResponse200209Rows
- InlineResponse20020Rows
- InlineResponse20021
- InlineResponse200210
- InlineResponse200210Rows
- InlineResponse200211
- InlineResponse200211Rows
- InlineResponse200212
- InlineResponse200213
- InlineResponse200213Rows
- InlineResponse200214
- InlineResponse200215
- InlineResponse200215Rows
- InlineResponse200216
- InlineResponse200216Rows
- InlineResponse200217
- InlineResponse200218
- InlineResponse200218Rows
- InlineResponse200219
- InlineResponse20022
- InlineResponse200220
- InlineResponse200220Rows
- InlineResponse200221
- InlineResponse200221Rows
- InlineResponse200222
- InlineResponse200222Rows
- InlineResponse200223
- InlineResponse200223Data
- InlineResponse200223FundsDetail
- InlineResponse200223PayerInfo
- InlineResponse200223ReceiverInfo
- InlineResponse200223ReceiverInfoExtend
- InlineResponse200224
- InlineResponse200225
- InlineResponse200226
- InlineResponse200227
- InlineResponse200228
- InlineResponse200229
- InlineResponse200229List
- InlineResponse20023
- InlineResponse200230
- InlineResponse200230Data
- InlineResponse200230DataData
- InlineResponse200231
- InlineResponse200231List
- InlineResponse200231Tokens
- InlineResponse200232
- InlineResponse200232List
- InlineResponse200233
- InlineResponse200233List
- InlineResponse200234
- InlineResponse200234List
- InlineResponse200235
- InlineResponse200235Data
- InlineResponse200236
- InlineResponse200236Data
- InlineResponse200237
- InlineResponse200237Data
- InlineResponse200238
- InlineResponse200239
- InlineResponse200239Data
- InlineResponse20024
- InlineResponse200240
- InlineResponse200240AutoInvestAssetList
- InlineResponse200240RoiAndDimensionTypeList
- InlineResponse200241
- InlineResponse200242
- InlineResponse200243
- InlineResponse200243SourceAssets
- InlineResponse200244
- InlineResponse200245
- InlineResponse200246
- InlineResponse200246Plan
- InlineResponse200247
- InlineResponse200247Details
- InlineResponse200247Plan
- InlineResponse200248
- InlineResponse200249
- InlineResponse200249AssetAllocation
- InlineResponse20025
- InlineResponse200250
- InlineResponse200250AssetAllocation
- InlineResponse200250Details
- InlineResponse200251
- InlineResponse200252
- InlineResponse200253
- InlineResponse200254
- InlineResponse200255
- InlineResponse200256
- InlineResponse200256Rows
- InlineResponse200256TierAnnualPercentageRate
- InlineResponse200257
- InlineResponse200257Detail
- InlineResponse200257Rows
- InlineResponse200258
- InlineResponse200259
- InlineResponse20026
- InlineResponse200260
- InlineResponse200261
- InlineResponse200261Rows
- InlineResponse200262
- InlineResponse200262Rows
- InlineResponse200263
- InlineResponse200264
- InlineResponse200264Rows
- InlineResponse200265
- InlineResponse200265Rows
- InlineResponse200266
- InlineResponse200266Rows
- InlineResponse200267
- InlineResponse200267Rows
- InlineResponse200268
- InlineResponse200268Rows
- InlineResponse200269
- InlineResponse200269Rows
- InlineResponse20027
- InlineResponse200270
- InlineResponse200271
- InlineResponse200272
- InlineResponse200272Rows
- InlineResponse200273
- InlineResponse200273Rows
- InlineResponse20027Rows
- InlineResponse20028
- InlineResponse20028Rows
- InlineResponse20029
- InlineResponse20029UserAssets
- InlineResponse2003
- InlineResponse20030
- InlineResponse20030OrderReports
- InlineResponse20031
- InlineResponse20032
- InlineResponse20033
- InlineResponse20034
- InlineResponse20035
- InlineResponse20036
- InlineResponse20037
- InlineResponse20038
- InlineResponse20039
- InlineResponse2004
- InlineResponse20040
- InlineResponse20041
- InlineResponse20042
- InlineResponse20043
- InlineResponse20044
- InlineResponse20044UserAssetDribbletDetails
- InlineResponse20044UserAssetDribblets
- InlineResponse20045
- InlineResponse20046
- InlineResponse20047
- InlineResponse20047Rows
- InlineResponse20048
- InlineResponse20049
- InlineResponse2005
- InlineResponse20050
- InlineResponse20051
- InlineResponse20051Assets
- InlineResponse20052
- InlineResponse20052Details
- InlineResponse20053
- InlineResponse20053TransferResult
- InlineResponse20054
- InlineResponse20055
- InlineResponse20056
- InlineResponse20057
- InlineResponse20058
- InlineResponse20059
- InlineResponse2006
- InlineResponse20060
- InlineResponse20061
- InlineResponse20062
- InlineResponse20063
- InlineResponse20064
- InlineResponse20064Data
- InlineResponse20064DataIndicators
- InlineResponse20064DataIndicatorsBTCUSDT
- InlineResponse20064DataTriggerCondition
- InlineResponse20065
- InlineResponse20065UserAssetDribblets
- InlineResponse20066
- InlineResponse20066Details
- InlineResponse20067
- InlineResponse20067TransferResult
- InlineResponse20068
- InlineResponse20068Rows
- InlineResponse20069
- InlineResponse20069CTR
- InlineResponse2007
- InlineResponse20070
- InlineResponse20071
- InlineResponse20071Rows
- InlineResponse20072
- InlineResponse20073
- InlineResponse20074
- InlineResponse20075
- InlineResponse20076
- InlineResponse20076Rows
- InlineResponse20077
- InlineResponse20077Rows
- InlineResponse20078
- InlineResponse20079
- InlineResponse20079ExchangeRates
- InlineResponse2008
- InlineResponse20080
- InlineResponse20081
- InlineResponse20081SubAccounts
- InlineResponse20082
- InlineResponse20083
- InlineResponse20083Transfers
- InlineResponse20084
- InlineResponse20085
- InlineResponse20085Balances
- InlineResponse20086
- InlineResponse20086SpotSubUserAssetBtcVoList
- InlineResponse20087
- InlineResponse20088
- InlineResponse20089
- InlineResponse2009
- InlineResponse20090
- InlineResponse20091
- InlineResponse20091Rows
- InlineResponse20092
- InlineResponse20093
- InlineResponse20094
- InlineResponse20095
- InlineResponse20095MarginTradeCoeffVo
- InlineResponse20096
- InlineResponse20096SubAccountList
- InlineResponse20097
- InlineResponse20098
- InlineResponse20099
- InlineResponse20099SubAccountList
- InlineResponse2009CancelResponse
- InlineResponse2009NewOrderResponse
- IsolatedMarginAccountInfo
- IsolatedMarginAccountInfoAssets
- IsolatedMarginAccountInfoBaseAsset
- IsolatedMarginAccountInfoQuoteAsset
- MarginOcoOrder
- MarginOcoOrderOrderReports
- MarginOcoOrderOrders
- MarginOrder
- MarginOrderDetail
- MarginOrderResponseAck
- MarginOrderResponseFull
- MarginOrderResponseResult
- MarginTrade
- MarginTransferDetails
- MarginTransferDetailsRows
- MyTrade
- OcoOrder
- OcoOrderOrderReports
- OcoOrderOrders
- Order
- OrderDetails
- OrderResponseAck
- OrderResponseFull
- OrderResponseFullFills
- OrderResponseResult
- PriceTicker
- PriceTickerList
- RepaymentInfo
- RepaymentInfo2
- Sapiv1blvttokenInfoCurrentBaskets
- Sapiv1bswapliquidityLiquidity
- Sapiv1bswapliquidityShare
- Sapiv1bswapliquidityShareAsset
- Sapiv1bswappoolConfigureAssetConfigure
- Sapiv1bswappoolConfigureAssetConfigureBUSD
- Sapiv1bswappoolConfigureLiquidity
- Sapiv1capitalconfiggetallNetworkList
- Sapiv1lendingautoinvestrebalancehistoryTransactionDetails
- Sapiv1margincrossMarginCollateralRatioCollaterals
- Sapiv1marginisolatedMarginDataData
- Sapiv1marginleverageBracketBrackets
- Sapiv1stakingproductListDetail
- Sapiv1stakingproductListQuota
- SnapshotFutures
- SnapshotFuturesData
- SnapshotFuturesDataAssets
- SnapshotFuturesDataPosition
- SnapshotFuturesSnapshotVos
- SnapshotMargin
- SnapshotMarginData
- SnapshotMarginDataUserAssets
- SnapshotMarginSnapshotVos
- SnapshotSpot
- SnapshotSpotData
- SnapshotSpotDataBalances
- SnapshotSpotSnapshotVos
- SubAccountCOINFuturesDetails
- SubAccountCOINFuturesDetailsAssets
- SubAccountCOINFuturesPositionRisk
- SubAccountCOINFuturesPositionRiskDeliveryPositionRiskVos
- SubAccountCOINFuturesSummary
- SubAccountCOINFuturesSummaryDeliveryAccountSummaryResp
- SubAccountCOINFuturesSummaryDeliveryAccountSummaryRespSubAccountList
- SubAccountUSDTFuturesDetails
- SubAccountUSDTFuturesDetailsFutureAccountResp
- SubAccountUSDTFuturesDetailsFutureAccountRespAssets
- SubAccountUSDTFuturesPositionRisk
- SubAccountUSDTFuturesSummary
- SubAccountUSDTFuturesSummaryFutureAccountSummaryResp
- SubAccountUSDTFuturesSummaryFutureAccountSummaryRespSubAccountList
- Ticker
- TickerList
- Trade
- Transaction
Documentation For Authorization
ApiKeyAuth
- Type: API key
- API key parameter name: X-MBX-APIKEY
- Location: HTTP header
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file binance-spot-sdk-0.0.2.tar.gz
.
File metadata
- Download URL: binance-spot-sdk-0.0.2.tar.gz
- Upload date:
- Size: 431.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cddb1c3ad3ee5e7621acbc33f780669d44753a99a1b2780747b40db52ea0d2d |
|
MD5 | 822e2995e7ede7ecd0154baa3d4ba096 |
|
BLAKE2b-256 | f3e2d5c845cb518d3a95464f3f8a091e6da5503d8494ab8af5168a119ff677e4 |
File details
Details for the file binance_spot_sdk-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: binance_spot_sdk-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb41dd89a65395b7df3bdbf180b1f9541d8b7ee2d3e8d1e18cbd83f1b00c2da1 |
|
MD5 | 0b045f5154b6f44f9f16eb58d959fc70 |
|
BLAKE2b-256 | c5aba42ee1bc195366da6b2b3b99a10c1d1f904374ee3e2b5dd54f09b713bb07 |