Terp Network Docs
APIsOpenapiService
GET
/cosmos/base/tendermint/v1beta1/abci_query

Query Parameters

data?string
path?string
height?string
Formatint64
prove?boolean

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/base/tendermint/v1beta1/abci_query"
{
  "code": 0,
  "log": "string",
  "info": "string",
  "index": "string",
  "key": "string",
  "value": "string",
  "proof_ops": {
    "ops": [
      {
        "type": "string",
        "key": "string",
        "data": "string"
      }
    ]
  },
  "height": "string",
  "codespace": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}