ConsoleCatalog
Sign in
Kinguin logo

Kinguin

kinguin.netGamingno auth

Digital game marketplace - product search, pricing, variants, and availability.

Cart State

ASYNCREADNo auth

Returns the shopping cart with items, currency, subtotal, and total.

ParametersFormJSON

ISO currency code for basket totals (maps to currencyCode query param)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_kinguin_net_cart_state",
    "params": {
      "currency_code": "INR"
    }
  }'