-
Notifications
You must be signed in to change notification settings - Fork 87
074sub_account_balance
冯健超 edited this page Mar 10, 2020
·
3 revisions
-
Request description: Get Sub Account Balance (Main Account API key only)
-
Request type: GET
-
Signature required: YES
-
Request Url:https://api.coinex.com/v1/sub_account/balance
-
Request Header:
authorization:"xxxx"(32-digit capital letters, see generating method in <API invocation instruction>) -
Request parameter:
name type required description access_id String Yes Main Account access_id tonce Integer Yes Tonce is a timestamp with a positive Interger that represents the number of milliseconds from Unix epoch to the current time. Error between tonce and server time can not exceed plus or minus 60s sub_user_name String Option Sub Account username coin_type String Option coin type -
Return value description:
name type description available String available amount frozen String frozen amount -
Example:
# Request
GET https://api.coinex.com/v1/sub_account/balance
# Request.Params
{
"sub_user_name": "jcc",
"coin_type": "ETH",
"access_id": "BFFA64957AA240F6BBEA26F4E07EC0D9",
"tonce": 1513746038205,
}
# Response
{
"code": 0,
"data": {
"jcc": {
"ETH": {
"available": "11.00000000",
"frozen": "0.00000000"
}
}
},
"message": "Ok"
}
Common API
Market API
-
Acquire Market List
-
Acquire Market Statistics
-
Acquire Market Depth
-
Acquire Latest Transaction Data
-
Acquire K-Line Data
-
Acquire Market Information
-
Acquire Single Market Information
-
Acquire AMM Market List
Account API
-
Inquire Account Info
-
Inquire Withdrawal List
-
Submit A Withdrawal Order
-
Cancel Withdrawal
-
Inquire Deposit List
-
Transfer between main account and sub account
-
Transfer between main account and margin account
-
Get deposit address
-
Generate deposit address
-
Inquire Sub Account Balance
-
Inquire Sub Account Balance History
-
Create Sub Account
-
Frozen Sub Account
-
Unfrozen Sub Account
-
Acquire Credit Account Info
Trading API
-
Place Limit Order
-
Place Multiple Limit Orders
-
Place Market Order
-
Place Stop Limit Order
-
Place IOC Order
-
Acquire Unexecuted Order List
-
Acquire Executed Order List
-
Acquire Order Status
-
Acquire Multiple Orders Status
-
Acquire Executed Order Detail
-
Acquire User Deals
-
Cancel Order
-
Cancel Multiple Orders
-
Cancel All Orders
Margin API
-
Inquire Margin Account Info
-
Inquire Margin Account Market Info
-
Inquire Margin Account of A Currency
-
Acquire Margin Account Settings
-
Acquire Margin Account Settings of A Currency
-
Acquire Loan List
-
Place Loan
-
Place Flat
-
Margin Balance Transfer
Contract API