Skip to content

acto access

Check your token balance before making API requests.

This is a Convenience Tool

This command only checks your balance locally. It does not grant API access.

Actual access control is enforced server-side with fixed parameters (token mint, minimum balance) that cannot be manipulated.

Commands

CommandDescription
acto access checkCheck if wallet has sufficient ACTO tokens

Check Access

bash
acto access check [OPTIONS]

Options

OptionDescriptionRequired
--owner, -oWallet address to checkYes

Advanced options (usually not needed):

OptionDescription
--mint, -mCustom token mint (for testing)
--minimum, -minCustom minimum (for testing)
--rpc, -rCustom RPC URL (for testing)

Examples

bash
# Check if your wallet has enough ACTO tokens
acto access check --owner 5K8vK...

Output

✅ Access Allowed
   Wallet: 5K8vK...
   Balance: 125,000 tokens
   Required: 50,000 tokens

Or if insufficient:

❌ Access Denied
   Wallet: 5K8vK...
   Balance: 25,000 tokens
   Required: 50,000 tokens
   Reason: Insufficient balance

https://www.actobotics.net