-
Notifications
You must be signed in to change notification settings - Fork 0
User single asset information
huyaohua edited this page Jan 19, 2020
·
1 revision
Interface address:https://api.bitforex.com/api/v1/fund/mainAccount
Request method:POST
Parameters
parameter name | Types | Is required | Defaults | Description |
---|---|---|---|---|
currency | String | Yes | - | Currency type, such as btc, eth, etc. |
accessKey | String | Yes | - | API access key |
nonce | long | Yes | - | Request timestamp, milliseconds |
signData | String | Yes | - | Signing information |
Example
# request
POST https://api.bitforex.com/api/v1/fund/mainAccount
# Response
{
"success": true,
"data": {
"active": 0,
"fix": 0,
"frozen": 0
}
}
Return value description
Parameter Name | Type | Description |
---|---|---|
active | double | Available assets |
fix | double | Total assets |
frozen | double | Freezing assets |