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

Status queries the status of an IBC client.

Parameters:

client_id - string, client unique identifier

Example:

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

// Result
{
    "status": "Expired"
}

Last updated