Games

To retrieve all games

Endpoint:/v1/games

Method:GET

Request Header

Param
Type
Required
Description

Authorization

string

yes

<AppSecret>

Timestamp

string

yes

timestamp

Signature

string

yes

Merchant private key to generate signature

Response Value

Param
Type
Description

id

string

game id

name

string

game's name

abbr

string

game name abbreviation.

logo

string

game's logo

cover

string

game's cover

coinUnit

string

game coin unit

coinIcon

string

game coin icon

partition

object

Game account partition, only some games have partitions:GODDESS OF VICTORY: NIKKE、白夜極光、Command & Conquer™: Legions、勝利女神:妮姬、Arena of Valor - Türkiye、Arena of Valor - Latin America、Undawn - Japen、Undawn、Undawn - Global、PB NBAInfinite

Sample Get

curl https://openapi.gameleme.com/v1/games
--header "Authorization: <AppSecret>" \
--header "Content-Type: application/json" \
--header "Timestamp: <Timestamp>" \
--header "Signature: <Signature>" \
-X GET

Sample Response

Last updated