Skip to main content

Validators - Polkadot


Add Nomination Proxy

Request creation of new Polkadot account with passed attributes.

URL

https://hubble.figment.io/api/v1/prime/polkadot/nomination_proxy

Request

  • stash_account_address* : string A valid Polkadot address.
  • controller_account_address* : string A valid Polkadot address.
  • proxy_account_address* : string A valid Polkadot address.
  • qtx_dot_bonded* : string An amount in DOT.
  • polkadot_network_name* : string Allowed value(s): polkadot, westend.

Response

  • success : boolean Returns true if the action was successful.
Request
Example Response
{
"success": true
}


Revoke Nomination Proxy

Request to revoke Polkadot proxy account with passed attributes.

URL

https://hubble.figment.io/api/v1/prime/polkadot/nomination_proxy/revoke_proxy

Request

  • stash_account_address* : string A valid Polkadot address.
  • controller_account_address* : string A valid Polkadot address.

Response

  • success : boolean Returns true if the action was successful.
Request
Example Response
{
"success": true
}