Osmosis - gRPC Gateway docs
v1.0.0https://osmo.nownodes.ioA REST interface for state queries, legacy transactions
Authentication
api-keyAuthapiKeyAPI Key: api-key in header
API Reference
Epochs
CurrentEpoch provide current epoch of specified identifier
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
identifierstringqueryResponse
A successful response.
An unexpected error response.
EpochInfos provide running epochInfos
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Gamm
CFMMConcentratedPoolLinks returns migration links between CFMM and Concentrated pools.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
ConcentratedPoolIdLinkFromBalancer returns the pool id of the concentrated pool that is linked with the given CFMM pool.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
cfmm_pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
PoolsWithFilter allows you to query specific pools with requested parameters
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
min_liquiditystringqueryString of the coins in single string seperated by comma. Ex) 10uatom,100uosmo.
pool_typestringquerypagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
Deprecated: please use the alternative in x/poolmanager
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
PoolType returns the type of the pool. Returns "Balancer" as a string literal when the pool is a balancer pool. Errors if the pool is failed to be type caseted.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
Deprecated: please use the alternative in x/poolmanager
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
SpotPrice defines a gRPC query handler that returns the spot price given a base denomination and a quote denomination.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathbase_asset_denomstringqueryquote_asset_denomstringqueryResponse
A successful response.
An unexpected error response.
Deprecated: please use the alternative in x/poolmanager
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Deprecated: please use the alternative in x/poolmanager
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathsenderstringquerytoken_instringqueryResponse
A successful response.
An unexpected error response.
Deprecated: please use the alternative in x/poolmanager
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathsenderstringquerytoken_outstringqueryResponse
A successful response.
An unexpected error response.
Incentives
ActiveGauges returns active gauges
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
ActiveGaugesPerDenom returns active gauges by denom
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringqueryDesired denom when querying active gagues.
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
AllGroups returns all groups
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
AllGroupsGauges returns all group gauges
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
AllGroupsWithGauge returns all groups with their group gauge
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
CurrentWeightByGroupGaugeID returns the current weight since the the last epoch given a group gauge ID
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
group_gauge_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
GaugeByID returns gauges by their respective ID
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
idstring<uint64>requiredpathGague ID being queried
Response
A successful response.
An unexpected error response.
Gauges returns both upcoming and active gauges
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
GroupByGroupGaugeID returns a group given its group gauge ID
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
LockableDurations returns lockable durations that are valid to distribute incentives for
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
ModuleToDistributeCoins returns coins that are going to be distributed
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
RewardsEst returns an estimate of the rewards from now until a specified time in the future The querier either provides an address or a set of locks for which they want to find the associated rewards
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathAddress that is being queried for future estimated rewards
lock_idsArray<string>queryLock IDs included in future reward estimation.
end_epochstring<int64>queryUpper time limit of reward estimation Lower limit is current epoch.
Response
A successful response.
An unexpected error response.
Returns scheduled gauges that have not yet occured
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
UpcomingGaugesPerDenom returns scheduled gauges that have not yet occured by denom
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringqueryFilter for upcoming gagues that match specific denom.
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
Lockup
Return a locked coins that can't be withdrawn
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathResponse
A successful response.
An unexpected error response.
Returns account locked records with a specific duration
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathdurationstringqueryResponse
A successful response.
An unexpected error response.
Returns account locked records with longer duration
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathdurationstringqueryResponse
A successful response.
An unexpected error response.
Returns account's locked records for a denom with longer duration
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathdurationstringquerydenomstringqueryResponse
A successful response.
An unexpected error response.
Returns account locked records with longer duration excluding tokens started unlocking
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathdurationstringqueryResponse
A successful response.
An unexpected error response.
Returns locked records of an account with unlock time beyond timestamp
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathtimestampstring<date-time>queryResponse
A successful response.
An unexpected error response.
Returns lock records by address, timestamp, denom
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathtimestampstring<date-time>querydenomstringqueryResponse
A successful response.
An unexpected error response.
Returns locked records of an account with unlock time beyond timestamp excluding tokens started unlocking
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathtimestampstring<date-time>queryResponse
A successful response.
An unexpected error response.
Returns unlockable coins which are not withdrawn yet
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathResponse
A successful response.
An unexpected error response.
Returns unlocked records with unlock time before timestamp
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathtimestampstring<date-time>queryResponse
A successful response.
An unexpected error response.
Returns unlocking coins
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
ownerstringrequiredpathResponse
A successful response.
An unexpected error response.
Returns lock record by id
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
lock_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Returns lock record by id
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
lock_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Returns total locked per denom with longer past given time
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringquerydurationstringqueryResponse
A successful response.
An unexpected error response.
Return full balance of the module
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Return locked balance of the module
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns next lock ID
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Params returns lockup params.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns synthetic lockup by native lockup id
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
lock_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Returns synthetic lockup by native lockup id Deprecated: use SyntheticLockupByLockupID instead
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
lock_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Mint
EpochProvisions returns the current minting epoch provisions value.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Params returns the total set of minting parameters.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Pool-Incentives
DistrInfo returns the pool's matching gauge ids and weights.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
ExternalIncentiveGauges returns external incentive gauges.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
GaugeIds takes the pool id and returns the matching gauge ids and durations
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pool_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
IncentivizedPools returns currently incentivized pools
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
LockableDurations returns lock durations for pools.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Params returns pool incentives params.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Superfluid
Returns all of a user's full range CL positions that are superfluid staked.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
delegator_addressstringrequiredpathResponse
A successful response.
An unexpected error response.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
delegator_addressstringrequiredpathResponse
A successful response.
An unexpected error response.
Returns all registered superfluid assets.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns all superfluid intermediary accounts.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalbooleanquerycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reversebooleanqueryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response.
Returns the total amount of osmo superfluidly staked. Response is denominated in uosmo.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns the osmo equivalent multiplier used in the most recent epoch.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringqueryResponse
A successful response.
An unexpected error response.
Returns superfluid asset type, whether if it's a native asset or an lp share.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringqueryResponse
A successful response.
An unexpected error response.
Returns intermediary account connected to a superfluid staked lock by id
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
lock_idstring<uint64>requiredpathResponse
A successful response.
An unexpected error response.
Returns the amount of a specific denom delegated to a specific validator This is labeled an estimate, because the way it calculates the amount can lead rounding errors from the true delegated amount
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
validator_addressstringquerydenomstringqueryResponse
A successful response.
An unexpected error response.
Params returns the total set of superfluid parameters.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns the coins superfluid delegated for the delegator, validator, denom triplet
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
delegator_addressstringqueryvalidator_addressstringquerydenomstringqueryResponse
A successful response.
An unexpected error response.
Returns all the delegated superfluid poistions for a specific delegator.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
delegator_addressstringrequiredpathResponse
A successful response.
An unexpected error response.
Returns all the superfluid positions of a specific denom delegated to one validator
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
validator_addressstringquerydenomstringqueryResponse
A successful response.
An unexpected error response.
Returns all the undelegating superfluid poistions for a specific delegator.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
delegator_addressstringrequiredpathdenomstringqueryResponse
A successful response.
An unexpected error response.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringqueryResponse
A successful response.
An unexpected error response.
Returns the specified delegations for a specific delegator
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
delegator_addressstringrequiredpathResponse
A successful response.
An unexpected error response.
Returns a list of whitelisted pool ids to unpool.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
TokenFactory
BeforeSendHookAddress defines a gRPC query method for getting the address registered for the before send hook.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringrequiredpathResponse
A successful response.
An unexpected error response.
DenomsFromCreator defines a gRPC query method for fetching all denominations created by a specific admin/creator.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
creatorstringrequiredpathResponse
A successful response.
An unexpected error response.
Params defines a gRPC query method that returns the tokenfactory module's parameters.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
TxFees
Returns a list of all base denom tokens and their corresponding pools.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns a list of all base denom tokens and their corresponding pools.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
Returns the poolID for a specified denom input.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringrequiredpathResponse
A successful response.
An unexpected error response.
FeeTokens returns a list of all the whitelisted fee tokens and their corresponding pools. It does not include the BaseDenom, which has its own query endpoint
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Response
A successful response.
An unexpected error response.
DenomSpotPrice returns all spot prices by each registered token denom.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Parameters
denomstringqueryResponse
A successful response.
An unexpected error response.