Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/circuit/v1/accounts/{address}

Path Parameters

address*string

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/circuit/v1/accounts/string"
{
  "permission": {
    "level": "LEVEL_NONE_UNSPECIFIED",
    "limit_type_urls": [
      "string"
    ]
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}