| description | Status queries the status of an IBC client. |
|---|
client_id - string, client unique identifier
{% code overflow="wrap" %}
// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos.blockpi.network/lcd/v1/<your-api-key>/ibc/core/client/v1/client_status/07-tendermint-0
// Result
{
"status": "Expired"
}{% endcode %}