Skip to content

Generated schema for gamm/v2/query.proto: 1 service, 2 messages in the x/gamm module.

Proto package gamm.v2, part of the x/gamm module. It declares 1 service, 2 messages. Read the raw source.

Service Query

RPCRequestResponseREST pathDescription
SpotPriceQuerySpotPriceRequestQuerySpotPriceResponseGET /osmosis/gamm/v2/pools/{pool_id}/pricesDeprecated. Deprecated: please use alternate in x/poolmanager

Messages

QuerySpotPriceRequest

Deprecated: please use alternate in x/poolmanager

Field#TypeRuleDescription
pool_id1uint64singular
base_asset_denom2stringsingular
quote_asset_denom3stringsingular
withSwapFee4boolsingularDEPRECATED

QuerySpotPriceResponse

Deprecated: please use alternate in x/poolmanager

Field#TypeRuleDescription
spot_price1stringsingularString of the Dec. Ex) 10.203uatom

Edit this page on GitHub