Contracts
Contracts · Flow

Deposit

Approve collateral, then deposit — with or without allocating to margin — plus the balance reads.

Wallet
Not connected

useBalanceHistory
read
Read a subaccount's deposit / withdraw history from the analytics subgraph, filterable by movement type. Internal margin-transfer legs are excluded by default.
Margin legs
Enter a subaccount address to load its history.
getCollateralAllowance
read
Read how much collateral an owner has approved the SYMMIO core to spend.
Run the read to see the allowance.
getCollateralBalance
read
Read an address's wallet balance of the collateral token (USDC).
Run the read to see the balance.

depositForAccount
write
Deposit collateral into a subaccount's available balance. Requires a prior approveCollateral.
Fill the fields above and submit.
depositAndAllocateForAccount
write
Deposit collateral and allocate it into trading margin in one transaction.
Fill the fields above and submit.
approveCollateral
write
Approve the collateral token (USDC) for the SYMMIO core — the deposit prerequisite.

Approve at least the amount you plan to deposit.

Fill the amount above and submit.