Params

ClientParams queries all parameters of the ibc client submodule.

get
Responses
200

A successful response.

application/json
get
GET /ibc/core/client/v1/params HTTP/1.1
Host: rest.origin.uptick.network
Accept: */*
{
  "params": {
    "allowed_clients": [
      "text"
    ]
  }
}

Last updated