Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 458 Bytes

File metadata and controls

23 lines (17 loc) · 458 Bytes
description Status queries the status of an IBC client.

/ibc/core/client/v1/client_status/{client_id}

Parameters:

client_id - string, client unique identifier

Example:

{% 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 %}