API Reference

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 wallets
  • api/transactions - List transactions
  • api/staking:transactions - List staking transactions
  • api/staking:rewards - All staking rewards endpoints
  • api/staking:stake.write- Staking initiation endpoints
  • api/webhook - Webhook list endpoint
  • api/webhook.write - Webhook subscribe and unsubscribe endpoints