ZooGames API Guide
Ask or search…
K
Comment on page

Users

All about user's info

Get User's Info

The User API serves the purpose of retrieving essential information about a user in the ZooGames API. It provides details such as the user's ZooGamesID, EVM addresses (primary, secondaries and mirror), their respective balances, the chain ID, the number of successful 2FA verifications, the creation time, and an optional avatar. This information can be used for user identification, account management, displaying user profiles, and tracking user activities within the gaming platform
get
API_END_POINT_URL
/API_KEY/userInfo/username/[ZOO_GAMES_ID]
Get Basic Info by ZooGamesId
get
API_END_POINT_URL
/API_KEY/userInfo/primary/[PRIMARY_ADDRESS]
Get Basic Info by Primary address
get
API_END_POINT_URL
/API_KEY/secondary/[PRIMARY_ADDRESS or ZOO_GAMES_ID]
Get linked secondary addresses by Primary Address or ZooGamesID
get
API_END_POINT_URL
/api/user/profile_pic/[ZOO_GAMES_ID]
Get user profile image directly