Contracts
Every method the SDK implements, two ways in: by contract ABI, or by the flow it belongs to. Pick a card to run live reads and writes against the HyperEVM deployment.
By ABI
All implemented methods of one contractSubaccount lifecycle and deposits — every method called directly against the AccountLayer diamond.
Margin allocation and the request-based withdraw system on the core diamond — allocate, initiate, finalize, cancel, and the read views.
The collateral token surface the SDK touches — approve the core, and read allowance and balance.
Delegated signer access for Instant Layer reads and writes.
By usage
Methods grouped into a flowCreate and rename subaccounts, and read their state, nonces, and counts.
Approve collateral, then deposit — with or without allocating to margin — plus the balance reads.
Allocate a subaccount's balance into tradeable margin, and add or remove margin on a virtual account — including the Muon uPnL signature removeMargin requires.
Discover a subaccount's virtual accounts, then read its open positions and pending quote ids, and inspect any quote by id. partyA is the virtual account.
Open, finalize, and cancel withdraw requests, and read pending requests and cooldown timing.
Internal transfers — margin moves between SYMMIO accounts — read from the events subgraph, filterable by direction with their raw from → to endpoints.
Read and grant Instant Layer delegated signer access by selector.