Skip to main content

Configuration

Blockchain Integration Data Query Apis Protocol Rest Queries Configuration (v1.0.0)

Download OpenAPI specification:Download

API Documentation for Blockchain Integration Data Query Apis Protocol Rest Queries Configuration

Params

Params queries the parameters of x/consensus module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

AnnualProvisions

AnnualProvisions current minting annual provisions value.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "annualProvisions": "string"
}

Inflation

Inflation returns the current minting inflation value.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "inflation": "string"
}

Params

Params returns the total set of minting parameters.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Config returns the current app config.

Config returns the current app config.

Authorizations:
bearerAuth
header Parameters
Connect-Protocol-Version
required
number (Connect-Protocol-Version)
Value: 1

Define the version of the Connect protocol

Value: 1
Connect-Timeout-Ms
number (Connect-Timeout-Ms)

Define the timeout, in ms

Request Body schema: application/json
required
object (QueryConfigRequest)

QueryConfigRequest is the Query/Config request type.

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{
  • "config": {
    }
}

Bech32Prefix

Bech32Prefix queries bech32Prefix

Since: cosmos-sdk 0.46

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "bech32Prefix": "string"
}

Params

Params queries all parameters.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params queries the parameters of x/bank module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params returns the sanction module's params.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params queries params of the distribution module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Parameters queries the staking parameters.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Pool

Pool queries the pool info.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "pool": {
    }
}

Params

Params queries the parameters of slashing module

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Config

Config queries for the operator configuration.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "minimumGasPrice": "string",
  • "pruningKeepRecent": "string",
  • "pruningInterval": "string",
  • "haltHeight": 0
}

Params

Params queries all parameters of the gov module.

Authorizations:
bearerAuth
path Parameters
params_type
required
string (params_type)

params_type defines which parameters to query for, can be one of "voting", "tallying" or "deposit".

Responses

Response samples

Content type
application/json
{
  • "votingParams": {
    },
  • "depositParams": {
    },
  • "tallyParams": {
    },
  • "params": {
    }
}

Params

Params returns the exchange module parameters.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params queries params of the attribute module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params queries the parameters for x/msgfees

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Oracle

Oracle forwards a query to the module's oracle

Authorizations:
bearerAuth
query Parameters
query
string <byte> (query)

Query contains the query data passed to the oracle.

Responses

Response samples

Content type
application/json
{
  • "data": "string"
}

OracleAddress

OracleAddress returns the address of the oracle

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "address": "string"
}

Params

Params queries params of the ihchooks module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params defines a gRPC query method that returns the ibcratelimit module's parameters.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params queries the parameters of x/bank module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

Params

Params queries params of the name module.

Authorizations:
bearerAuth

Responses

Response samples

Content type
application/json
{
  • "params": {
    }
}

OSLocatorParams

OSLocatorParams returns all parameters for the object store locator sub module.

Authorizations:
bearerAuth
query Parameters
includeRequest
boolean (include_request)

include_request is a flag for whether to include this request in your result.

Responses

Response samples

Content type
application/json
{
  • "params": {
    },
  • "request": {
    }
}

Params

Params queries the parameters of x/metadata module.

Authorizations:
bearerAuth
query Parameters
includeRequest
boolean (include_request)

include_request is a flag for whether to include this request in your result.

Responses

Response samples

Content type
application/json
{
  • "params": { },
  • "request": {
    }
}