/vcm/v1/users/<user_id>/markets/GOOGLE/wallets

  • Base address: 48cc81cdb8de30e061928f56e9bd4b4d.baas.nintendo.com

  • Method: GET

  • Status code: 200

Request headers

Authorization: Bearer <id_token>
User-Agent: com.nintendo.zaga/2.19.0 ONEPLUS A6003/11 NPFSDK/Unity-2.33.0-0a4be7c8
Accept-Language: en-US; q=1, en; q=0.5, *; q=0.001
Host: 48cc81cdb8de30e061928f56e9bd4b4d.baas.nintendo.com
Connection: Keep-Alive
Accept-Encoding: gzip

Request body

null

Response headers

Content-Type: application/json
X-Cloud-Trace-Context: 963c9f8324ee2b948617b71280138bc1
Date: Wed, 31 Aug 2022 21:53:28 GMT
Server: Google Frontend
Content-Length: 144
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"

Response

[
    {
        "userId": "<user_id>",
        "virtualCurrencyName": "diamond",
        "market": "GOOGLE",
        "remittedBalances": [],
        "balance": {
            "free": 0,
            "paid": [],
            "total": 0
        }
    }
]

Notes