# /ibc/core/client/v1/consensus\_states/{client\_id}

#### **Parameters:**

**client\_id - string**, client unique identifier

#### Example:

{% code overflow="wrap" %}

```json
// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos.blockpi.network/lcd/v1/<your-api-key>/ibc/core/client/v1/consensus_states/07-tendermint-0

// Result
{
    "consensus_states": [],
    "pagination": {
        "next_key": null,
        "total": "0"
    }
}
```

{% endcode %}
