Deposit history
GET
https://pay.skinout.gg/api/v1/deposit/history
The method returns a list of deposits within the specified time period.
Headers
Content-Type*
application/json
Api-Key*
Query Parameters
start_date
*
int
Start date (unix timestamp)
end_date
*
int
End date (unix timestamp)
limit
int
default: 100 max: 1000
offset
int
default: 0
Response
Response params description
The response will contain items array that includes the following data:
Deposit ID in your system
Deposit ID in Skinout Pay
Timestamp of deposit creation in Unix timestamp
User Steam64id
Deposit status. Can be - success, pending, failed
The currency in which the user will be shown the cost of the skins
Currency exchange rate to USD
Deposit amount in currency. Parameter will only be returned if status=success
Deposit amount in USD * 1000. This amount will be credited to the project balance in Skinout Pay. Parameter will be returned only if status=success
An array that contains a list of deposit skins and their cost. Parameter will only be returned if status=success
Last updated