Scopes can be used to limit the tokens you generate to certain endpoints for security purposes.
Tokens can contain multiple scopes by separating them with a space on call
scope: api/wallets api/transactions
creates a token that can only list wallets and transactions
List of scopes:
api/wallets
- List walletsapi/transactions
- List transactionsapi/staking:transactions
- List staking transactionsapi/staking:rewards
- All staking rewards endpointsapi/staking:stake.write
- Staking initiation endpointsapi/webhook
- Webhook list endpointapi/webhook.write
- Webhook subscribe and unsubscribe endpoints