Wallets
The Wallets API provides a set of endpoints to interact with web3 wallets a user has linked with Gamerbase.
Get Wallets
get
Responses
400
Generic Client Error
application/json
401
Authentication related errors:
GENERIC_UNAUTHORIZED: Generic unauthorized access error.SESSION_TOKEN_EXPIRED: User session has expired.REFRESH_TOKEN_EXPIRED: Refresh token has expired.
application/json
404
Generic not found
application/json
500
Internal server error
application/json
default
application/json
get
/v1/user/walletGET /v1/user/wallet HTTP/1.1
Host:
Accept: */*
{
"code": 10002,
"message": "generic_client_error"
}SIWE
Last updated