POST /ver1/accounts/transfer
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
currency | string | YES | Currency code(example: USDT) | |
amount | number | YES | ||
to_account_id | integer | YES | Recipient account ID (possible values in /transfer_data) | |
from_account_id | integer | YES | Sender account ID (possible values in /transfer_data) |
GET /ver1/accounts/transfer_history
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES | Sender or Recipient account ID (possible values in /transfer_data) | |
currency | string | YES | Currency code(example: USDT) | |
page | integer | NO | (1) | Page number |
per_page | integer | NO | (10) | Elements per page |
GET /ver1/accounts/transfer_data
Weight: 1
Parameters: NONE
POST /ver1/accounts/new
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
type | string | YES | check market_code in market_list method | |
name | string | YES | Account name (any string) | |
api_key | string | NO | Requires unless type = binance_dex | |
secret | string | NO | Requires unless type = binance_dex | |
address | string | NO | Requires if type = ethereumwallet | |
customer_id | string | NO | For Bitstamp | |
passphrase | string | NO | For Coinbase Pro (GDAX) | |
how_connect | string | NO | mnemonic_phrase, keystore | |
keystore | json | NO | keystore file content. Requires if type = binance_dex and how_connect = keystore | |
wallet_password | string | NO | Requires if type = binance_dex and how_connect = keystore | |
mnemonic_phrase | string | NO | Requires if type = binance_dex and how_connect = mnemonic_phrase |
POST /ver1/accounts/update
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES | ||
name | string | NO | Account name (any string) | |
api_key | string | NO | ||
secret | string | NO | ||
customer_id | string | NO | For Bitstamp | |
passphrase | string | NO | For Coinbase Pro (GDAX) |
GET /ver1/accounts
Weight: 1
Parameters: NONE
GET /ver1/accounts/market_list
Weight: 1
Parameters: NONE
GET /ver1/accounts/market_pairs
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
pretty_display_type | string | NO | deprecated. use market_code instead | |
market_code | string | YES | market_code from account model |
GET /ver1/accounts/currency_rates
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
pretty_display_type | string | NO | deprecated. use market_code instead | |
market_code | string | YES | market_code from account model | |
pair | string | YES | Pair |
GET /ver1/accounts/{account_id}/deposit_data
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
currency | string | YES | ||
network | string | YES | ||
account_id | integer | YES |
GET /ver1/accounts/{account_id}/networks_info
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
purpose | string | NO | deposit, withdraw | Filter currencies with deposit/withdraw enabled |
account_id | integer | YES |
POST /ver1/accounts/{account_id}/convert_dust_to_bnb
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
codes | array[string] | NO | Array of currency codes | |
account_id | integer | YES |
GET /ver1/accounts/{account_id}/active_trading_entities
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
POST /ver1/accounts/{account_id}/sell_all_to_usd
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
POST /ver1/accounts/{account_id}/sell_all_to_btc
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
GET /ver1/accounts/{account_id}/balance_chart_data
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
date_from | string | YES | ||
date_to | string | NO | ||
account_id | integer | YES |
POST /ver1/accounts/{account_id}/load_balances
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
POST /ver1/accounts/{account_id}/rename
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
name | string | YES | ||
account_id | integer | YES |
Information about all user balances on specified exchange in pretty for pie chart format (Permission: ACCOUNTS_READ, Security: SIGNED)
POST /ver1/accounts/{account_id}/pie_chart_data
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
Information about all user balances on specified exchange (Permission: ACCOUNTS_READ, Security: SIGNED)
POST /ver1/accounts/{account_id}/account_table_data
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
POST /ver1/accounts/{account_id}/remove
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
GET /ver1/accounts/{account_id}/leverage_data
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
pair | string | YES | ||
account_id | integer | YES |
You can send 'summary' instead of {account_id} to get summary account info
GET /ver1/accounts/{account_id}
Weight: 1
Parameters:
Name | Type | Mandatory | Values(default) | Description |
---|---|---|---|---|
account_id | integer | YES |
{
id: 12
auto_balance_period: 12
auto_balance_portfolio_id: 452
auto_balance_currency_change_limit: 5
autobalance_enabled: true
is_locked: true
smart_trading_supported: true
smart_selling_supported: true DEPRECATED. use smart_trading_supported instead
available_for_trading: true
stats_supported: true
trading_supported: true
market_buy_supported: true
market_sell_supported: true
conditional_buy_supported: true
bots_allowed: false
bots_ttp_allowed: false
bots_tsl_allowed: false
gordon_bots_available: false
multi_bots_allowed: false
created_at: 2018-08-08 08:08:08
updated_at: 2018-08-22 02:25:08
last_auto_balance: 2018-08-21 08:08:08
fast_convert_available: true Sell all to USD/BTC possibility
grid_bots_allowed: true
api_key_invalid: true
supported_market_types:
api_key: ''
name: 'Binance 2 '
auto_balance_method: 'time' Values: time, currency_change
auto_balance_error: 'Failed to autobalance'
lock_reason: 'API key is invalid'
btc_amount: '0.01134219'
usd_amount: '70.93146245'
day_profit_btc: '-0.00006'
day_profit_usd: '-0.02147'
day_profit_btc_percentage: '-0.26'
day_profit_usd_percentage: '-1.23'
btc_profit: '0.0001625' Month period
usd_profit: '5.05764787' Month period
usd_profit_percentage: '6.25' Month period
btc_profit_percentage: '2.36' Month period
total_btc_profit: '0.0012456'
total_usd_profit: '6.123181'
pretty_display_type: 'BittrexAccount'
exchange_name: 'Binance Futures'
market_code: 'deribit_testnet'
address: '0xe00000dded00bbb08725d77777777ff070aa7aa7'
}