Versions in this module Expand all Collapse all v1 v1.0.0 Jun 16, 2026 Changes in this version + const Venue + type Adapter struct + func NewPerpAdapter(_ context.Context, opts Options) (*Adapter, error) + func (a *Adapter) Capabilities() venue.DeclaredCapabilities + func (a *Adapter) Close(ctx context.Context) error + func (a *Adapter) Data() venue.DataClient + func (a *Adapter) Execution() venue.ExecutionClient + func (a *Adapter) Instruments() venue.InstrumentProvider + func (a *Adapter) Venue() model.Venue + type Options struct + AccountID model.AccountID + PrivateKey string