Contracts
Contracts · Flow

Subaccounts

Create and rename subaccounts, and read their state, nonces, and counts.

Wallet
Not connected

getSubAccount
read
Read a single subaccount by its address.
Enter a subaccount address and read.
getSubAccountVirtualNonce
read
Read a subaccount's Virtual Account nonce (seeds the next VA address).
Enter a subaccount address and read.
getSubAccountsCountOfUser
read
Count how many subaccounts an address owns.
Run the read to see the count.
getUserSubAccounts
read
List a user's subaccounts on AccountLayer.

Enter a valid address (defaults to connected wallet).

Run the read to see subaccounts.
getUserSubAccountsAddresses
read
List a user's subaccount addresses (addresses only).
Run the read to see addresses.
getVirtualAccountsAddressesOfSubAccount
read
List a subaccount's Virtual Account (VA) addresses — the partyA values for VibeCaps quote reads.
Run the read to see VA addresses.
getAccountBalanceOf
read
Read balanceOf for a selected subaccount on its SYMMIO core.

Enter a wallet address to load subaccounts.

Pick a subaccount or enter one manually.

Select a subaccount to read balanceOf.
getAccountBalanceInfo
read
Read balanceInfoOfPartyA for a selected subaccount on its SYMMIO core.

Enter a wallet address to load subaccounts.

Pick a subaccount or enter one manually.

Select a subaccount to read balance info.

createSubAccounts
write
Create a subaccount for the connected wallet under the app's affiliate and Symmio core.
Affiliate · Symmio coreDefault
affiliate
0xBcB033…741b7c
symmioCore
0x573310…2dcE2e
Fill the fields above and submit.
editAccountName
write
Rename one of the connected user's subaccounts.
Fill the fields above and submit.
deleteSubAccount
write
Permanently delete one of the connected wallet's subaccounts. Irreversible.
Requires before deletion
  • No virtual accounts (delete them first)
  • Zero free and allocated balance
  • No open positions
  • No pending quotes
Pick a subaccount, then delete.