Get User Wallet
GET/me/wallets
Get the authenticated user wallets. Successful request will return a single Wallet Object.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
404 | 14001 | The game associated with the supplied api_key is currently not available. |
404 | 900022 | The game may not be setup for monetization as no active monetization team could be found. |
422 | 17034 | Users email must be verified before they can create the account with monetization. |
422 | 900002 | A failure has occured when trying to communicate with the monetization system. |
422 | 900007 | Unable to create the account with monetization. |
422 | 900008 | A failure has occured when trying to find the user's wallet. |
Responses
- 200
- 404
- 422
Request Successful
The game associated with the supplied api_key is currently not available.
A failure has occured when trying to find the user's wallet.