-
Notifications
You must be signed in to change notification settings - Fork 87
100acquire_credit_account_info
张帅磊 edited this page Apr 20, 2021
·
1 revision
-
Request description: Acquire Credit Account Info
-
Request type: GET
-
Signature required: Yes
-
Request Url:https://api.coinex.com/v1/credit/info
-
Example:
# Request
GET https://api.coinex.com/v1/credit/info
# Response
{
"code": 0,
"data": {
"withdraw_rate": "1.3", # can withdraw rate
"trade_rate": "1.11", # can trade rate
"current_balance": "234.45", # current balance usd
"unflat_balance":"10.01", # unflat balance usd
"can_withdraw_balance": "22.3", # can withdraw balance usd
"can_trade_balance": "10.2", # can trade balance usd
"current_rate": "1.3" # current rate
},
"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