Skip to main content
GET
/
Prices
/
{YourAPIKEY}
/
{ProjectGuid}
/
{Chains}
/
{IsAll}
Get active prices
curl --request GET \
  --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Prices/{YourAPIKEY}/{ProjectGuid}/{Chains}/{IsAll}
{
  "Prices": [
    {
      "Currency": "USD",
      "FromDate": "",
      "FromAmount": "",
      "DiscountAmount": "4.990",
      "DiscountIsPercentage": false,
      "TaxIncludedInPrice": "true",
      "ToAmount": "",
      "Chain": "FIAT",
      "Amount": "4.990",
      "Products": [
        {
          "IsUnlimited": true,
          "Amount": "",
          "Guid": "XXXXX-XXXX-XXXX-XXXX-XXXXX",
          "Languages": [
            {
              "EN": [
                {
                  "Value": "My Title",
                  "Type": "Title"
                },
                {
                  "Value": "My Description",
                  "Type": "Description"
                }
              ]
            }
          ],
          "ImageUrl": "https://url/img/img.png",
          "Type": "2"
        }
      ],
      "ToDate": "",
      "PriceGuid": "687C3765-A270-77C2-F4F5-D469D2D07236"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.payingame.io/llms.txt

Use this file to discover all available pages before exploring further.

Will give back all the prices based on the project.

Path Parameters

YourAPIKEY
string
required
ProjectGuid
string
required
Chains
string
required
IsAll
string
required

Query Parameters

IP
string

Response

200 - application/json

List of prices

Error
string
isError
string
Prices
object[]