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"
}
]
}
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"
}
]
}