Nomination Pools
Create Claim Permission Request
Creating a claim permission request allows users having membership in the Polkadot nomination pool to grant permission to any other pool member account for claiming, bonding or withdrawing rewards on behalf of the user.
POST
Create Claim Permission Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Polkadot network:
- `mainnet` — Polkadot mainnet.
- `kusama` — Kusama mainnet.
- `westend` — Polkadot testnet.
Available options:
mainnet, kusama, westend Body
application/json
Main stash account address which keeps tokens for bonding.
Example:
"5H6ryBWChC5w7eaQ4GZjo329sEnhvjetSr6MBEt42mZ5tPw5"
State of the permission to claim rewards:
- `Permissioned` — user needs to claim, bond or withdraw rewards by themselves.
- `PermissionlessCompound` — claiming and bonding rewards on behalf of the user are permitted.
- `PermissionlessWithdraw` — claiming and withdrawing rewards on behalf of the user are permitted.
- `PermissionlessAll` — claiming, bonding and withdrawing rewards on behalf of the user are permitted.
Available options:
Permissioned, PermissionlessCompound, PermissionlessWithdraw, PermissionlessAll Example:
"PermissionlessAll"
Optional boolean parameter indicating whether to include additional metadata in the response.
Example:
false