✨ New Gift Cards API Live Now - Beta!
curl --request GET \
--url https://api.gameboost.com/v2/payments/balance \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"balance_eur": "<string>",
"balance_usd": "<string>",
"warehouse_balance_eur": "<string>",
"warehouse_balance_usd": "<string>",
"store_credit_eur": "<string>",
"store_credit_usd": "<string>",
"gb_coins": 123
}Retrieve the authenticated user’s current balance across all accounts (main, warehouse, store credit) in both EUR and USD.
curl --request GET \
--url https://api.gameboost.com/v2/payments/balance \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"balance_eur": "<string>",
"balance_usd": "<string>",
"warehouse_balance_eur": "<string>",
"warehouse_balance_usd": "<string>",
"store_credit_eur": "<string>",
"store_credit_usd": "<string>",
"gb_coins": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User balance information
User balance object containing all available balances and credits
Informational message about the user balance status
Main withdrawable balance in EUR currency
Main withdrawable balance converted to USD
Warehouse balance (from warehouse sales) in EUR currency
Warehouse balance (from warehouse sales) converted to USD
Non-withdrawable store credit that can be used for purchases in EUR
Non-withdrawable store credit that can be used for purchases in USD
GameBoost loyalty coins that can be redeemed for rewards
Was this page helpful?