Revoke Nomination Proxy

Add Nomination Proxy and Revoke Nomination Proxy Endpoints

Note: The Add Nomination Proxy and Revoke Nomination Proxy endpoints do not perform on-chain actions. These are off-chain, one-time operations that trigger Figment's internal logic only.

Parameters

Responses

Example Usage

cURL Command

curl --request POST \
     --url https://api.figment.io/polkadot/nomination_proxy/revoke_proxy \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: your-api-key-here' \
     --data '
{
  "network": "polkadot"
}
'

Response Example

{
  "success": true
}