_getAppliedPlanByName

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"
}

Try Yourself

Language
Click Try It! to start a request and see the response here!