Before publishing or listing offers via the API, please follow this step-by-step validation and call sequence to ensure accurate integration parameters.
-
1
Step 1: Check Offer Creation Eligibility (Optional)
Call this endpoint to check if you can create offers on the platform before proceeding with full validation parameters.
-
2
Step 2: Get All Games List
Fetch the list of all supported games and their underlying ID configurations to target a specific
{gameId}. -
3
Step 3: Look Up Specific Currency Parameters
Based on the selected
{gameId}, call the following endpoints to collect game-specific parameters needed for the final currency offer payload:/api/v1/games/{gameId}/currency/serversGet the game all servers.
📌 Used to get "serverId"/api/v1/games/{gameId}/currency/currencytypesGet currency types (multi-type currency only).
📌 Used to get "categoryId"/api/v1/games/{gameId}/currency/deliveryTimesGet game delivery time list.
📌 Used to get "deliveryGuarantee" -
4
Step 4: Create Currency Offer
Assemble all required parameters retrieved in the previous steps into the request body payload to successfully create and publish your currency offer.