Funds (futures)
Fetch your available balance and margin usage from the Futures wallet.
Request
curl -X GET "https://trade.mudrex.com/fapi/v1/futures/funds" \
-H "Content-Type: application/json" \
-H "X-Authentication: your-secret-key"Response
{
"success": true,
"data": {
"balance": "12.6787",
"locked_amount": "1.6979",
"first_time_user": false
}
}
Parameters
balance: investable balance in futures walletlocked_amount: locked balance in futures walletfirst_time_user: first time user
Updated 22 days ago
