get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/upgrade/v1beta1/applied_plan/
Queries a previously applied upgrade plan by its name.
Parameters
Path
name
:STRING
- The name of the applied plan or version of Cosmos Hub blockchain to query for.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/upgrade/v1beta1/applied_plan/v10" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The applied plan information.
{
"height": "15816200"
}