_getAppliedPlanByName

Queries a previously applied upgrade plan by its name.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Path Params
string
required
Defaults to v10
Headers
string
required
Defaults to 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj

All That Node API key

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