Dashboard
Market visibility
Control market visibility rules for an operator integration.
Market visibility
Market visibility mode controls which markets operator users can access through Mini App surface.
Modes
| Mode | Meaning |
|---|---|
all | All eligible markets visible to operator integration. |
allowlist | Only explicitly allowed markets visible. |
blocklist | All eligible markets visible except explicitly blocked ones. |
How to choose
- use
allfor broad rollout with no market restrictions - use
allowlistfor phased launch or regulated scope - use
blocklistwhen most markets allowed but few must stay hidden
Operational guidance
- treat visibility changes as production-impacting config
- validate expected market set after each change
- coordinate visibility changes with onboarding, compliance, or commercial rules
Verification
After change:
- call
GET /api/operator/markets - confirm expected list returned
- launch test user and verify same market set in Mini App
Common mistakes
- forgetting hidden markets still exist in broader platform
- changing visibility without re-running operator smoke checks
- assuming market visibility can fix wallet or webhook issues
