Terp Network Docs
APIsOpenapiQuery
GET
/terp/smartaccount/params

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/terp/smartaccount/params"
{
  "params": {
    "maximum_unauthenticated_gas": "string",
    "is_smart_account_active": true,
    "circuit_breaker_controllers": [
      "string"
    ]
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}