InstantLayer
The InstantLayer contract manages delegated signer access for instant actions. SYMM Trading-SDK exposes the delegation reads as separate APIs: one reads the raw expiry timestamp from delegations, and one reads the contract’s computed active status from isDelegationActive.
Contract reference: SYMMIO perps-core v0.8.5 docs .
Each method has its own page with the full signature, parameters, return shape, examples, and query options.
Reads
Raw delegation expiry timestamp from the delegations mapping.
Whether the contract considers a delegation active.
Writes
Types
Query options
Each read ships a matching …QueryOptions factory and a …QueryKey builder for TanStack Query. See each read’s page for the exact call.
Raw ABI
The instantLayerAbi export is available for consumers that want to call the contract directly with viem. The InstantLayer address is resolved per chain from the config (config.getChainConfig(chainId)), not exported as a standalone constant.