Versions in this module Expand all Collapse all v1 v1.56.2 Jan 19, 2025 v1.56.1 Jan 19, 2025 Changes in this version + var File_goadesign_goagen_injective_spot_exchange_rpc_proto protoreflect.FileDescriptor + var InjectiveSpotExchangeRPC_ServiceDesc = grpc.ServiceDesc + func RegisterInjectiveSpotExchangeRPCHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterInjectiveSpotExchangeRPCHandlerClient(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterInjectiveSpotExchangeRPCHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterInjectiveSpotExchangeRPCHandlerServer(ctx context.Context, mux *runtime.ServeMux, ...) error + func RegisterInjectiveSpotExchangeRPCServer(s grpc.ServiceRegistrar, srv InjectiveSpotExchangeRPCServer) + type AtomicSwap struct + ContractAddress string + DestCoin *Coin + ExecutedAt int64 + Fees []*Coin + IndexBySender int32 + IndexBySenderContract int32 + RefundAmount string + Route string + Sender string + SourceCoin *Coin + TxHash string + func (*AtomicSwap) Descriptor() ([]byte, []int) + func (*AtomicSwap) ProtoMessage() + func (x *AtomicSwap) GetContractAddress() string + func (x *AtomicSwap) GetDestCoin() *Coin + func (x *AtomicSwap) GetExecutedAt() int64 + func (x *AtomicSwap) GetFees() []*Coin + func (x *AtomicSwap) GetIndexBySender() int32 + func (x *AtomicSwap) GetIndexBySenderContract() int32 + func (x *AtomicSwap) GetRefundAmount() string + func (x *AtomicSwap) GetRoute() string + func (x *AtomicSwap) GetSender() string + func (x *AtomicSwap) GetSourceCoin() *Coin + func (x *AtomicSwap) GetTxHash() string + func (x *AtomicSwap) ProtoReflect() protoreflect.Message + func (x *AtomicSwap) Reset() + func (x *AtomicSwap) String() string + type AtomicSwapHistoryRequest struct + Address string + ContractAddress string + FromNumber int32 + Limit int32 + Skip int32 + ToNumber int32 + func (*AtomicSwapHistoryRequest) Descriptor() ([]byte, []int) + func (*AtomicSwapHistoryRequest) ProtoMessage() + func (x *AtomicSwapHistoryRequest) GetAddress() string + func (x *AtomicSwapHistoryRequest) GetContractAddress() string + func (x *AtomicSwapHistoryRequest) GetFromNumber() int32 + func (x *AtomicSwapHistoryRequest) GetLimit() int32 + func (x *AtomicSwapHistoryRequest) GetSkip() int32 + func (x *AtomicSwapHistoryRequest) GetToNumber() int32 + func (x *AtomicSwapHistoryRequest) ProtoReflect() protoreflect.Message + func (x *AtomicSwapHistoryRequest) Reset() + func (x *AtomicSwapHistoryRequest) String() string + type AtomicSwapHistoryResponse struct + Data []*AtomicSwap + Paging *Paging + func (*AtomicSwapHistoryResponse) Descriptor() ([]byte, []int) + func (*AtomicSwapHistoryResponse) ProtoMessage() + func (x *AtomicSwapHistoryResponse) GetData() []*AtomicSwap + func (x *AtomicSwapHistoryResponse) GetPaging() *Paging + func (x *AtomicSwapHistoryResponse) ProtoReflect() protoreflect.Message + func (x *AtomicSwapHistoryResponse) Reset() + func (x *AtomicSwapHistoryResponse) String() string + type Coin struct + Amount string + Denom string + func (*Coin) Descriptor() ([]byte, []int) + func (*Coin) ProtoMessage() + func (x *Coin) GetAmount() string + func (x *Coin) GetDenom() string + func (x *Coin) ProtoReflect() protoreflect.Message + func (x *Coin) Reset() + func (x *Coin) String() string + type InjectiveSpotExchangeRPCClient interface + AtomicSwapHistory func(ctx context.Context, in *AtomicSwapHistoryRequest, opts ...grpc.CallOption) (*AtomicSwapHistoryResponse, error) + Market func(ctx context.Context, in *MarketRequest, opts ...grpc.CallOption) (*MarketResponse, error) + Markets func(ctx context.Context, in *MarketsRequest, opts ...grpc.CallOption) (*MarketsResponse, error) + OrderbookV2 func(ctx context.Context, in *OrderbookV2Request, opts ...grpc.CallOption) (*OrderbookV2Response, error) + OrderbooksV2 func(ctx context.Context, in *OrderbooksV2Request, opts ...grpc.CallOption) (*OrderbooksV2Response, error) + Orders func(ctx context.Context, in *OrdersRequest, opts ...grpc.CallOption) (*OrdersResponse, error) + OrdersHistory func(ctx context.Context, in *OrdersHistoryRequest, opts ...grpc.CallOption) (*OrdersHistoryResponse, error) + StreamMarkets func(ctx context.Context, in *StreamMarketsRequest, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamMarketsClient, error) + StreamOrderbookUpdate func(ctx context.Context, in *StreamOrderbookUpdateRequest, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamOrderbookUpdateClient, error) + StreamOrderbookV2 func(ctx context.Context, in *StreamOrderbookV2Request, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamOrderbookV2Client, error) + StreamOrders func(ctx context.Context, in *StreamOrdersRequest, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamOrdersClient, error) + StreamOrdersHistory func(ctx context.Context, in *StreamOrdersHistoryRequest, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamOrdersHistoryClient, error) + StreamTrades func(ctx context.Context, in *StreamTradesRequest, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamTradesClient, error) + StreamTradesV2 func(ctx context.Context, in *StreamTradesV2Request, opts ...grpc.CallOption) (InjectiveSpotExchangeRPC_StreamTradesV2Client, error) + SubaccountOrdersList func(ctx context.Context, in *SubaccountOrdersListRequest, opts ...grpc.CallOption) (*SubaccountOrdersListResponse, error) + SubaccountTradesList func(ctx context.Context, in *SubaccountTradesListRequest, opts ...grpc.CallOption) (*SubaccountTradesListResponse, error) + Trades func(ctx context.Context, in *TradesRequest, opts ...grpc.CallOption) (*TradesResponse, error) + TradesV2 func(ctx context.Context, in *TradesV2Request, opts ...grpc.CallOption) (*TradesV2Response, error) + func NewInjectiveSpotExchangeRPCClient(cc grpc.ClientConnInterface) InjectiveSpotExchangeRPCClient + type InjectiveSpotExchangeRPCServer interface + AtomicSwapHistory func(context.Context, *AtomicSwapHistoryRequest) (*AtomicSwapHistoryResponse, error) + Market func(context.Context, *MarketRequest) (*MarketResponse, error) + Markets func(context.Context, *MarketsRequest) (*MarketsResponse, error) + OrderbookV2 func(context.Context, *OrderbookV2Request) (*OrderbookV2Response, error) + OrderbooksV2 func(context.Context, *OrderbooksV2Request) (*OrderbooksV2Response, error) + Orders func(context.Context, *OrdersRequest) (*OrdersResponse, error) + OrdersHistory func(context.Context, *OrdersHistoryRequest) (*OrdersHistoryResponse, error) + StreamMarkets func(*StreamMarketsRequest, InjectiveSpotExchangeRPC_StreamMarketsServer) error + StreamOrderbookUpdate func(*StreamOrderbookUpdateRequest, ...) error + StreamOrderbookV2 func(*StreamOrderbookV2Request, InjectiveSpotExchangeRPC_StreamOrderbookV2Server) error + StreamOrders func(*StreamOrdersRequest, InjectiveSpotExchangeRPC_StreamOrdersServer) error + StreamOrdersHistory func(*StreamOrdersHistoryRequest, ...) error + StreamTrades func(*StreamTradesRequest, InjectiveSpotExchangeRPC_StreamTradesServer) error + StreamTradesV2 func(*StreamTradesV2Request, InjectiveSpotExchangeRPC_StreamTradesV2Server) error + SubaccountOrdersList func(context.Context, *SubaccountOrdersListRequest) (*SubaccountOrdersListResponse, error) + SubaccountTradesList func(context.Context, *SubaccountTradesListRequest) (*SubaccountTradesListResponse, error) + Trades func(context.Context, *TradesRequest) (*TradesResponse, error) + TradesV2 func(context.Context, *TradesV2Request) (*TradesV2Response, error) + type InjectiveSpotExchangeRPC_StreamMarketsClient interface + Recv func() (*StreamMarketsResponse, error) + type InjectiveSpotExchangeRPC_StreamMarketsServer interface + Send func(*StreamMarketsResponse) error + type InjectiveSpotExchangeRPC_StreamOrderbookUpdateClient interface + Recv func() (*StreamOrderbookUpdateResponse, error) + type InjectiveSpotExchangeRPC_StreamOrderbookUpdateServer interface + Send func(*StreamOrderbookUpdateResponse) error + type InjectiveSpotExchangeRPC_StreamOrderbookV2Client interface + Recv func() (*StreamOrderbookV2Response, error) + type InjectiveSpotExchangeRPC_StreamOrderbookV2Server interface + Send func(*StreamOrderbookV2Response) error + type InjectiveSpotExchangeRPC_StreamOrdersClient interface + Recv func() (*StreamOrdersResponse, error) + type InjectiveSpotExchangeRPC_StreamOrdersHistoryClient interface + Recv func() (*StreamOrdersHistoryResponse, error) + type InjectiveSpotExchangeRPC_StreamOrdersHistoryServer interface + Send func(*StreamOrdersHistoryResponse) error + type InjectiveSpotExchangeRPC_StreamOrdersServer interface + Send func(*StreamOrdersResponse) error + type InjectiveSpotExchangeRPC_StreamTradesClient interface + Recv func() (*StreamTradesResponse, error) + type InjectiveSpotExchangeRPC_StreamTradesServer interface + Send func(*StreamTradesResponse) error + type InjectiveSpotExchangeRPC_StreamTradesV2Client interface + Recv func() (*StreamTradesV2Response, error) + type InjectiveSpotExchangeRPC_StreamTradesV2Server interface + Send func(*StreamTradesV2Response) error + type MarketRequest struct + MarketId string + func (*MarketRequest) Descriptor() ([]byte, []int) + func (*MarketRequest) ProtoMessage() + func (x *MarketRequest) GetMarketId() string + func (x *MarketRequest) ProtoReflect() protoreflect.Message + func (x *MarketRequest) Reset() + func (x *MarketRequest) String() string + type MarketResponse struct + Market *SpotMarketInfo + func (*MarketResponse) Descriptor() ([]byte, []int) + func (*MarketResponse) ProtoMessage() + func (x *MarketResponse) GetMarket() *SpotMarketInfo + func (x *MarketResponse) ProtoReflect() protoreflect.Message + func (x *MarketResponse) Reset() + func (x *MarketResponse) String() string + type MarketsRequest struct + BaseDenom string + MarketStatus string + MarketStatuses []string + QuoteDenom string + func (*MarketsRequest) Descriptor() ([]byte, []int) + func (*MarketsRequest) ProtoMessage() + func (x *MarketsRequest) GetBaseDenom() string + func (x *MarketsRequest) GetMarketStatus() string + func (x *MarketsRequest) GetMarketStatuses() []string + func (x *MarketsRequest) GetQuoteDenom() string + func (x *MarketsRequest) ProtoReflect() protoreflect.Message + func (x *MarketsRequest) Reset() + func (x *MarketsRequest) String() string + type MarketsResponse struct + Markets []*SpotMarketInfo + func (*MarketsResponse) Descriptor() ([]byte, []int) + func (*MarketsResponse) ProtoMessage() + func (x *MarketsResponse) GetMarkets() []*SpotMarketInfo + func (x *MarketsResponse) ProtoReflect() protoreflect.Message + func (x *MarketsResponse) Reset() + func (x *MarketsResponse) String() string + type OrderbookLevelUpdates struct + Buys []*PriceLevelUpdate + MarketId string + Sells []*PriceLevelUpdate + Sequence uint64 + UpdatedAt int64 + func (*OrderbookLevelUpdates) Descriptor() ([]byte, []int) + func (*OrderbookLevelUpdates) ProtoMessage() + func (x *OrderbookLevelUpdates) GetBuys() []*PriceLevelUpdate + func (x *OrderbookLevelUpdates) GetMarketId() string + func (x *OrderbookLevelUpdates) GetSells() []*PriceLevelUpdate + func (x *OrderbookLevelUpdates) GetSequence() uint64 + func (x *OrderbookLevelUpdates) GetUpdatedAt() int64 + func (x *OrderbookLevelUpdates) ProtoReflect() protoreflect.Message + func (x *OrderbookLevelUpdates) Reset() + func (x *OrderbookLevelUpdates) String() string + type OrderbookV2Request struct + MarketId string + func (*OrderbookV2Request) Descriptor() ([]byte, []int) + func (*OrderbookV2Request) ProtoMessage() + func (x *OrderbookV2Request) GetMarketId() string + func (x *OrderbookV2Request) ProtoReflect() protoreflect.Message + func (x *OrderbookV2Request) Reset() + func (x *OrderbookV2Request) String() string + type OrderbookV2Response struct + Orderbook *SpotLimitOrderbookV2 + func (*OrderbookV2Response) Descriptor() ([]byte, []int) + func (*OrderbookV2Response) ProtoMessage() + func (x *OrderbookV2Response) GetOrderbook() *SpotLimitOrderbookV2 + func (x *OrderbookV2Response) ProtoReflect() protoreflect.Message + func (x *OrderbookV2Response) Reset() + func (x *OrderbookV2Response) String() string + type OrderbooksV2Request struct + MarketIds []string + func (*OrderbooksV2Request) Descriptor() ([]byte, []int) + func (*OrderbooksV2Request) ProtoMessage() + func (x *OrderbooksV2Request) GetMarketIds() []string + func (x *OrderbooksV2Request) ProtoReflect() protoreflect.Message + func (x *OrderbooksV2Request) Reset() + func (x *OrderbooksV2Request) String() string + type OrderbooksV2Response struct + Orderbooks []*SingleSpotLimitOrderbookV2 + func (*OrderbooksV2Response) Descriptor() ([]byte, []int) + func (*OrderbooksV2Response) ProtoMessage() + func (x *OrderbooksV2Response) GetOrderbooks() []*SingleSpotLimitOrderbookV2 + func (x *OrderbooksV2Response) ProtoReflect() protoreflect.Message + func (x *OrderbooksV2Response) Reset() + func (x *OrderbooksV2Response) String() string + type OrdersHistoryRequest struct + ActiveMarketsOnly bool + Cid string + Direction string + EndTime int64 + ExecutionTypes []string + Limit int32 + MarketId string + MarketIds []string + OrderTypes []string + Skip uint64 + StartTime int64 + State string + SubaccountId string + TradeId string + func (*OrdersHistoryRequest) Descriptor() ([]byte, []int) + func (*OrdersHistoryRequest) ProtoMessage() + func (x *OrdersHistoryRequest) GetActiveMarketsOnly() bool + func (x *OrdersHistoryRequest) GetCid() string + func (x *OrdersHistoryRequest) GetDirection() string + func (x *OrdersHistoryRequest) GetEndTime() int64 + func (x *OrdersHistoryRequest) GetExecutionTypes() []string + func (x *OrdersHistoryRequest) GetLimit() int32 + func (x *OrdersHistoryRequest) GetMarketId() string + func (x *OrdersHistoryRequest) GetMarketIds() []string + func (x *OrdersHistoryRequest) GetOrderTypes() []string + func (x *OrdersHistoryRequest) GetSkip() uint64 + func (x *OrdersHistoryRequest) GetStartTime() int64 + func (x *OrdersHistoryRequest) GetState() string + func (x *OrdersHistoryRequest) GetSubaccountId() string + func (x *OrdersHistoryRequest) GetTradeId() string + func (x *OrdersHistoryRequest) ProtoReflect() protoreflect.Message + func (x *OrdersHistoryRequest) Reset() + func (x *OrdersHistoryRequest) String() string + type OrdersHistoryResponse struct + Orders []*SpotOrderHistory + Paging *Paging + func (*OrdersHistoryResponse) Descriptor() ([]byte, []int) + func (*OrdersHistoryResponse) ProtoMessage() + func (x *OrdersHistoryResponse) GetOrders() []*SpotOrderHistory + func (x *OrdersHistoryResponse) GetPaging() *Paging + func (x *OrdersHistoryResponse) ProtoReflect() protoreflect.Message + func (x *OrdersHistoryResponse) Reset() + func (x *OrdersHistoryResponse) String() string + type OrdersRequest struct + Cid string + EndTime int64 + IncludeInactive bool + Limit int32 + MarketId string + MarketIds []string + OrderSide string + Skip uint64 + StartTime int64 + SubaccountId string + SubaccountTotalOrders bool + TradeId string + func (*OrdersRequest) Descriptor() ([]byte, []int) + func (*OrdersRequest) ProtoMessage() + func (x *OrdersRequest) GetCid() string + func (x *OrdersRequest) GetEndTime() int64 + func (x *OrdersRequest) GetIncludeInactive() bool + func (x *OrdersRequest) GetLimit() int32 + func (x *OrdersRequest) GetMarketId() string + func (x *OrdersRequest) GetMarketIds() []string + func (x *OrdersRequest) GetOrderSide() string + func (x *OrdersRequest) GetSkip() uint64 + func (x *OrdersRequest) GetStartTime() int64 + func (x *OrdersRequest) GetSubaccountId() string + func (x *OrdersRequest) GetSubaccountTotalOrders() bool + func (x *OrdersRequest) GetTradeId() string + func (x *OrdersRequest) ProtoReflect() protoreflect.Message + func (x *OrdersRequest) Reset() + func (x *OrdersRequest) String() string + type OrdersResponse struct + Orders []*SpotLimitOrder + Paging *Paging + func (*OrdersResponse) Descriptor() ([]byte, []int) + func (*OrdersResponse) ProtoMessage() + func (x *OrdersResponse) GetOrders() []*SpotLimitOrder + func (x *OrdersResponse) GetPaging() *Paging + func (x *OrdersResponse) ProtoReflect() protoreflect.Message + func (x *OrdersResponse) Reset() + func (x *OrdersResponse) String() string + type Paging struct + CountBySubaccount int64 + From int32 + Next []string + To int32 + Total int64 + func (*Paging) Descriptor() ([]byte, []int) + func (*Paging) ProtoMessage() + func (x *Paging) GetCountBySubaccount() int64 + func (x *Paging) GetFrom() int32 + func (x *Paging) GetNext() []string + func (x *Paging) GetTo() int32 + func (x *Paging) GetTotal() int64 + func (x *Paging) ProtoReflect() protoreflect.Message + func (x *Paging) Reset() + func (x *Paging) String() string + type PriceLevel struct + Price string + Quantity string + Timestamp int64 + func (*PriceLevel) Descriptor() ([]byte, []int) + func (*PriceLevel) ProtoMessage() + func (x *PriceLevel) GetPrice() string + func (x *PriceLevel) GetQuantity() string + func (x *PriceLevel) GetTimestamp() int64 + func (x *PriceLevel) ProtoReflect() protoreflect.Message + func (x *PriceLevel) Reset() + func (x *PriceLevel) String() string + type PriceLevelUpdate struct + IsActive bool + Price string + Quantity string + Timestamp int64 + func (*PriceLevelUpdate) Descriptor() ([]byte, []int) + func (*PriceLevelUpdate) ProtoMessage() + func (x *PriceLevelUpdate) GetIsActive() bool + func (x *PriceLevelUpdate) GetPrice() string + func (x *PriceLevelUpdate) GetQuantity() string + func (x *PriceLevelUpdate) GetTimestamp() int64 + func (x *PriceLevelUpdate) ProtoReflect() protoreflect.Message + func (x *PriceLevelUpdate) Reset() + func (x *PriceLevelUpdate) String() string + type SingleSpotLimitOrderbookV2 struct + MarketId string + Orderbook *SpotLimitOrderbookV2 + func (*SingleSpotLimitOrderbookV2) Descriptor() ([]byte, []int) + func (*SingleSpotLimitOrderbookV2) ProtoMessage() + func (x *SingleSpotLimitOrderbookV2) GetMarketId() string + func (x *SingleSpotLimitOrderbookV2) GetOrderbook() *SpotLimitOrderbookV2 + func (x *SingleSpotLimitOrderbookV2) ProtoReflect() protoreflect.Message + func (x *SingleSpotLimitOrderbookV2) Reset() + func (x *SingleSpotLimitOrderbookV2) String() string + type SpotLimitOrder struct + Cid string + CreatedAt int64 + FeeRecipient string + MarketId string + OrderHash string + OrderSide string + Price string + Quantity string + State string + SubaccountId string + TriggerPrice string + TxHash string + UnfilledQuantity string + UpdatedAt int64 + func (*SpotLimitOrder) Descriptor() ([]byte, []int) + func (*SpotLimitOrder) ProtoMessage() + func (x *SpotLimitOrder) GetCid() string + func (x *SpotLimitOrder) GetCreatedAt() int64 + func (x *SpotLimitOrder) GetFeeRecipient() string + func (x *SpotLimitOrder) GetMarketId() string + func (x *SpotLimitOrder) GetOrderHash() string + func (x *SpotLimitOrder) GetOrderSide() string + func (x *SpotLimitOrder) GetPrice() string + func (x *SpotLimitOrder) GetQuantity() string + func (x *SpotLimitOrder) GetState() string + func (x *SpotLimitOrder) GetSubaccountId() string + func (x *SpotLimitOrder) GetTriggerPrice() string + func (x *SpotLimitOrder) GetTxHash() string + func (x *SpotLimitOrder) GetUnfilledQuantity() string + func (x *SpotLimitOrder) GetUpdatedAt() int64 + func (x *SpotLimitOrder) ProtoReflect() protoreflect.Message + func (x *SpotLimitOrder) Reset() + func (x *SpotLimitOrder) String() string + type SpotLimitOrderbookV2 struct + Buys []*PriceLevel + Sells []*PriceLevel + Sequence uint64 + Timestamp int64 + func (*SpotLimitOrderbookV2) Descriptor() ([]byte, []int) + func (*SpotLimitOrderbookV2) ProtoMessage() + func (x *SpotLimitOrderbookV2) GetBuys() []*PriceLevel + func (x *SpotLimitOrderbookV2) GetSells() []*PriceLevel + func (x *SpotLimitOrderbookV2) GetSequence() uint64 + func (x *SpotLimitOrderbookV2) GetTimestamp() int64 + func (x *SpotLimitOrderbookV2) ProtoReflect() protoreflect.Message + func (x *SpotLimitOrderbookV2) Reset() + func (x *SpotLimitOrderbookV2) String() string + type SpotMarketInfo struct + BaseDenom string + BaseTokenMeta *TokenMeta + MakerFeeRate string + MarketId string + MarketStatus string + MinNotional string + MinPriceTickSize string + MinQuantityTickSize string + QuoteDenom string + QuoteTokenMeta *TokenMeta + ServiceProviderFee string + TakerFeeRate string + Ticker string + func (*SpotMarketInfo) Descriptor() ([]byte, []int) + func (*SpotMarketInfo) ProtoMessage() + func (x *SpotMarketInfo) GetBaseDenom() string + func (x *SpotMarketInfo) GetBaseTokenMeta() *TokenMeta + func (x *SpotMarketInfo) GetMakerFeeRate() string + func (x *SpotMarketInfo) GetMarketId() string + func (x *SpotMarketInfo) GetMarketStatus() string + func (x *SpotMarketInfo) GetMinNotional() string + func (x *SpotMarketInfo) GetMinPriceTickSize() string + func (x *SpotMarketInfo) GetMinQuantityTickSize() string + func (x *SpotMarketInfo) GetQuoteDenom() string + func (x *SpotMarketInfo) GetQuoteTokenMeta() *TokenMeta + func (x *SpotMarketInfo) GetServiceProviderFee() string + func (x *SpotMarketInfo) GetTakerFeeRate() string + func (x *SpotMarketInfo) GetTicker() string + func (x *SpotMarketInfo) ProtoReflect() protoreflect.Message + func (x *SpotMarketInfo) Reset() + func (x *SpotMarketInfo) String() string + type SpotOrderHistory struct + Cid string + CreatedAt int64 + Direction string + ExecutionType string + FilledQuantity string + IsActive bool + MarketId string + OrderHash string + OrderType string + Price string + Quantity string + State string + SubaccountId string + TriggerPrice string + TxHash string + UpdatedAt int64 + func (*SpotOrderHistory) Descriptor() ([]byte, []int) + func (*SpotOrderHistory) ProtoMessage() + func (x *SpotOrderHistory) GetCid() string + func (x *SpotOrderHistory) GetCreatedAt() int64 + func (x *SpotOrderHistory) GetDirection() string + func (x *SpotOrderHistory) GetExecutionType() string + func (x *SpotOrderHistory) GetFilledQuantity() string + func (x *SpotOrderHistory) GetIsActive() bool + func (x *SpotOrderHistory) GetMarketId() string + func (x *SpotOrderHistory) GetOrderHash() string + func (x *SpotOrderHistory) GetOrderType() string + func (x *SpotOrderHistory) GetPrice() string + func (x *SpotOrderHistory) GetQuantity() string + func (x *SpotOrderHistory) GetState() string + func (x *SpotOrderHistory) GetSubaccountId() string + func (x *SpotOrderHistory) GetTriggerPrice() string + func (x *SpotOrderHistory) GetTxHash() string + func (x *SpotOrderHistory) GetUpdatedAt() int64 + func (x *SpotOrderHistory) ProtoReflect() protoreflect.Message + func (x *SpotOrderHistory) Reset() + func (x *SpotOrderHistory) String() string + type SpotTrade struct + Cid string + ExecutedAt int64 + ExecutionSide string + Fee string + FeeRecipient string + MarketId string + OrderHash string + Price *PriceLevel + SubaccountId string + TradeDirection string + TradeExecutionType string + TradeId string + func (*SpotTrade) Descriptor() ([]byte, []int) + func (*SpotTrade) ProtoMessage() + func (x *SpotTrade) GetCid() string + func (x *SpotTrade) GetExecutedAt() int64 + func (x *SpotTrade) GetExecutionSide() string + func (x *SpotTrade) GetFee() string + func (x *SpotTrade) GetFeeRecipient() string + func (x *SpotTrade) GetMarketId() string + func (x *SpotTrade) GetOrderHash() string + func (x *SpotTrade) GetPrice() *PriceLevel + func (x *SpotTrade) GetSubaccountId() string + func (x *SpotTrade) GetTradeDirection() string + func (x *SpotTrade) GetTradeExecutionType() string + func (x *SpotTrade) GetTradeId() string + func (x *SpotTrade) ProtoReflect() protoreflect.Message + func (x *SpotTrade) Reset() + func (x *SpotTrade) String() string + type StreamMarketsRequest struct + MarketIds []string + func (*StreamMarketsRequest) Descriptor() ([]byte, []int) + func (*StreamMarketsRequest) ProtoMessage() + func (x *StreamMarketsRequest) GetMarketIds() []string + func (x *StreamMarketsRequest) ProtoReflect() protoreflect.Message + func (x *StreamMarketsRequest) Reset() + func (x *StreamMarketsRequest) String() string + type StreamMarketsResponse struct + Market *SpotMarketInfo + OperationType string + Timestamp int64 + func (*StreamMarketsResponse) Descriptor() ([]byte, []int) + func (*StreamMarketsResponse) ProtoMessage() + func (x *StreamMarketsResponse) GetMarket() *SpotMarketInfo + func (x *StreamMarketsResponse) GetOperationType() string + func (x *StreamMarketsResponse) GetTimestamp() int64 + func (x *StreamMarketsResponse) ProtoReflect() protoreflect.Message + func (x *StreamMarketsResponse) Reset() + func (x *StreamMarketsResponse) String() string + type StreamOrderbookUpdateRequest struct + MarketIds []string + func (*StreamOrderbookUpdateRequest) Descriptor() ([]byte, []int) + func (*StreamOrderbookUpdateRequest) ProtoMessage() + func (x *StreamOrderbookUpdateRequest) GetMarketIds() []string + func (x *StreamOrderbookUpdateRequest) ProtoReflect() protoreflect.Message + func (x *StreamOrderbookUpdateRequest) Reset() + func (x *StreamOrderbookUpdateRequest) String() string + type StreamOrderbookUpdateResponse struct + MarketId string + OperationType string + OrderbookLevelUpdates *OrderbookLevelUpdates + Timestamp int64 + func (*StreamOrderbookUpdateResponse) Descriptor() ([]byte, []int) + func (*StreamOrderbookUpdateResponse) ProtoMessage() + func (x *StreamOrderbookUpdateResponse) GetMarketId() string + func (x *StreamOrderbookUpdateResponse) GetOperationType() string + func (x *StreamOrderbookUpdateResponse) GetOrderbookLevelUpdates() *OrderbookLevelUpdates + func (x *StreamOrderbookUpdateResponse) GetTimestamp() int64 + func (x *StreamOrderbookUpdateResponse) ProtoReflect() protoreflect.Message + func (x *StreamOrderbookUpdateResponse) Reset() + func (x *StreamOrderbookUpdateResponse) String() string + type StreamOrderbookV2Request struct + MarketIds []string + func (*StreamOrderbookV2Request) Descriptor() ([]byte, []int) + func (*StreamOrderbookV2Request) ProtoMessage() + func (x *StreamOrderbookV2Request) GetMarketIds() []string + func (x *StreamOrderbookV2Request) ProtoReflect() protoreflect.Message + func (x *StreamOrderbookV2Request) Reset() + func (x *StreamOrderbookV2Request) String() string + type StreamOrderbookV2Response struct + MarketId string + OperationType string + Orderbook *SpotLimitOrderbookV2 + Timestamp int64 + func (*StreamOrderbookV2Response) Descriptor() ([]byte, []int) + func (*StreamOrderbookV2Response) ProtoMessage() + func (x *StreamOrderbookV2Response) GetMarketId() string + func (x *StreamOrderbookV2Response) GetOperationType() string + func (x *StreamOrderbookV2Response) GetOrderbook() *SpotLimitOrderbookV2 + func (x *StreamOrderbookV2Response) GetTimestamp() int64 + func (x *StreamOrderbookV2Response) ProtoReflect() protoreflect.Message + func (x *StreamOrderbookV2Response) Reset() + func (x *StreamOrderbookV2Response) String() string + type StreamOrdersHistoryRequest struct + Direction string + ExecutionTypes []string + MarketId string + OrderTypes []string + State string + SubaccountId string + func (*StreamOrdersHistoryRequest) Descriptor() ([]byte, []int) + func (*StreamOrdersHistoryRequest) ProtoMessage() + func (x *StreamOrdersHistoryRequest) GetDirection() string + func (x *StreamOrdersHistoryRequest) GetExecutionTypes() []string + func (x *StreamOrdersHistoryRequest) GetMarketId() string + func (x *StreamOrdersHistoryRequest) GetOrderTypes() []string + func (x *StreamOrdersHistoryRequest) GetState() string + func (x *StreamOrdersHistoryRequest) GetSubaccountId() string + func (x *StreamOrdersHistoryRequest) ProtoReflect() protoreflect.Message + func (x *StreamOrdersHistoryRequest) Reset() + func (x *StreamOrdersHistoryRequest) String() string + type StreamOrdersHistoryResponse struct + OperationType string + Order *SpotOrderHistory + Timestamp int64 + func (*StreamOrdersHistoryResponse) Descriptor() ([]byte, []int) + func (*StreamOrdersHistoryResponse) ProtoMessage() + func (x *StreamOrdersHistoryResponse) GetOperationType() string + func (x *StreamOrdersHistoryResponse) GetOrder() *SpotOrderHistory + func (x *StreamOrdersHistoryResponse) GetTimestamp() int64 + func (x *StreamOrdersHistoryResponse) ProtoReflect() protoreflect.Message + func (x *StreamOrdersHistoryResponse) Reset() + func (x *StreamOrdersHistoryResponse) String() string + type StreamOrdersRequest struct + Cid string + EndTime int64 + IncludeInactive bool + Limit int32 + MarketId string + MarketIds []string + OrderSide string + Skip uint64 + StartTime int64 + SubaccountId string + SubaccountTotalOrders bool + TradeId string + func (*StreamOrdersRequest) Descriptor() ([]byte, []int) + func (*StreamOrdersRequest) ProtoMessage() + func (x *StreamOrdersRequest) GetCid() string + func (x *StreamOrdersRequest) GetEndTime() int64 + func (x *StreamOrdersRequest) GetIncludeInactive() bool + func (x *StreamOrdersRequest) GetLimit() int32 + func (x *StreamOrdersRequest) GetMarketId() string + func (x *StreamOrdersRequest) GetMarketIds() []string + func (x *StreamOrdersRequest) GetOrderSide() string + func (x *StreamOrdersRequest) GetSkip() uint64 + func (x *StreamOrdersRequest) GetStartTime() int64 + func (x *StreamOrdersRequest) GetSubaccountId() string + func (x *StreamOrdersRequest) GetSubaccountTotalOrders() bool + func (x *StreamOrdersRequest) GetTradeId() string + func (x *StreamOrdersRequest) ProtoReflect() protoreflect.Message + func (x *StreamOrdersRequest) Reset() + func (x *StreamOrdersRequest) String() string + type StreamOrdersResponse struct + OperationType string + Order *SpotLimitOrder + Timestamp int64 + func (*StreamOrdersResponse) Descriptor() ([]byte, []int) + func (*StreamOrdersResponse) ProtoMessage() + func (x *StreamOrdersResponse) GetOperationType() string + func (x *StreamOrdersResponse) GetOrder() *SpotLimitOrder + func (x *StreamOrdersResponse) GetTimestamp() int64 + func (x *StreamOrdersResponse) ProtoReflect() protoreflect.Message + func (x *StreamOrdersResponse) Reset() + func (x *StreamOrdersResponse) String() string + type StreamTradesRequest struct + AccountAddress string + Cid string + Direction string + EndTime int64 + ExecutionSide string + ExecutionTypes []string + Limit int32 + MarketId string + MarketIds []string + Skip uint64 + StartTime int64 + SubaccountId string + SubaccountIds []string + TradeId string + func (*StreamTradesRequest) Descriptor() ([]byte, []int) + func (*StreamTradesRequest) ProtoMessage() + func (x *StreamTradesRequest) GetAccountAddress() string + func (x *StreamTradesRequest) GetCid() string + func (x *StreamTradesRequest) GetDirection() string + func (x *StreamTradesRequest) GetEndTime() int64 + func (x *StreamTradesRequest) GetExecutionSide() string + func (x *StreamTradesRequest) GetExecutionTypes() []string + func (x *StreamTradesRequest) GetLimit() int32 + func (x *StreamTradesRequest) GetMarketId() string + func (x *StreamTradesRequest) GetMarketIds() []string + func (x *StreamTradesRequest) GetSkip() uint64 + func (x *StreamTradesRequest) GetStartTime() int64 + func (x *StreamTradesRequest) GetSubaccountId() string + func (x *StreamTradesRequest) GetSubaccountIds() []string + func (x *StreamTradesRequest) GetTradeId() string + func (x *StreamTradesRequest) ProtoReflect() protoreflect.Message + func (x *StreamTradesRequest) Reset() + func (x *StreamTradesRequest) String() string + type StreamTradesResponse struct + OperationType string + Timestamp int64 + Trade *SpotTrade + func (*StreamTradesResponse) Descriptor() ([]byte, []int) + func (*StreamTradesResponse) ProtoMessage() + func (x *StreamTradesResponse) GetOperationType() string + func (x *StreamTradesResponse) GetTimestamp() int64 + func (x *StreamTradesResponse) GetTrade() *SpotTrade + func (x *StreamTradesResponse) ProtoReflect() protoreflect.Message + func (x *StreamTradesResponse) Reset() + func (x *StreamTradesResponse) String() string + type StreamTradesV2Request struct + AccountAddress string + Cid string + Direction string + EndTime int64 + ExecutionSide string + ExecutionTypes []string + Limit int32 + MarketId string + MarketIds []string + Skip uint64 + StartTime int64 + SubaccountId string + SubaccountIds []string + TradeId string + func (*StreamTradesV2Request) Descriptor() ([]byte, []int) + func (*StreamTradesV2Request) ProtoMessage() + func (x *StreamTradesV2Request) GetAccountAddress() string + func (x *StreamTradesV2Request) GetCid() string + func (x *StreamTradesV2Request) GetDirection() string + func (x *StreamTradesV2Request) GetEndTime() int64 + func (x *StreamTradesV2Request) GetExecutionSide() string + func (x *StreamTradesV2Request) GetExecutionTypes() []string + func (x *StreamTradesV2Request) GetLimit() int32 + func (x *StreamTradesV2Request) GetMarketId() string + func (x *StreamTradesV2Request) GetMarketIds() []string + func (x *StreamTradesV2Request) GetSkip() uint64 + func (x *StreamTradesV2Request) GetStartTime() int64 + func (x *StreamTradesV2Request) GetSubaccountId() string + func (x *StreamTradesV2Request) GetSubaccountIds() []string + func (x *StreamTradesV2Request) GetTradeId() string + func (x *StreamTradesV2Request) ProtoReflect() protoreflect.Message + func (x *StreamTradesV2Request) Reset() + func (x *StreamTradesV2Request) String() string + type StreamTradesV2Response struct + OperationType string + Timestamp int64 + Trade *SpotTrade + func (*StreamTradesV2Response) Descriptor() ([]byte, []int) + func (*StreamTradesV2Response) ProtoMessage() + func (x *StreamTradesV2Response) GetOperationType() string + func (x *StreamTradesV2Response) GetTimestamp() int64 + func (x *StreamTradesV2Response) GetTrade() *SpotTrade + func (x *StreamTradesV2Response) ProtoReflect() protoreflect.Message + func (x *StreamTradesV2Response) Reset() + func (x *StreamTradesV2Response) String() string + type SubaccountOrdersListRequest struct + Limit int32 + MarketId string + Skip uint64 + SubaccountId string + func (*SubaccountOrdersListRequest) Descriptor() ([]byte, []int) + func (*SubaccountOrdersListRequest) ProtoMessage() + func (x *SubaccountOrdersListRequest) GetLimit() int32 + func (x *SubaccountOrdersListRequest) GetMarketId() string + func (x *SubaccountOrdersListRequest) GetSkip() uint64 + func (x *SubaccountOrdersListRequest) GetSubaccountId() string + func (x *SubaccountOrdersListRequest) ProtoReflect() protoreflect.Message + func (x *SubaccountOrdersListRequest) Reset() + func (x *SubaccountOrdersListRequest) String() string + type SubaccountOrdersListResponse struct + Orders []*SpotLimitOrder + Paging *Paging + func (*SubaccountOrdersListResponse) Descriptor() ([]byte, []int) + func (*SubaccountOrdersListResponse) ProtoMessage() + func (x *SubaccountOrdersListResponse) GetOrders() []*SpotLimitOrder + func (x *SubaccountOrdersListResponse) GetPaging() *Paging + func (x *SubaccountOrdersListResponse) ProtoReflect() protoreflect.Message + func (x *SubaccountOrdersListResponse) Reset() + func (x *SubaccountOrdersListResponse) String() string + type SubaccountTradesListRequest struct + Direction string + ExecutionType string + Limit int32 + MarketId string + Skip uint64 + SubaccountId string + func (*SubaccountTradesListRequest) Descriptor() ([]byte, []int) + func (*SubaccountTradesListRequest) ProtoMessage() + func (x *SubaccountTradesListRequest) GetDirection() string + func (x *SubaccountTradesListRequest) GetExecutionType() string + func (x *SubaccountTradesListRequest) GetLimit() int32 + func (x *SubaccountTradesListRequest) GetMarketId() string + func (x *SubaccountTradesListRequest) GetSkip() uint64 + func (x *SubaccountTradesListRequest) GetSubaccountId() string + func (x *SubaccountTradesListRequest) ProtoReflect() protoreflect.Message + func (x *SubaccountTradesListRequest) Reset() + func (x *SubaccountTradesListRequest) String() string + type SubaccountTradesListResponse struct + Trades []*SpotTrade + func (*SubaccountTradesListResponse) Descriptor() ([]byte, []int) + func (*SubaccountTradesListResponse) ProtoMessage() + func (x *SubaccountTradesListResponse) GetTrades() []*SpotTrade + func (x *SubaccountTradesListResponse) ProtoReflect() protoreflect.Message + func (x *SubaccountTradesListResponse) Reset() + func (x *SubaccountTradesListResponse) String() string + type TokenMeta struct + Address string + Decimals int32 + Logo string + Name string + Symbol string + UpdatedAt int64 + func (*TokenMeta) Descriptor() ([]byte, []int) + func (*TokenMeta) ProtoMessage() + func (x *TokenMeta) GetAddress() string + func (x *TokenMeta) GetDecimals() int32 + func (x *TokenMeta) GetLogo() string + func (x *TokenMeta) GetName() string + func (x *TokenMeta) GetSymbol() string + func (x *TokenMeta) GetUpdatedAt() int64 + func (x *TokenMeta) ProtoReflect() protoreflect.Message + func (x *TokenMeta) Reset() + func (x *TokenMeta) String() string + type TradesRequest struct + AccountAddress string + Cid string + Direction string + EndTime int64 + ExecutionSide string + ExecutionTypes []string + Limit int32 + MarketId string + MarketIds []string + Skip uint64 + StartTime int64 + SubaccountId string + SubaccountIds []string + TradeId string + func (*TradesRequest) Descriptor() ([]byte, []int) + func (*TradesRequest) ProtoMessage() + func (x *TradesRequest) GetAccountAddress() string + func (x *TradesRequest) GetCid() string + func (x *TradesRequest) GetDirection() string + func (x *TradesRequest) GetEndTime() int64 + func (x *TradesRequest) GetExecutionSide() string + func (x *TradesRequest) GetExecutionTypes() []string + func (x *TradesRequest) GetLimit() int32 + func (x *TradesRequest) GetMarketId() string + func (x *TradesRequest) GetMarketIds() []string + func (x *TradesRequest) GetSkip() uint64 + func (x *TradesRequest) GetStartTime() int64 + func (x *TradesRequest) GetSubaccountId() string + func (x *TradesRequest) GetSubaccountIds() []string + func (x *TradesRequest) GetTradeId() string + func (x *TradesRequest) ProtoReflect() protoreflect.Message + func (x *TradesRequest) Reset() + func (x *TradesRequest) String() string + type TradesResponse struct + Paging *Paging + Trades []*SpotTrade + func (*TradesResponse) Descriptor() ([]byte, []int) + func (*TradesResponse) ProtoMessage() + func (x *TradesResponse) GetPaging() *Paging + func (x *TradesResponse) GetTrades() []*SpotTrade + func (x *TradesResponse) ProtoReflect() protoreflect.Message + func (x *TradesResponse) Reset() + func (x *TradesResponse) String() string + type TradesV2Request struct + AccountAddress string + Cid string + Direction string + EndTime int64 + ExecutionSide string + ExecutionTypes []string + Limit int32 + MarketId string + MarketIds []string + Skip uint64 + StartTime int64 + SubaccountId string + SubaccountIds []string + TradeId string + func (*TradesV2Request) Descriptor() ([]byte, []int) + func (*TradesV2Request) ProtoMessage() + func (x *TradesV2Request) GetAccountAddress() string + func (x *TradesV2Request) GetCid() string + func (x *TradesV2Request) GetDirection() string + func (x *TradesV2Request) GetEndTime() int64 + func (x *TradesV2Request) GetExecutionSide() string + func (x *TradesV2Request) GetExecutionTypes() []string + func (x *TradesV2Request) GetLimit() int32 + func (x *TradesV2Request) GetMarketId() string + func (x *TradesV2Request) GetMarketIds() []string + func (x *TradesV2Request) GetSkip() uint64 + func (x *TradesV2Request) GetStartTime() int64 + func (x *TradesV2Request) GetSubaccountId() string + func (x *TradesV2Request) GetSubaccountIds() []string + func (x *TradesV2Request) GetTradeId() string + func (x *TradesV2Request) ProtoReflect() protoreflect.Message + func (x *TradesV2Request) Reset() + func (x *TradesV2Request) String() string + type TradesV2Response struct + Paging *Paging + Trades []*SpotTrade + func (*TradesV2Response) Descriptor() ([]byte, []int) + func (*TradesV2Response) ProtoMessage() + func (x *TradesV2Response) GetPaging() *Paging + func (x *TradesV2Response) GetTrades() []*SpotTrade + func (x *TradesV2Response) ProtoReflect() protoreflect.Message + func (x *TradesV2Response) Reset() + func (x *TradesV2Response) String() string + type UnimplementedInjectiveSpotExchangeRPCServer struct + func (UnimplementedInjectiveSpotExchangeRPCServer) AtomicSwapHistory(context.Context, *AtomicSwapHistoryRequest) (*AtomicSwapHistoryResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) Market(context.Context, *MarketRequest) (*MarketResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) Markets(context.Context, *MarketsRequest) (*MarketsResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) OrderbookV2(context.Context, *OrderbookV2Request) (*OrderbookV2Response, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) OrderbooksV2(context.Context, *OrderbooksV2Request) (*OrderbooksV2Response, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) Orders(context.Context, *OrdersRequest) (*OrdersResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) OrdersHistory(context.Context, *OrdersHistoryRequest) (*OrdersHistoryResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamMarkets(*StreamMarketsRequest, InjectiveSpotExchangeRPC_StreamMarketsServer) error + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamOrderbookUpdate(*StreamOrderbookUpdateRequest, ...) error + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamOrderbookV2(*StreamOrderbookV2Request, InjectiveSpotExchangeRPC_StreamOrderbookV2Server) error + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamOrders(*StreamOrdersRequest, InjectiveSpotExchangeRPC_StreamOrdersServer) error + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamOrdersHistory(*StreamOrdersHistoryRequest, ...) error + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamTrades(*StreamTradesRequest, InjectiveSpotExchangeRPC_StreamTradesServer) error + func (UnimplementedInjectiveSpotExchangeRPCServer) StreamTradesV2(*StreamTradesV2Request, InjectiveSpotExchangeRPC_StreamTradesV2Server) error + func (UnimplementedInjectiveSpotExchangeRPCServer) SubaccountOrdersList(context.Context, *SubaccountOrdersListRequest) (*SubaccountOrdersListResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) SubaccountTradesList(context.Context, *SubaccountTradesListRequest) (*SubaccountTradesListResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) Trades(context.Context, *TradesRequest) (*TradesResponse, error) + func (UnimplementedInjectiveSpotExchangeRPCServer) TradesV2(context.Context, *TradesV2Request) (*TradesV2Response, error) + type UnsafeInjectiveSpotExchangeRPCServer interface