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