Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CoreAccountLayerSubAccountIsolationType

SubAccountIsolationType

How a subaccount decides when to spin up a new Virtual Account (VA) for a trade. Returned on the isolationType field of every SubAccountDetail.

enum SubAccountIsolationType { POSITION = 0, // one VA per trade MARKET = 1, // one VA per market MARKET_DIRECTION = 2, // one VA per market + direction CUSTOM = 3, // no automatic VA creation }
Last updated on