{
"error":{
"code":null,
"message":"Ваш запрос недействителен!",
"details":"При проверке были обнаружены следующие ошибки - 'Amount' должно быть заполнено.",
"data":{
},
"validationErrors":[
{
"message":"'Amount' должно быть заполнено.",
"members":[
"amount"
]
}
]
}
} GET https://dg-api.wata.pro/api/stars/price?Username=test {
"name": "Price for 1 star in rub",
"starPrice": 1.36,
"minPrice": 1.46
} POST https://dg-api.wata.pro/api/stars
Authorization: Bearer <access-token>
{
"username": "test",
"count": 100,
"amount": 150,
"description": "test",
"orderId": "3424124124",
"successRedirectUrl": "https://wata.pro/",
"failRedirectUrl": "https://wata.pro/"
} {
"orderId": "3424124124",
"username": "test",
"count": 100,
"amount": 150,
"price": 136,
"commission": 10.5,
"description": "test",
"paymentLink": "https://payment.wata.pro/pay-form/3a1b02f5-d60e-1497-f35e-200xxxxxxx",
"successRedirectUrl": "https://wata.pro/",
"failRedirectUrl": "https://wata.pro/"
} GET https://dg-api.wata.pro/api/stars/order/3424124124
Authorization: Bearer <access-token> {
"orderId": "3424124124",
"status": "Success",
"username": "test",
"count": 100,
"amount": 150,
"description": "test",
"creationTime": "2025-10-27T09:46:44.453847Z",
"successRedirectUrl": "https://wata.pro/",
"failRedirectUrl": "https://wata.pro/"
} GET https://dg-api.wata.pro/api/v2/steam/amount?NetAmount=1000&Account=accountName
Authorization: Bearer <access-token> {
"price": 1062.53,
"minPrice": 1142.51
} POST https://dg-api.wata.pro/api/v2/steam
Authorization: Bearer <access-token>
{
"account": "AccountName",
"amount": 1200,
"netAmount": 1000,
"description": "test",
"orderId": "324234234",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
} {
"orderId": "324234234",
"amount": 1200,
"price": 1058.18,
"minPrice": 1137.83,
"commission": 84,
"paymentLink": "<PaymentLink>",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
} GET https://dg-api.wata.pro/api/v2/steam/order/100200314
Authorization: Bearer <access-token> {
"orderId": "100200314",
"amount": 1200,
"status": "Success",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
} GET https://dg-api.wata.pro/api/v2/topup
Authorization: Bearer <access-token> [
{
"gameId": 3,
"gameName": "Genshin Impact",
"positions": [
{
"positionId": 3,
"productId": 3,
"positionName": "60 Genesis Crystals",
"productName": "Genshin Impact",
"minPrice": 81.44,
"price": 75.74,
"category": "Games",
"country": ""
},
{
"positionId": 6,
"productId": 3,
"positionName": "300 Genesis Crystals",
"productName": "Genshin Impact",
"minPrice": 414.84,
"price": 385.8,
"category": "Games",
"country": ""
},
{
"positionId": 7,
"productId": 3,
"positionName": "980 Genesis Crystals",
"productName": "Genshin Impact",
"minPrice": 1248.35,
"price": 1160.97,
"category": "Games",
"country": ""
},
},
...
] GET https://dg-api.wata.pro/api/v2/topup/3
Authorization: Bearer <access-token> {
"gameId": 3,
"gameName": "Genshin Impact",
"positions": [
{
"positionId": 3,
"productId": 3,
"positionName": "60 Genesis Crystals",
"productName": "Genshin Impact",
"minPrice": 81.44,
"price": 75.74,
"category": "Games",
"country": ""
},
{
"positionId": 6,
"productId": 3,
"positionName": "300 Genesis Crystals",
"productName": "Genshin Impact",
"minPrice": 414.84,
"price": 385.8,
"category": "Games",
"country": ""
},
...
],
"fields": [
"Server",
"User ID"
],
"servers": {
"Asia": "os_asia",
"Europe": "os_euro",
"America": "os_usa",
"TW, HK, MO": "os_cht"
},
}
POST https://dg-api.wata.pro/api/v2/topup
Authorization: Bearer <access-token>
Content-Type: application/json
{
"orderId": "d1234239",
"amount": 1300,
"positionId": 7,
"description": "test",
"fields": {
"Server": "os_asia",
"User ID": "423432"
},
"email": "test@gmail.com",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
}
{
"orderId": "d1234239",
"amount": 1300,
"price": 1160.97,
"minPrice": 1248.35,
"commission": 91,
"fields": {
"Server": "os_asia",
"User ID": "423432"
},
"email": "test@gmail.com",
"gameId": 3,
"paymentLink": "<paymentLink>",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
} GET https://dg-api.wata.pro/api/v2/topup/order/300200101
Authorization: Bearer <access-token> {
"amount": 1300,
"orderId": "300200101",
"status": "Success",
"positionId": 7,
"gameId": "3",
"fields": {
"Server": "os_asia",
"User ID": "423432"
},
"email": "test@mail.com",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
} GET https://dg-api.wata.pro/api/v2/vouchers/services
Authorization: Bearer <access-token> [
{
"id": 2,
"name": "Spotify"
},
{
"id": 1,
"name": "Steam"
},
{
"id": 3,
"name": "Valorant"
}
]
GET https://dg-api.wata.pro/api/v2/vouchers?serviceId=1
Authorization: Bearer <access-token> [
{
"id": 16,
"price": 437.3,
"minPrice": 470.22,
"name": "$5 Steam Wallet Code",
"service": "Steam",
"category": "US США",
"count": 6902
},
{
"id": 62,
"price": 11686.36,
"minPrice": 12565.98,
"name": "1000 HKD",
"service": "Steam",
"category": "HK Гонконг",
"count": 5
},
{
"id": 30,
"price": 869.17,
"minPrice": 934.59,
"name": "$10 Steam Wallet Code",
"service": "Steam",
"category": "AR Аргентина",
"count": 49
},
...
] POST https://dg-api.wata.pro/api/v2/vouchers
Authorization: Bearer <access-token>
Content-Type: application/json
{
"voucherId": 16,
"amount": 1000,
"count": 2,
"orderId": "d423423428",
"email": "test@gmail,com",
"description": "test",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
}
{
"orderId": "d423423428",
"amount": 1000,
"price": 874.6,
"minPrice": 470.22,
"commission": 70,
"codeId": 16,
"count": 2,
"email": "test@gmail,com",
"paymentLink": "<paymentLink>",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
} GET https://dg-api.wata.pro/api/v2/vouchers/order/500200100
Authorization: Bearer <access-token> {
"orderId": "500200100",
"amount": 500,
"status": "SUCCESS",
"codeId": 16,
"count": 1,
"vouchers": [
"RA-89AHCYJHL6UFFLCN"
],
"description": null,
"creationTime": "2025-08-21T13:57:40.006531Z",
"successRedirectUrl": "string",
"failRedirectUrl": "string"
}