Account
Get Cls
Retrieve information about the Cascade Liquidity Strategy account
Response Body
application/json
curl -X GET "https://engine.cascade.cooking/account/cls"{
"balance": {
"account": "string",
"balance": "string",
"subaccountIndex": 0,
"updatedAt": 0
},
"nav": "string",
"positions": [
{
"account": "string",
"basis": "string",
"fees": "string",
"funding": "string",
"margin": "string",
"quantity": "string",
"subaccountIndex": 0,
"symbol": "string",
"updatedAt": 0,
"upnl": "string"
}
],
"updatedAt": 0
}