Accessing user eligibility / MVP status for Synergy App

Hi MSU Builder Team,

We are building a Synergy App for the MSU ecosystem and are finalizing our user access flow.

We would like to restrict participation to users who meet the same ecosystem eligibility standards required for MapleStory N, without accessing any personal identity or KYC data.

Is there any supported way for builders to check one of the following?

  • Whether a connected wallet/account is eligible to access MapleStory N-level experiences
  • Whether the account is restricted or permitted
  • Credit Level
  • MVP status or MVP rank
  • OAuth / MSU Account / Smithy-style authorization flow for Synergy Apps

Our use case is only eligibility and benefit gating inside our app. We do not need personal user information.

If this requires an extended API scope or private approval process, could you please point us to the correct request path?

Thank you.

1 Like

Great question, I have a similar need. I’m building a monster collection platform for MSU players and need to verify that a connected wallet belongs to an active MSU participant before granting access. Right now I don’t see anything in the Accounts or Characters endpoints that exposes eligibility status or account restrictions without touching personal data. Would love to see an endpoint that returns a simple eligible/restricted flag per wallet. Adding my support to this request.