API ReferenceSwaggerCoins
Fetch coins for a game
curl -X GET "https://api.playsuper.club/coins" \ -H "x-api-key: string"[
{
"id": "coin123",
"name": "Gold Coin",
"url": "https://example.com/coin.png"
}
]Empty
curl -X GET "https://api.playsuper.club/coins" \ -H "x-api-key: string"[
{
"id": "coin123",
"name": "Gold Coin",
"url": "https://example.com/coin.png"
}
]curl -X GET "https://api.playsuper.club/coins" \
-H "x-api-key: string"