Available service earnings to withdraw

GET /v1/services/{id}/withdraw

Query parameters

  • signature string Required

    Sha256 hash of Service ID combined with hash key from panel, separated with |

application/json

Body Required

Responses

  • 200 application/json

    Balance to withdraw

    Hide response attributes Show response attributes object
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"
}
Response examples (200)
{
  "success": true,
  "type": "response",
  "data": {
    "usd_value": 123
  }
}