Information about an active trading session.

interface SessionInfo {
    contract_ids: ContractId[];
    expiry: string;
    session_id: Identity;
}

Properties

contract_ids: ContractId[]

Contract IDs the session is authorized to interact with.

expiry: string

Session expiry timestamp (Unix seconds as string).

session_id: Identity

The session key identity.