Available service earnings to withdraw
Query parameters
-
Sha256 hash of Service ID combined with hash key from panel, separated with |
GET /v1/services/{id}/withdraw
curl \
-X GET https://api.skinsmoney.gg/v1/services/{id}/withdraw?signature=f034f9986ae0fa2e3de3b40fcc378bacf6a5a01d269af841121501f610ddc65b \
-H "Content-Type: application/json" \
-d '{"signature":"quisquam"}'
Request example
{
"signature": "quisquam"
}
Request examples
{
"signature": "quisquam"
}
Response examples (200)
{
"success": true,
"type": "response",
"data": {
"usd_value": 123
}
}