frequi_origin/e2e/testData/balance.json
Matthias 068a91c80d refactor: Remove leverage from wallets endpoint
it's never been used, and will no longer exist.
2024-08-15 16:57:13 +02:00

27 lines
720 B
JSON

{
"currencies": [
{
"currency": "USDT",
"free": 766.8545525,
"balance": 766.8545525,
"used": 0.0,
"est_stake": 766.8545525,
"stake": "USDT",
"side": "long",
"is_position": false,
"position": 0.0
}
],
"total": 766.8545525,
"symbol": "USD",
"value": 767.6214070524999,
"stake": "USDT",
"note": "Simulated balances",
"starting_capital": 1000.0,
"starting_capital_ratio": -0.2331454475,
"starting_capital_pct": -23.31,
"starting_capital_fiat": 1000.9999999999999,
"starting_capital_fiat_ratio": -0.2331454475,
"starting_capital_fiat_pct": -23.31
}