Accounts
To get a list of Notional users, one can use this subgraph query or use this Dune query.
Get an account's balances
Fetch an account's positions in readable format
The following function can be used to make an account's balances more readable. This is especially useful when comparing an account's state before and after trading.
Get an account's free collateral
If a user's free collateral is negative, then the user is eligible to get liquidated. If the user's free collateral figure is positive the account is sufficiently collateralized.
Get an account's Leveraged Vaults positions
Users can use the getVaultAccount
methord to fetch an account's leveraged vault positions:
Last updated